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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { NodeId } from "node-opcua-nodeid"
|
|
3
|
+
import { Byte, UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTScanData } from "./dt_scan_data"
|
|
6
|
+
import { DTLocation } from "./dt_location"
|
|
7
|
+
import { DTPosition } from "./dt_position"
|
|
8
|
+
/**
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|--------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OcrScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
|
+
*/
|
|
16
|
+
export interface DTOcrScanResult extends DTScanResult {
|
|
17
|
+
/** Defines the format of the ScanData as string.*/
|
|
18
|
+
codeType: UAString; // String ns=3;i=3031
|
|
19
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
20
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
21
|
+
/** Timestamp of the ScanResult creation.*/
|
|
22
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
23
|
+
/** Returns the location of the object detection.*/
|
|
24
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
25
|
+
/** NodeId of the original scan image file object used for this scan result.*/
|
|
26
|
+
imageId: NodeId; // NodeId ns=0;i=17
|
|
27
|
+
/** Returns the probability of correct decoding.*/
|
|
28
|
+
quality: Byte; // Byte ns=0;i=3
|
|
29
|
+
/** Returns the position of the text within the image.*/
|
|
30
|
+
position: DTPosition; // ExtensionObject ns=3;i=3004
|
|
31
|
+
/** Returns the font name used for decoding.*/
|
|
32
|
+
font: UAString; // String ns=0;i=12
|
|
33
|
+
/** Returns the required decoding time.*/
|
|
34
|
+
decodingTime: Date; // DateTime ns=0;i=294
|
|
35
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { NodeId } from "node-opcua-nodeid"
|
|
3
|
+
import { UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTScanData } from "./dt_scan_data"
|
|
6
|
+
import { DTLocation } from "./dt_location"
|
|
7
|
+
import { DTPosition } from "./dt_position"
|
|
8
|
+
/**
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|--------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OpticalScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
|
+
*/
|
|
16
|
+
export interface DTOpticalScanResult extends DTScanResult {
|
|
17
|
+
/** Defines the format of the ScanData as string.*/
|
|
18
|
+
codeType: UAString; // String ns=3;i=3031
|
|
19
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
20
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
21
|
+
/** Timestamp of the ScanResult creation.*/
|
|
22
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
23
|
+
/** Returns the location of the object detection.*/
|
|
24
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
25
|
+
/** Returns the quality of the 1D/2D code.*/
|
|
26
|
+
grade: number; // Float ns=0;i=10
|
|
27
|
+
/** Returns the position of the text within the image.*/
|
|
28
|
+
position: DTPosition; // ExtensionObject ns=3;i=3004
|
|
29
|
+
symbology: UAString; // String ns=0;i=12
|
|
30
|
+
imageId: NodeId; // NodeId ns=0;i=17
|
|
31
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { NodeId } from "node-opcua-nodeid"
|
|
3
|
+
import { Int16, UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result"
|
|
5
|
+
import { DTScanData } from "./dt_scan_data"
|
|
6
|
+
import { DTLocation } from "./dt_location"
|
|
7
|
+
import { DTPosition } from "./dt_position"
|
|
8
|
+
/**
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|--------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OpticalVerifierScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
|
+
*/
|
|
16
|
+
export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
|
|
17
|
+
/** Defines the format of the ScanData as string.*/
|
|
18
|
+
codeType: UAString; // String ns=3;i=3031
|
|
19
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
20
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
21
|
+
/** Timestamp of the ScanResult creation.*/
|
|
22
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
23
|
+
/** Returns the location of the object detection.*/
|
|
24
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
25
|
+
/** Returns the quality of the 1D/2D code.*/
|
|
26
|
+
grade: number; // Float ns=0;i=10
|
|
27
|
+
/** Returns the position of the text within the image.*/
|
|
28
|
+
position: DTPosition; // ExtensionObject ns=3;i=3004
|
|
29
|
+
symbology: UAString; // String ns=0;i=12
|
|
30
|
+
imageId: NodeId; // NodeId ns=0;i=17
|
|
31
|
+
isoGrade: UAString; // String ns=0;i=12
|
|
32
|
+
rMin: Int16; // Int16 ns=0;i=4
|
|
33
|
+
symbolContrast: Int16; // Int16 ns=0;i=4
|
|
34
|
+
ecMin: Int16; // Int16 ns=0;i=4
|
|
35
|
+
modulation: Int16; // Int16 ns=0;i=4
|
|
36
|
+
defects: Int16; // Int16 ns=0;i=4
|
|
37
|
+
decodability: Int16; // Int16 ns=0;i=4
|
|
38
|
+
decode: Int16; // Int16 ns=0;i=4
|
|
39
|
+
printGain: Int16; // Int16 ns=0;i=4
|
|
40
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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:Position |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTPosition extends DTStructure {
|
|
13
|
+
positionX: Int32; // Int32 ns=0;i=6
|
|
14
|
+
positionY: Int32; // Int32 ns=0;i=6
|
|
15
|
+
sizeX: Int32; // Int32 ns=0;i=6
|
|
16
|
+
sizeY: Int32; // Int32 ns=0;i=6
|
|
17
|
+
rotation: Int32; // Int32 ns=0;i=6
|
|
18
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { Int32, UInt16, UAString } from "node-opcua-basic-types"
|
|
3
|
+
import { DTAccessResult } from "./dt_access_result"
|
|
4
|
+
import { DTScanData } from "./dt_scan_data"
|
|
5
|
+
/**
|
|
6
|
+
* Additional result values of an Rfid Transponder
|
|
7
|
+
* access.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|--------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:RfidAccessResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
|
+
*/
|
|
16
|
+
export interface DTRfidAccessResult extends DTAccessResult {
|
|
17
|
+
/** Defines the format of Identifier as string.*/
|
|
18
|
+
codeType: UAString; // String ns=3;i=3031
|
|
19
|
+
/** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
|
|
20
|
+
identifier: DTScanData; // ExtensionObject ns=3;i=3020
|
|
21
|
+
/** The point of time the AutoID Identifier was accessed by the command.*/
|
|
22
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
23
|
+
/** Defines the format of RWData as string.*/
|
|
24
|
+
codeTypeRWData: UAString; // String ns=3;i=3031
|
|
25
|
+
/** The user data which was written to / was read from the Rfid Transponder by the command.*/
|
|
26
|
+
rwData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
27
|
+
/** The antenna by which the transponder was accessed by the command.*/
|
|
28
|
+
antenna: Int32; // Int32 ns=0;i=6
|
|
29
|
+
/** The power level with which the transponder was accessed by the command.*/
|
|
30
|
+
currentPowerLevel: Int32; // Int32 ns=0;i=6
|
|
31
|
+
/** The Protocol Control Word of the transponder accessed by the command.*/
|
|
32
|
+
PC: UInt16; // UInt16 ns=0;i=5
|
|
33
|
+
/** The polarization with which the last transponder was accessed by the command.*/
|
|
34
|
+
polarization: UAString; // String ns=0;i=12
|
|
35
|
+
/** The Rssi value with which the transponder was accessed by the command.*/
|
|
36
|
+
strength: Int32; // Int32 ns=0;i=6
|
|
37
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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 { DTRfidSighting } from "./dt_rfid_sighting"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:RfidScanResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTRfidScanResult extends DTScanResult {
|
|
16
|
+
/** Defines the format of the ScanData as string.*/
|
|
17
|
+
codeType: UAString; // String ns=3;i=3031
|
|
18
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
19
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
20
|
+
/** Timestamp of the ScanResult creation.*/
|
|
21
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
22
|
+
/** Returns the location of the object detection.*/
|
|
23
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
24
|
+
/** Returns additional information on the RFID-related properties of the scan event.*/
|
|
25
|
+
sighting: DTRfidSighting[]; // ExtensionObject ns=3;i=3006
|
|
26
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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:RfidSighting |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTRfidSighting extends DTStructure {
|
|
13
|
+
/** Returns the number of the antenna which detects the RFID tag first.*/
|
|
14
|
+
antenna: Int32; // Int32 ns=0;i=6
|
|
15
|
+
/** Returns the signal strength (RSSI) of the transponder. Higher values indicate a better strength.*/
|
|
16
|
+
strength: Int32; // Int32 ns=0;i=6
|
|
17
|
+
/** Timestamp in UtcTime*/
|
|
18
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
19
|
+
/** Returns the current power level (unit according to parameter settings).*/
|
|
20
|
+
currentPowerLevel: Int32; // Int32 ns=0;i=6
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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:Rotation |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTRotation extends DTStructure {
|
|
12
|
+
yaw: number; // Double ns=0;i=11
|
|
13
|
+
pitch: number; // Double ns=0;i=11
|
|
14
|
+
roll: number; // Double ns=0;i=11
|
|
15
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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 { DTRotation } from "./dt_rotation"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:RtlsLocationResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTRtlsLocationResult extends DTScanResult {
|
|
16
|
+
/** Defines the format of the ScanData as string.*/
|
|
17
|
+
codeType: UAString; // String ns=3;i=3031
|
|
18
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
19
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
20
|
+
/** Timestamp of the ScanResult creation.*/
|
|
21
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
22
|
+
/** Returns the location of the object detection.*/
|
|
23
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
24
|
+
speed: number; // Double ns=0;i=11
|
|
25
|
+
heading: number; // Double ns=0;i=11
|
|
26
|
+
rotation: DTRotation; // ExtensionObject ns=3;i=3029
|
|
27
|
+
receiveTime: Date; // DateTime ns=0;i=294
|
|
28
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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; // ByteString ns=0;i=15
|
|
15
|
+
string: UAString; // String ns=0;i=12
|
|
16
|
+
epc: DTScanDataEpc; // ExtensionObject ns=3;i=3024
|
|
17
|
+
custom: undefined; // Null ns=0;i=0
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
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; // UInt16 ns=0;i=5
|
|
14
|
+
uId: Buffer; // ByteString ns=0;i=15
|
|
15
|
+
XPC_W1: UInt16; // UInt16 ns=0;i=5
|
|
16
|
+
XPC_W2: UInt16; // UInt16 ns=0;i=5
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAString } from "node-opcua-basic-types"
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
4
|
+
import { DTScanData } from "./dt_scan_data"
|
|
5
|
+
import { DTLocation } from "./dt_location"
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:ScanResult |
|
|
12
|
+
* | isAbstract|true |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTScanResult extends DTStructure {
|
|
15
|
+
/** Defines the format of the ScanData as string.*/
|
|
16
|
+
codeType: UAString; // String ns=3;i=3031
|
|
17
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
+
scanData: DTScanData; // ExtensionObject ns=3;i=3020
|
|
19
|
+
/** Timestamp of the ScanResult creation.*/
|
|
20
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
21
|
+
/** Returns the location of the object detection.*/
|
|
22
|
+
location: DTLocation; // ExtensionObject ns=3;i=3008
|
|
23
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { Variant } from "node-opcua-variant"
|
|
3
|
+
import { Int32 } from "node-opcua-basic-types"
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanSettings |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTScanSettings extends DTStructure {
|
|
14
|
+
duration: number; // Double ns=0;i=290
|
|
15
|
+
cycles: Int32; // Int32 ns=0;i=6
|
|
16
|
+
dataAvailable: boolean; // Boolean ns=0;i=1
|
|
17
|
+
locationType: Variant; // Variant ns=3;i=3009
|
|
18
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { Int32, UAString } 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:WGS84Coordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTWGS84Coordinate extends DTStructure {
|
|
13
|
+
"n/S_Hemisphere": UAString; // String ns=0;i=12
|
|
14
|
+
latitude: number; // Double ns=0;i=11
|
|
15
|
+
"e/W_Hemisphere": UAString; // String ns=0;i=12
|
|
16
|
+
longitude: number; // Double ns=0;i=11
|
|
17
|
+
altitude: number; // Double ns=0;i=11
|
|
18
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
19
|
+
dilutionOfPrecision: number; // Double ns=0;i=11
|
|
20
|
+
usefulPrecisionLatLon: Int32; // Int32 ns=0;i=6
|
|
21
|
+
usefulPrecisionAlt: Int32; // Int32 ns=0;i=6
|
|
22
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:DeviceStatusEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export enum EnumDeviceStatus {
|
|
12
|
+
Idle = 0,
|
|
13
|
+
Error = 1,
|
|
14
|
+
Scanning = 2,
|
|
15
|
+
Busy = 3,
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:LocationTypeEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export enum EnumLocationType {
|
|
12
|
+
NMEA = 0,
|
|
13
|
+
LOCAL = 1,
|
|
14
|
+
WGS84 = 2,
|
|
15
|
+
NAME = 3,
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export enum EnumRfidLockOperation {
|
|
12
|
+
Lock = 0,
|
|
13
|
+
Unlock = 1,
|
|
14
|
+
PermanentLock = 2,
|
|
15
|
+
PermanentUnlock = 3,
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:RfidLockRegionEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export enum EnumRfidLockRegion {
|
|
12
|
+
Kill = 0,
|
|
13
|
+
Access = 1,
|
|
14
|
+
EPC = 2,
|
|
15
|
+
TID = 3,
|
|
16
|
+
User = 4,
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:RfidPasswordTypeEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export enum EnumRfidPasswordType {
|
|
12
|
+
Access = 0,
|
|
13
|
+
Kill = 1,
|
|
14
|
+
Read = 2,
|
|
15
|
+
Write = 3,
|
|
16
|
+
}
|
package/source/index.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./dt_access_result";
|
|
2
|
+
export * from "./dt_antenna_name_id_pair";
|
|
3
|
+
export * from "./dt_dhcp_geo_conf_coordinate";
|
|
4
|
+
export * from "./dt_local_coordinate";
|
|
5
|
+
export * from "./dt_location";
|
|
6
|
+
export * from "./dt_ocr_scan_result";
|
|
7
|
+
export * from "./dt_optical_scan_result";
|
|
8
|
+
export * from "./dt_optical_verifier_scan_result";
|
|
9
|
+
export * from "./dt_position";
|
|
10
|
+
export * from "./dt_rfid_access_result";
|
|
11
|
+
export * from "./dt_rfid_scan_result";
|
|
12
|
+
export * from "./dt_rfid_sighting";
|
|
13
|
+
export * from "./dt_rotation";
|
|
14
|
+
export * from "./dt_rtls_location_result";
|
|
15
|
+
export * from "./dt_scan_data";
|
|
16
|
+
export * from "./dt_scan_data_epc";
|
|
17
|
+
export * from "./dt_scan_result";
|
|
18
|
+
export * from "./dt_scan_settings";
|
|
19
|
+
export * from "./dt_wgs_84_coordinate";
|
|
20
|
+
export * from "./enum_auto_id_operation_status";
|
|
21
|
+
export * from "./enum_device_status";
|
|
22
|
+
export * from "./enum_location_type";
|
|
23
|
+
export * from "./enum_rfid_lock_operation";
|
|
24
|
+
export * from "./enum_rfid_lock_region";
|
|
25
|
+
export * from "./enum_rfid_password_type";
|
|
26
|
+
export * from "./ua_auto_id_access_event";
|
|
27
|
+
export * from "./ua_auto_id_device";
|
|
28
|
+
export * from "./ua_auto_id_diagnostics_event";
|
|
29
|
+
export * from "./ua_auto_id_log_entry_event";
|
|
30
|
+
export * from "./ua_auto_id_presence_event";
|
|
31
|
+
export * from "./ua_auto_id_scan_event";
|
|
32
|
+
export * from "./ua_location_variable";
|
|
33
|
+
export * from "./ua_ocr_reader_device";
|
|
34
|
+
export * from "./ua_ocr_scan_event";
|
|
35
|
+
export * from "./ua_optical_reader_device";
|
|
36
|
+
export * from "./ua_optical_scan_event";
|
|
37
|
+
export * from "./ua_optical_verifier_device";
|
|
38
|
+
export * from "./ua_optical_verifier_scan_event";
|
|
39
|
+
export * from "./ua_rfid_access_event";
|
|
40
|
+
export * from "./ua_rfid_reader_device";
|
|
41
|
+
export * from "./ua_rfid_scan_event";
|
|
42
|
+
export * from "./ua_rtls_device";
|
|
43
|
+
export * from "./ua_rtls_location_event";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { DTAccessResult } from "./dt_access_result"
|
|
6
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event"
|
|
7
|
+
/**
|
|
8
|
+
* Data of the access on one or more AutoID
|
|
9
|
+
* Identifier.
|
|
10
|
+
*
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|--------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |3:AutoIdAccessEventType ns=3;i=1015 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
|
+
*/
|
|
18
|
+
export interface UAAutoIdAccessEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
19
|
+
/**
|
|
20
|
+
* accessResult
|
|
21
|
+
* Result values of the access.
|
|
22
|
+
*/
|
|
23
|
+
accessResult: UAProperty<DTAccessResult[], /*z*/DataType.ExtensionObject>;
|
|
24
|
+
/**
|
|
25
|
+
* client
|
|
26
|
+
* Client which was the originator of the command.
|
|
27
|
+
*/
|
|
28
|
+
client?: UAProperty<UAString, /*z*/DataType.String>;
|
|
29
|
+
/**
|
|
30
|
+
* command
|
|
31
|
+
* Access command
|
|
32
|
+
*/
|
|
33
|
+
command?: UAProperty<UAString, /*z*/DataType.String>;
|
|
34
|
+
}
|
|
35
|
+
export interface UAAutoIdAccessEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdAccessEvent_Base {
|
|
36
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
4
|
+
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
5
|
+
import { EUInformation } from "node-opcua-data-access"
|
|
6
|
+
import { UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
|
|
7
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
8
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
9
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete"
|
|
10
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
11
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
|
|
12
|
+
import { DTLocation } from "./dt_location"
|
|
13
|
+
import { UALocationVariable } from "./ua_location_variable"
|
|
14
|
+
export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup { // Object
|
|
15
|
+
/**
|
|
16
|
+
* lastAccess
|
|
17
|
+
* Values of the last AutoID Identifier access.
|
|
18
|
+
*/
|
|
19
|
+
lastAccess?: UAFunctionalGroup;
|
|
20
|
+
/**
|
|
21
|
+
* logbook
|
|
22
|
+
* Values of the logbook.
|
|
23
|
+
*/
|
|
24
|
+
logbook?: UAFunctionalGroup;
|
|
25
|
+
/**
|
|
26
|
+
* presence
|
|
27
|
+
* Current presence of AutoID Identifier (e.g. a
|
|
28
|
+
* code or a transponder).
|
|
29
|
+
*/
|
|
30
|
+
presence?: UABaseDataVariable<UInt16, /*z*/DataType.UInt16>;
|
|
31
|
+
}
|
|
32
|
+
export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup { // Object
|
|
33
|
+
/**
|
|
34
|
+
* codeTypes
|
|
35
|
+
* Supported CodeTypes and selected CodeType for the
|
|
36
|
+
* ScanData.
|
|
37
|
+
*/
|
|
38
|
+
codeTypes?: UAMultiStateDiscrete<UInt32[], /*z*/DataType.UInt32>;
|
|
39
|
+
/**
|
|
40
|
+
* scanSettings
|
|
41
|
+
* Scan settings used together with ScanActive
|
|
42
|
+
* Variable.
|
|
43
|
+
*/
|
|
44
|
+
scanSettings?: UAFunctionalGroup;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* | | |
|
|
48
|
+
* |----------------|--------------------------------------------------|
|
|
49
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
50
|
+
* |nodeClass |ObjectType |
|
|
51
|
+
* |typedDefinition |3:AutoIdDeviceType ns=3;i=1001 |
|
|
52
|
+
* |isAbstract |true |
|
|
53
|
+
*/
|
|
54
|
+
export interface UAAutoIdDevice_Base extends UADevice_Base {
|
|
55
|
+
autoIdModelVersion: UAProperty<UAString, /*z*/DataType.String>;
|
|
56
|
+
/**
|
|
57
|
+
* deviceInfo
|
|
58
|
+
* Device status information.
|
|
59
|
+
*/
|
|
60
|
+
deviceInfo?: UAProperty<UAString, /*z*/DataType.String>;
|
|
61
|
+
/**
|
|
62
|
+
* deviceLocation
|
|
63
|
+
* Union of GPS, UTM, Local.
|
|
64
|
+
*/
|
|
65
|
+
deviceLocation?: UALocationVariable<DTLocation>;
|
|
66
|
+
/**
|
|
67
|
+
* deviceLocationName
|
|
68
|
+
* Symbolic name of the device location.
|
|
69
|
+
*/
|
|
70
|
+
deviceLocationName?: UAProperty<UAString, /*z*/DataType.String>;
|
|
71
|
+
/**
|
|
72
|
+
* deviceName
|
|
73
|
+
* Default could be also host name, IP address or
|
|
74
|
+
* MAC. This should be a field that can be
|
|
75
|
+
* configured for a device.
|
|
76
|
+
*/
|
|
77
|
+
deviceName: UAProperty<UAString, /*z*/DataType.String>;
|
|
78
|
+
deviceStatus: UABaseDataVariable<any, any>;
|
|
79
|
+
/**
|
|
80
|
+
* diagnostics
|
|
81
|
+
* Diagnostic data from AutoID Devices.
|
|
82
|
+
*/
|
|
83
|
+
diagnostics?: UAAutoIdDevice_diagnostics;
|
|
84
|
+
getDeviceLocation?: UAMethod;
|
|
85
|
+
ioData?: UAFunctionalGroup;
|
|
86
|
+
/**
|
|
87
|
+
* lastScanData
|
|
88
|
+
* The last scanned AutoID Identifier.
|
|
89
|
+
*/
|
|
90
|
+
lastScanData?: UABaseDataVariable<any, any>;
|
|
91
|
+
/**
|
|
92
|
+
* lastScanTimestamp
|
|
93
|
+
* Point of time the last AutoID Identifier was
|
|
94
|
+
* scanned.
|
|
95
|
+
*/
|
|
96
|
+
lastScanTimestamp?: UABaseDataVariable<Date, /*z*/DataType.DateTime>;
|
|
97
|
+
runtimeParameters?: UAAutoIdDevice_runtimeParameters;
|
|
98
|
+
scan?: UAMethod;
|
|
99
|
+
/**
|
|
100
|
+
* scanActive
|
|
101
|
+
* Triggers the scan process.
|
|
102
|
+
*/
|
|
103
|
+
scanActive?: UABaseDataVariable<boolean, /*z*/DataType.Boolean>;
|
|
104
|
+
scanStart?: UAMethod;
|
|
105
|
+
scanStop?: UAMethod;
|
|
106
|
+
}
|
|
107
|
+
export interface UAAutoIdDevice extends UADevice, UAAutoIdDevice_Base {
|
|
108
|
+
}
|