node-opcua-nodeset-auto-id 2.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -0
- package/dist/dt_access_result.d.ts +21 -0
- package/dist/dt_access_result.js +3 -0
- package/dist/dt_access_result.js.map +1 -0
- package/dist/dt_antenna_name_id_pair.d.ts +14 -0
- package/dist/dt_antenna_name_id_pair.js +3 -0
- package/dist/dt_antenna_name_id_pair.js.map +1 -0
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -0
- package/dist/dt_dhcp_geo_conf_coordinate.js +3 -0
- package/dist/dt_dhcp_geo_conf_coordinate.js.map +1 -0
- package/dist/dt_local_coordinate.d.ts +21 -0
- package/dist/dt_local_coordinate.js +3 -0
- package/dist/dt_local_coordinate.js.map +1 -0
- package/dist/dt_location.d.ts +18 -0
- package/dist/dt_location.js +3 -0
- package/dist/dt_location.js.map +1 -0
- package/dist/dt_ocr_scan_result.d.ts +34 -0
- package/dist/dt_ocr_scan_result.js +3 -0
- package/dist/dt_ocr_scan_result.js.map +1 -0
- package/dist/dt_optical_scan_result.d.ts +30 -0
- package/dist/dt_optical_scan_result.js +3 -0
- package/dist/dt_optical_scan_result.js.map +1 -0
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -0
- package/dist/dt_optical_verifier_scan_result.js +3 -0
- package/dist/dt_optical_verifier_scan_result.js.map +1 -0
- package/dist/dt_position.d.ts +17 -0
- package/dist/dt_position.js +3 -0
- package/dist/dt_position.js.map +1 -0
- package/dist/dt_rfid_access_result.d.ts +36 -0
- package/dist/dt_rfid_access_result.js +3 -0
- package/dist/dt_rfid_access_result.js.map +1 -0
- package/dist/dt_rfid_scan_result.d.ts +25 -0
- package/dist/dt_rfid_scan_result.js +3 -0
- package/dist/dt_rfid_scan_result.js.map +1 -0
- package/dist/dt_rfid_sighting.d.ts +20 -0
- package/dist/dt_rfid_sighting.js +3 -0
- package/dist/dt_rfid_sighting.js.map +1 -0
- package/dist/dt_rotation.d.ts +14 -0
- package/dist/dt_rotation.js +3 -0
- package/dist/dt_rotation.js.map +1 -0
- package/dist/dt_rtls_location_result.d.ts +27 -0
- package/dist/dt_rtls_location_result.js +3 -0
- package/dist/dt_rtls_location_result.js.map +1 -0
- package/dist/dt_scan_data.d.ts +18 -0
- package/dist/dt_scan_data.js +3 -0
- package/dist/dt_scan_data.js.map +1 -0
- package/dist/dt_scan_data_epc.d.ts +17 -0
- package/dist/dt_scan_data_epc.js +3 -0
- package/dist/dt_scan_data_epc.js.map +1 -0
- package/dist/dt_scan_result.d.ts +22 -0
- package/dist/dt_scan_result.js +3 -0
- package/dist/dt_scan_result.js.map +1 -0
- package/dist/dt_scan_settings.d.ts +17 -0
- package/dist/dt_scan_settings.js +3 -0
- package/dist/dt_scan_settings.js.map +1 -0
- package/dist/dt_wgs_84_coordinate.d.ts +21 -0
- package/dist/dt_wgs_84_coordinate.js +3 -0
- package/dist/dt_wgs_84_coordinate.js.map +1 -0
- package/dist/enum_auto_id_operation_status.d.ts +0 -0
- package/dist/enum_auto_id_operation_status.js +0 -0
- package/dist/enum_auto_id_operation_status.js.map +1 -0
- package/dist/enum_device_status.d.ts +14 -0
- package/dist/enum_device_status.js +20 -0
- package/dist/enum_device_status.js.map +1 -0
- package/dist/enum_location_type.d.ts +14 -0
- package/dist/enum_location_type.js +20 -0
- package/dist/enum_location_type.js.map +1 -0
- package/dist/enum_rfid_lock_operation.d.ts +14 -0
- package/dist/enum_rfid_lock_operation.js +20 -0
- package/dist/enum_rfid_lock_operation.js.map +1 -0
- package/dist/enum_rfid_lock_region.d.ts +15 -0
- package/dist/enum_rfid_lock_region.js +21 -0
- package/dist/enum_rfid_lock_region.js.map +1 -0
- package/dist/enum_rfid_password_type.d.ts +14 -0
- package/dist/enum_rfid_password_type.js +20 -0
- package/dist/enum_rfid_password_type.js.map +1 -0
- package/dist/index.d.ts +43 -0
- package/dist/index.js +56 -0
- package/dist/index.js.map +1 -0
- package/dist/ua_auto_id_access_event.d.ts +35 -0
- package/dist/ua_auto_id_access_event.js +3 -0
- package/dist/ua_auto_id_access_event.js.map +1 -0
- package/dist/ua_auto_id_device.d.ts +104 -0
- package/dist/ua_auto_id_device.js +3 -0
- package/dist/ua_auto_id_device.js.map +1 -0
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -0
- package/dist/ua_auto_id_diagnostics_event.js +3 -0
- package/dist/ua_auto_id_diagnostics_event.js.map +1 -0
- package/dist/ua_auto_id_log_entry_event.d.ts +15 -0
- package/dist/ua_auto_id_log_entry_event.js +3 -0
- package/dist/ua_auto_id_log_entry_event.js.map +1 -0
- package/dist/ua_auto_id_presence_event.d.ts +23 -0
- package/dist/ua_auto_id_presence_event.js +3 -0
- package/dist/ua_auto_id_presence_event.js.map +1 -0
- package/dist/ua_auto_id_scan_event.d.ts +19 -0
- package/dist/ua_auto_id_scan_event.js +3 -0
- package/dist/ua_auto_id_scan_event.js.map +1 -0
- package/dist/ua_location_variable.d.ts +23 -0
- package/dist/ua_location_variable.js +3 -0
- package/dist/ua_location_variable.js.map +1 -0
- package/dist/ua_ocr_reader_device.d.ts +34 -0
- package/dist/ua_ocr_reader_device.js +3 -0
- package/dist/ua_ocr_reader_device.js.map +1 -0
- package/dist/ua_ocr_scan_event.d.ts +17 -0
- package/dist/ua_ocr_scan_event.js +3 -0
- package/dist/ua_ocr_scan_event.js.map +1 -0
- package/dist/ua_optical_reader_device.d.ts +34 -0
- package/dist/ua_optical_reader_device.js +3 -0
- package/dist/ua_optical_reader_device.js.map +1 -0
- package/dist/ua_optical_scan_event.d.ts +17 -0
- package/dist/ua_optical_scan_event.js +3 -0
- package/dist/ua_optical_scan_event.js.map +1 -0
- package/dist/ua_optical_verifier_device.d.ts +15 -0
- package/dist/ua_optical_verifier_device.js +3 -0
- package/dist/ua_optical_verifier_device.js.map +1 -0
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -0
- package/dist/ua_optical_verifier_scan_event.js +3 -0
- package/dist/ua_optical_verifier_scan_event.js.map +1 -0
- package/dist/ua_rfid_access_event.d.ts +24 -0
- package/dist/ua_rfid_access_event.js +3 -0
- package/dist/ua_rfid_access_event.js.map +1 -0
- package/dist/ua_rfid_reader_device.d.ts +82 -0
- package/dist/ua_rfid_reader_device.js +3 -0
- package/dist/ua_rfid_reader_device.js.map +1 -0
- package/dist/ua_rfid_scan_event.d.ts +17 -0
- package/dist/ua_rfid_scan_event.js +3 -0
- package/dist/ua_rfid_scan_event.js.map +1 -0
- package/dist/ua_rtls_device.d.ts +24 -0
- package/dist/ua_rtls_device.js +3 -0
- package/dist/ua_rtls_device.js.map +1 -0
- package/dist/ua_rtls_location_event.d.ts +17 -0
- package/dist/ua_rtls_location_event.js +3 -0
- package/dist/ua_rtls_location_event.js.map +1 -0
- package/package.json +23 -0
- package/pnpm-lock.yaml +21 -0
- package/source/dt_access_result.ts +22 -0
- package/source/dt_antenna_name_id_pair.ts +15 -0
- package/source/dt_dhcp_geo_conf_coordinate.ts +24 -0
- package/source/dt_local_coordinate.ts +22 -0
- package/source/dt_location.ts +19 -0
- package/source/dt_ocr_scan_result.ts +35 -0
- package/source/dt_optical_scan_result.ts +31 -0
- package/source/dt_optical_verifier_scan_result.ts +40 -0
- package/source/dt_position.ts +18 -0
- package/source/dt_rfid_access_result.ts +37 -0
- package/source/dt_rfid_scan_result.ts +26 -0
- package/source/dt_rfid_sighting.ts +21 -0
- package/source/dt_rotation.ts +15 -0
- package/source/dt_rtls_location_result.ts +28 -0
- package/source/dt_scan_data.ts +18 -0
- package/source/dt_scan_data_epc.ts +17 -0
- package/source/dt_scan_result.ts +23 -0
- package/source/dt_scan_settings.ts +18 -0
- package/source/dt_wgs_84_coordinate.ts +22 -0
- package/source/enum_auto_id_operation_status.ts +0 -0
- package/source/enum_device_status.ts +16 -0
- package/source/enum_location_type.ts +16 -0
- package/source/enum_rfid_lock_operation.ts +16 -0
- package/source/enum_rfid_lock_region.ts +17 -0
- package/source/enum_rfid_password_type.ts +16 -0
- package/source/index.ts +43 -0
- package/source/ua_auto_id_access_event.ts +36 -0
- package/source/ua_auto_id_device.ts +108 -0
- package/source/ua_auto_id_diagnostics_event.ts +27 -0
- package/source/ua_auto_id_log_entry_event.ts +16 -0
- package/source/ua_auto_id_presence_event.ts +24 -0
- package/source/ua_auto_id_scan_event.ts +20 -0
- package/source/ua_location_variable.ts +24 -0
- package/source/ua_ocr_reader_device.ts +36 -0
- package/source/ua_ocr_scan_event.ts +19 -0
- package/source/ua_optical_reader_device.ts +36 -0
- package/source/ua_optical_scan_event.ts +19 -0
- package/source/ua_optical_verifier_device.ts +18 -0
- package/source/ua_optical_verifier_scan_event.ts +20 -0
- package/source/ua_rfid_access_event.ts +26 -0
- package/source/ua_rfid_reader_device.ts +84 -0
- package/source/ua_rfid_scan_event.ts +19 -0
- package/source/ua_rtls_device.ts +26 -0
- package/source/ua_rtls_location_event.ts +19 -0
- package/tsconfig.json +25 -0
- package/tsconfig.tsbuildinfo +1 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2014-2021 Etienne Rossignon
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
+
subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
/**
|
|
5
|
+
* Result values of an AutoID Identifier access.
|
|
6
|
+
*
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:AccessResult |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTAccessResult extends DTStructure {
|
|
15
|
+
/** Defines the format of Identifier as string.*/
|
|
16
|
+
codeType: UAString;
|
|
17
|
+
/** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
|
|
18
|
+
identifier: DTScanData;
|
|
19
|
+
/** The point of time the AutoID Identifier was accessed by the command.*/
|
|
20
|
+
timestamp: Date;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_access_result.js","sourceRoot":"","sources":["../source/dt_access_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:AntennaNameIdPair |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTAntennaNameIdPair extends DTStructure {
|
|
12
|
+
antennaId: Int32;
|
|
13
|
+
antennaName: UAString;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_antenna_name_id_pair.js","sourceRoot":"","sources":["../source/dt_antenna_name_id_pair.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Int32, Int16, Byte } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:DhcpGeoConfCoordinate |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTDhcpGeoConfCoordinate extends DTStructure {
|
|
12
|
+
laRes: Byte;
|
|
13
|
+
latitudeInteger: Int16;
|
|
14
|
+
latitudeFraction: Int32;
|
|
15
|
+
loRes: Byte;
|
|
16
|
+
longitudeInteger: Int16;
|
|
17
|
+
longitudeFraction: Int32;
|
|
18
|
+
AT: Byte;
|
|
19
|
+
altRes: Byte;
|
|
20
|
+
altitudeInteger: Int32;
|
|
21
|
+
altitudeFraction: Int16;
|
|
22
|
+
datum: Byte;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_dhcp_geo_conf_coordinate.js","sourceRoot":"","sources":["../source/dt_dhcp_geo_conf_coordinate.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:LocalCoordinate |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTLocalCoordinate extends DTStructure {
|
|
12
|
+
x: number;
|
|
13
|
+
y: number;
|
|
14
|
+
z: number;
|
|
15
|
+
/** Optional*/
|
|
16
|
+
timestamp: Date;
|
|
17
|
+
/** Optional*/
|
|
18
|
+
dilutionOfPrecision: number;
|
|
19
|
+
/** Optional*/
|
|
20
|
+
usefulPrecision: Int32;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
3
|
+
import { DTLocalCoordinate } from "./dt_local_coordinate";
|
|
4
|
+
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:Location |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTLocation extends DTUnion {
|
|
14
|
+
NMEA: UAString;
|
|
15
|
+
local: DTLocalCoordinate;
|
|
16
|
+
WGS84: DTWGS84Coordinate;
|
|
17
|
+
name: UAString;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_location.js","sourceRoot":"","sources":["../source/dt_location.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
2
|
+
import { Byte, UAString } from "node-opcua-basic-types";
|
|
3
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
4
|
+
import { DTScanData } from "./dt_scan_data";
|
|
5
|
+
import { DTLocation } from "./dt_location";
|
|
6
|
+
import { DTPosition } from "./dt_position";
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:OcrScanResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTOcrScanResult extends DTScanResult {
|
|
16
|
+
/** Defines the format of the ScanData as string.*/
|
|
17
|
+
codeType: UAString;
|
|
18
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
19
|
+
scanData: DTScanData;
|
|
20
|
+
/** Timestamp of the ScanResult creation.*/
|
|
21
|
+
timestamp: Date;
|
|
22
|
+
/** Returns the location of the object detection.*/
|
|
23
|
+
location: DTLocation;
|
|
24
|
+
/** NodeId of the original scan image file object used for this scan result.*/
|
|
25
|
+
imageId: NodeId;
|
|
26
|
+
/** Returns the probability of correct decoding.*/
|
|
27
|
+
quality: Byte;
|
|
28
|
+
/** Returns the position of the text within the image.*/
|
|
29
|
+
position: DTPosition;
|
|
30
|
+
/** Returns the font name used for decoding.*/
|
|
31
|
+
font: UAString;
|
|
32
|
+
/** Returns the required decoding time.*/
|
|
33
|
+
decodingTime: Date;
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_ocr_scan_result.js","sourceRoot":"","sources":["../source/dt_ocr_scan_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
2
|
+
import { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
4
|
+
import { DTScanData } from "./dt_scan_data";
|
|
5
|
+
import { DTLocation } from "./dt_location";
|
|
6
|
+
import { DTPosition } from "./dt_position";
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:OpticalScanResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTOpticalScanResult extends DTScanResult {
|
|
16
|
+
/** Defines the format of the ScanData as string.*/
|
|
17
|
+
codeType: UAString;
|
|
18
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
19
|
+
scanData: DTScanData;
|
|
20
|
+
/** Timestamp of the ScanResult creation.*/
|
|
21
|
+
timestamp: Date;
|
|
22
|
+
/** Returns the location of the object detection.*/
|
|
23
|
+
location: DTLocation;
|
|
24
|
+
/** Returns the quality of the 1D/2D code.*/
|
|
25
|
+
grade: number;
|
|
26
|
+
/** Returns the position of the text within the image.*/
|
|
27
|
+
position: DTPosition;
|
|
28
|
+
symbology: UAString;
|
|
29
|
+
imageId: NodeId;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_optical_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_scan_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
2
|
+
import { Int16, UAString } from "node-opcua-basic-types";
|
|
3
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
+
import { DTScanData } from "./dt_scan_data";
|
|
5
|
+
import { DTLocation } from "./dt_location";
|
|
6
|
+
import { DTPosition } from "./dt_position";
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:OpticalVerifierScanResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
|
|
16
|
+
/** Defines the format of the ScanData as string.*/
|
|
17
|
+
codeType: UAString;
|
|
18
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
19
|
+
scanData: DTScanData;
|
|
20
|
+
/** Timestamp of the ScanResult creation.*/
|
|
21
|
+
timestamp: Date;
|
|
22
|
+
/** Returns the location of the object detection.*/
|
|
23
|
+
location: DTLocation;
|
|
24
|
+
/** Returns the quality of the 1D/2D code.*/
|
|
25
|
+
grade: number;
|
|
26
|
+
/** Returns the position of the text within the image.*/
|
|
27
|
+
position: DTPosition;
|
|
28
|
+
symbology: UAString;
|
|
29
|
+
imageId: NodeId;
|
|
30
|
+
isoGrade: UAString;
|
|
31
|
+
rMin: Int16;
|
|
32
|
+
symbolContrast: Int16;
|
|
33
|
+
ecMin: Int16;
|
|
34
|
+
modulation: Int16;
|
|
35
|
+
defects: Int16;
|
|
36
|
+
decodability: Int16;
|
|
37
|
+
decode: Int16;
|
|
38
|
+
printGain: Int16;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:Position |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTPosition extends DTStructure {
|
|
12
|
+
positionX: Int32;
|
|
13
|
+
positionY: Int32;
|
|
14
|
+
sizeX: Int32;
|
|
15
|
+
sizeY: Int32;
|
|
16
|
+
rotation: Int32;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Int32, UInt16, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTAccessResult } from "./dt_access_result";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
/**
|
|
5
|
+
* Additional result values of an Rfid Transponder
|
|
6
|
+
* access.
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:RfidAccessResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTRfidAccessResult extends DTAccessResult {
|
|
16
|
+
/** Defines the format of Identifier as string.*/
|
|
17
|
+
codeType: UAString;
|
|
18
|
+
/** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
|
|
19
|
+
identifier: DTScanData;
|
|
20
|
+
/** The point of time the AutoID Identifier was accessed by the command.*/
|
|
21
|
+
timestamp: Date;
|
|
22
|
+
/** Defines the format of RWData as string.*/
|
|
23
|
+
codeTypeRWData: UAString;
|
|
24
|
+
/** The user data which was written to / was read from the Rfid Transponder by the command.*/
|
|
25
|
+
rwData: DTScanData;
|
|
26
|
+
/** The antenna by which the transponder was accessed by the command.*/
|
|
27
|
+
antenna: Int32;
|
|
28
|
+
/** The power level with which the transponder was accessed by the command.*/
|
|
29
|
+
currentPowerLevel: Int32;
|
|
30
|
+
/** The Protocol Control Word of the transponder accessed by the command.*/
|
|
31
|
+
PC: UInt16;
|
|
32
|
+
/** The polarization with which the last transponder was accessed by the command.*/
|
|
33
|
+
polarization: UAString;
|
|
34
|
+
/** The Rssi value with which the transponder was accessed by the command.*/
|
|
35
|
+
strength: Int32;
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_rfid_access_result.js","sourceRoot":"","sources":["../source/dt_rfid_access_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
import { DTRfidSighting } from "./dt_rfid_sighting";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:RfidScanResult |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTRfidScanResult extends DTScanResult {
|
|
15
|
+
/** Defines the format of the ScanData as string.*/
|
|
16
|
+
codeType: UAString;
|
|
17
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
+
scanData: DTScanData;
|
|
19
|
+
/** Timestamp of the ScanResult creation.*/
|
|
20
|
+
timestamp: Date;
|
|
21
|
+
/** Returns the location of the object detection.*/
|
|
22
|
+
location: DTLocation;
|
|
23
|
+
/** Returns additional information on the RFID-related properties of the scan event.*/
|
|
24
|
+
sighting: DTRfidSighting[];
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_rfid_scan_result.js","sourceRoot":"","sources":["../source/dt_rfid_scan_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:RfidSighting |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTRfidSighting extends DTStructure {
|
|
12
|
+
/** Returns the number of the antenna which detects the RFID tag first.*/
|
|
13
|
+
antenna: Int32;
|
|
14
|
+
/** Returns the signal strength (RSSI) of the transponder. Higher values indicate a better strength.*/
|
|
15
|
+
strength: Int32;
|
|
16
|
+
/** Timestamp in UtcTime*/
|
|
17
|
+
timestamp: Date;
|
|
18
|
+
/** Returns the current power level (unit according to parameter settings).*/
|
|
19
|
+
currentPowerLevel: Int32;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |-----------|--------------------------------------------------|
|
|
5
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
6
|
+
* | nodeClass |DataType |
|
|
7
|
+
* | name |3:Rotation |
|
|
8
|
+
* | isAbstract|false |
|
|
9
|
+
*/
|
|
10
|
+
export interface DTRotation extends DTStructure {
|
|
11
|
+
yaw: number;
|
|
12
|
+
pitch: number;
|
|
13
|
+
roll: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
import { DTRotation } from "./dt_rotation";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:RtlsLocationResult |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTRtlsLocationResult extends DTScanResult {
|
|
15
|
+
/** Defines the format of the ScanData as string.*/
|
|
16
|
+
codeType: UAString;
|
|
17
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
+
scanData: DTScanData;
|
|
19
|
+
/** Timestamp of the ScanResult creation.*/
|
|
20
|
+
timestamp: Date;
|
|
21
|
+
/** Returns the location of the object detection.*/
|
|
22
|
+
location: DTLocation;
|
|
23
|
+
speed: number;
|
|
24
|
+
heading: number;
|
|
25
|
+
rotation: DTRotation;
|
|
26
|
+
receiveTime: Date;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
4
|
+
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanData |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTScanData extends DTUnion {
|
|
14
|
+
byteString: Buffer;
|
|
15
|
+
string: UAString;
|
|
16
|
+
epc: DTScanDataEpc;
|
|
17
|
+
custom: undefined;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_scan_data.js","sourceRoot":"","sources":["../source/dt_scan_data.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UInt16 } from "node-opcua-basic-types";
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|--------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:ScanDataEpc |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTScanDataEpc extends DTStructure {
|
|
13
|
+
PC: UInt16;
|
|
14
|
+
uId: Buffer;
|
|
15
|
+
XPC_W1: UInt16;
|
|
16
|
+
XPC_W2: UInt16;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanResult |
|
|
11
|
+
* | isAbstract|true |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTScanResult extends DTStructure {
|
|
14
|
+
/** Defines the format of the ScanData as string.*/
|
|
15
|
+
codeType: UAString;
|
|
16
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
17
|
+
scanData: DTScanData;
|
|
18
|
+
/** Timestamp of the ScanResult creation.*/
|
|
19
|
+
timestamp: Date;
|
|
20
|
+
/** Returns the location of the object detection.*/
|
|
21
|
+
location: DTLocation;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_scan_result.js","sourceRoot":"","sources":["../source/dt_scan_result.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Variant } from "node-opcua-variant";
|
|
2
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|--------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:ScanSettings |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTScanSettings extends DTStructure {
|
|
13
|
+
duration: number;
|
|
14
|
+
cycles: Int32;
|
|
15
|
+
dataAvailable: boolean;
|
|
16
|
+
locationType: Variant;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_scan_settings.js","sourceRoot":"","sources":["../source/dt_scan_settings.ts"],"names":[],"mappings":""}
|