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,23 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { EUInformation } from "node-opcua-data-access";
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { DTLocation } from "./dt_location";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |3:LocationVariableType ns=3;i=2002 |
|
|
12
|
+
* |dataType |ExtensionObject |
|
|
13
|
+
* |dataType Name |DTLocation ns=3;i=3008 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
|
+
*/
|
|
16
|
+
export interface UALocationVariable_Base<T extends DTLocation> extends UABaseDataVariable_Base<T, /*e*/ DataType.ExtensionObject> {
|
|
17
|
+
geographicalUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
18
|
+
lengthUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
19
|
+
rotationalUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
20
|
+
speedUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
21
|
+
}
|
|
22
|
+
export interface UALocationVariable<T extends DTLocation> extends UABaseDataVariable<T, /*n*/ DataType.ExtensionObject>, UALocationVariable_Base<T> {
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_location_variable.js","sourceRoot":"","sources":["../source/ua_location_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
6
|
+
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
|
+
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
|
+
/**
|
|
9
|
+
* matchCode
|
|
10
|
+
* Target value for 2D or OCR decoding.
|
|
11
|
+
*/
|
|
12
|
+
matchCode?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
|
|
13
|
+
/**
|
|
14
|
+
* templateName
|
|
15
|
+
* Activate template which defines a specific
|
|
16
|
+
* identification task.
|
|
17
|
+
*/
|
|
18
|
+
templateName?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* | | |
|
|
22
|
+
* |----------------|--------------------------------------------------|
|
|
23
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
24
|
+
* |nodeClass |ObjectType |
|
|
25
|
+
* |typedDefinition |3:OcrReaderDeviceType ns=3;i=1002 |
|
|
26
|
+
* |isAbstract |false |
|
|
27
|
+
*/
|
|
28
|
+
export interface UAOcrReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
29
|
+
images?: UAFolder;
|
|
30
|
+
runtimeParameters?: UAOcrReaderDevice_runtimeParameters;
|
|
31
|
+
scan?: UAMethod;
|
|
32
|
+
}
|
|
33
|
+
export interface UAOcrReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters" | "scan">, UAOcrReaderDevice_Base {
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_ocr_reader_device.js","sourceRoot":"","sources":["../source/ua_ocr_reader_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTOcrScanResult } from "./dt_ocr_scan_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:OcrScanEventType ns=3;i=1005 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAOcrScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTOcrScanResult[], /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOcrScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOcrScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_ocr_scan_event.js","sourceRoot":"","sources":["../source/ua_ocr_scan_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
6
|
+
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
|
+
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
|
+
/**
|
|
9
|
+
* matchCode
|
|
10
|
+
* Target value for 2D or OCR decoding.
|
|
11
|
+
*/
|
|
12
|
+
matchCode?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
|
|
13
|
+
/**
|
|
14
|
+
* templateName
|
|
15
|
+
* Activate template which defines a specific
|
|
16
|
+
* identification task.
|
|
17
|
+
*/
|
|
18
|
+
templateName?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* | | |
|
|
22
|
+
* |----------------|--------------------------------------------------|
|
|
23
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
24
|
+
* |nodeClass |ObjectType |
|
|
25
|
+
* |typedDefinition |3:OpticalReaderDeviceType ns=3;i=1008 |
|
|
26
|
+
* |isAbstract |false |
|
|
27
|
+
*/
|
|
28
|
+
export interface UAOpticalReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
29
|
+
images?: UAFolder;
|
|
30
|
+
runtimeParameters?: UAOpticalReaderDevice_runtimeParameters;
|
|
31
|
+
scan?: UAMethod;
|
|
32
|
+
}
|
|
33
|
+
export interface UAOpticalReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters" | "scan">, UAOpticalReaderDevice_Base {
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_optical_reader_device.js","sourceRoot":"","sources":["../source/ua_optical_reader_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:OpticalScanEventType ns=3;i=1009 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAOpticalScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTOpticalScanResult[], /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOpticalScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOpticalScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_optical_scan_event.js","sourceRoot":"","sources":["../source/ua_optical_scan_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |3:OpticalVerifierDeviceType ns=3;i=1011 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAOpticalVerifierDevice_Base extends UAOpticalReaderDevice_Base {
|
|
12
|
+
scan?: UAMethod;
|
|
13
|
+
}
|
|
14
|
+
export interface UAOpticalVerifierDevice extends Omit<UAOpticalReaderDevice, "scan">, UAOpticalVerifierDevice_Base {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_optical_verifier_device.js","sourceRoot":"","sources":["../source/ua_optical_verifier_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result";
|
|
4
|
+
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:OpticalVerifierScanEventType ns=3;i=1013 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAOpticalVerifierScanEvent_Base extends UAOpticalScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTOpticalVerifierScanResult[], /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOpticalVerifierScanEvent extends Omit<UAOpticalScanEvent, "scanResult">, UAOpticalVerifierScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_optical_verifier_scan_event.js","sourceRoot":"","sources":["../source/ua_optical_verifier_scan_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRfidAccessResult } from "./dt_rfid_access_result";
|
|
4
|
+
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event";
|
|
5
|
+
/**
|
|
6
|
+
* Data of the access on one or more Rfid
|
|
7
|
+
* Transponder.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |3:RfidAccessEventType ns=3;i=1016 |
|
|
14
|
+
* |isAbstract |true |
|
|
15
|
+
*/
|
|
16
|
+
export interface UARfidAccessEvent_Base extends UAAutoIdAccessEvent_Base {
|
|
17
|
+
/**
|
|
18
|
+
* accessResult
|
|
19
|
+
* Result values of the access.
|
|
20
|
+
*/
|
|
21
|
+
accessResult: UAProperty<DTRfidAccessResult[], /*z*/ DataType.ExtensionObject>;
|
|
22
|
+
}
|
|
23
|
+
export interface UARfidAccessEvent extends Omit<UAAutoIdAccessEvent, "accessResult">, UARfidAccessEvent_Base {
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_rfid_access_event.js","sourceRoot":"","sources":["../source/ua_rfid_access_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32, Int32, SByte } from "node-opcua-basic-types";
|
|
4
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
+
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
|
+
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
9
|
+
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics {
|
|
10
|
+
/**
|
|
11
|
+
* lastAccess
|
|
12
|
+
* Values of the last AutoID Identifier access.
|
|
13
|
+
*/
|
|
14
|
+
lastAccess?: UAFunctionalGroup;
|
|
15
|
+
}
|
|
16
|
+
export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
17
|
+
/**
|
|
18
|
+
* codeTypesRWData
|
|
19
|
+
* Supported CodeTypes and selected CodeType for the
|
|
20
|
+
* diagnostics value RWData.
|
|
21
|
+
*/
|
|
22
|
+
codeTypesRWData?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
|
|
23
|
+
/**
|
|
24
|
+
* enableAntennas
|
|
25
|
+
* Antennas that shall be used by the device for its
|
|
26
|
+
* operation.
|
|
27
|
+
*/
|
|
28
|
+
enableAntennas?: UABaseDataVariable<UInt32, /*z*/ DataType.UInt32>;
|
|
29
|
+
/**
|
|
30
|
+
* minRssi
|
|
31
|
+
* Lowest acceptable RSSI value.
|
|
32
|
+
*/
|
|
33
|
+
minRssi?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
|
|
34
|
+
/**
|
|
35
|
+
* rfPower
|
|
36
|
+
* Radio transmission power of the antenna.
|
|
37
|
+
*/
|
|
38
|
+
rfPower?: UABaseDataVariable<SByte, /*z*/ DataType.SByte>;
|
|
39
|
+
/**
|
|
40
|
+
* tagTypes
|
|
41
|
+
* Expected tags in a multi-type environment.
|
|
42
|
+
*/
|
|
43
|
+
tagTypes?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* | | |
|
|
47
|
+
* |----------------|--------------------------------------------------|
|
|
48
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
49
|
+
* |nodeClass |ObjectType |
|
|
50
|
+
* |typedDefinition |3:RfidReaderDeviceType ns=3;i=1003 |
|
|
51
|
+
* |isAbstract |false |
|
|
52
|
+
*/
|
|
53
|
+
export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
54
|
+
antennaNames?: UAProperty<DTAntennaNameIdPair[], /*z*/ DataType.ExtensionObject>;
|
|
55
|
+
/**
|
|
56
|
+
* diagnostics
|
|
57
|
+
* Diagnostic data from AutoID Devices.
|
|
58
|
+
*/
|
|
59
|
+
diagnostics?: UARfidReaderDevice_diagnostics;
|
|
60
|
+
killTag?: UAMethod;
|
|
61
|
+
/**
|
|
62
|
+
* lastScanAntenna
|
|
63
|
+
* ID of the antenna with which the last AutoID
|
|
64
|
+
* Identifier was scanned.
|
|
65
|
+
*/
|
|
66
|
+
lastScanAntenna?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
|
|
67
|
+
/**
|
|
68
|
+
* lastScanRSSI
|
|
69
|
+
* RSSI Value with which the last AutoID Identifier
|
|
70
|
+
* was scanned.
|
|
71
|
+
*/
|
|
72
|
+
lastScanRSSI?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
|
|
73
|
+
lockTag?: UAMethod;
|
|
74
|
+
readTag?: UAMethod;
|
|
75
|
+
runtimeParameters?: UARfidReaderDevice_runtimeParameters;
|
|
76
|
+
scan?: UAMethod;
|
|
77
|
+
setTagPassword?: UAMethod;
|
|
78
|
+
writeTag?: UAMethod;
|
|
79
|
+
writeTagID?: UAMethod;
|
|
80
|
+
}
|
|
81
|
+
export interface UARfidReaderDevice extends Omit<UAAutoIdDevice, "diagnostics" | "runtimeParameters" | "scan">, UARfidReaderDevice_Base {
|
|
82
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_rfid_reader_device.js","sourceRoot":"","sources":["../source/ua_rfid_reader_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRfidScanResult } from "./dt_rfid_scan_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RfidScanEventType ns=3;i=1006 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARfidScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTRfidScanResult[], /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UARfidScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARfidScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_rfid_scan_event.js","sourceRoot":"","sources":["../source/ua_rfid_scan_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { EUInformation } from "node-opcua-data-access";
|
|
4
|
+
import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RtlsDeviceType ns=3;i=1012 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARtlsDevice_Base extends UAAutoIdDevice_Base {
|
|
14
|
+
geographicalUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
getLocation?: UAMethod;
|
|
16
|
+
getSupportedLocationTypes?: UAMethod;
|
|
17
|
+
getUnits?: UAMethod;
|
|
18
|
+
lengthUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
19
|
+
rotationalUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
20
|
+
scan?: UAMethod;
|
|
21
|
+
speedUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
|
|
22
|
+
}
|
|
23
|
+
export interface UARtlsDevice extends Omit<UAAutoIdDevice, "scan">, UARtlsDevice_Base {
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_rtls_device.js","sourceRoot":"","sources":["../source/ua_rtls_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRtlsLocationResult } from "./dt_rtls_location_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RtlsLocationEventType ns=3;i=1014 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARtlsLocationEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTRtlsLocationResult[], /*z*/ DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UARtlsLocationEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARtlsLocationEvent_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_rtls_location_event.js","sourceRoot":"","sources":["../source/ua_rtls_location_event.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "node-opcua-nodeset-auto-id",
|
|
3
|
+
"version": "2.51.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc -b"
|
|
9
|
+
},
|
|
10
|
+
"author": "etienne.rossignon@sterfive.com",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"node-opcua-address-space-base": "2.51.0",
|
|
14
|
+
"node-opcua-basic-types": "2.51.0",
|
|
15
|
+
"node-opcua-data-access": "2.51.0",
|
|
16
|
+
"node-opcua-data-model": "2.51.0",
|
|
17
|
+
"node-opcua-nodeid": "2.51.0",
|
|
18
|
+
"node-opcua-nodeset-di": "2.51.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.51.0",
|
|
20
|
+
"node-opcua-variant": "2.51.0"
|
|
21
|
+
},
|
|
22
|
+
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945"
|
|
23
|
+
}
|
package/pnpm-lock.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
lockfileVersion: 5.3
|
|
2
|
+
|
|
3
|
+
specifiers:
|
|
4
|
+
node-opcua-address-space-base: 2.50.0
|
|
5
|
+
node-opcua-basic-types: 2.47.0
|
|
6
|
+
node-opcua-data-access: 2.49.0
|
|
7
|
+
node-opcua-data-model: 2.49.0
|
|
8
|
+
node-opcua-nodeid: 2.45.0
|
|
9
|
+
node-opcua-nodeset-di: 2.50.0
|
|
10
|
+
node-opcua-nodeset-ua: 2.50.0
|
|
11
|
+
node-opcua-variant: 2.49.0
|
|
12
|
+
|
|
13
|
+
dependencies:
|
|
14
|
+
node-opcua-address-space-base: link:../node-opcua-address-space-base
|
|
15
|
+
node-opcua-basic-types: link:../node-opcua-basic-types
|
|
16
|
+
node-opcua-data-access: link:../node-opcua-data-access
|
|
17
|
+
node-opcua-data-model: link:../node-opcua-data-model
|
|
18
|
+
node-opcua-nodeid: link:../node-opcua-nodeid
|
|
19
|
+
node-opcua-nodeset-di: link:../node-opcua-nodeset-di
|
|
20
|
+
node-opcua-nodeset-ua: link:../node-opcua-nodeset-ua
|
|
21
|
+
node-opcua-variant: link:../node-opcua-variant
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
/**
|
|
6
|
+
* Result values of an AutoID Identifier access.
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|--------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:AccessResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
|
+
*/
|
|
15
|
+
export interface DTAccessResult extends DTStructure {
|
|
16
|
+
/** Defines the format of Identifier as string.*/
|
|
17
|
+
codeType: UAString; // String ns=3;i=3031
|
|
18
|
+
/** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
|
|
19
|
+
identifier: DTScanData; // ExtensionObject ns=3;i=3020
|
|
20
|
+
/** The point of time the AutoID Identifier was accessed by the command.*/
|
|
21
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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:AntennaNameIdPair |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTAntennaNameIdPair extends DTStructure {
|
|
13
|
+
antennaId: Int32; // Int32 ns=0;i=6
|
|
14
|
+
antennaName: UAString; // String ns=0;i=12
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { Int32, Int16, Byte } 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:DhcpGeoConfCoordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTDhcpGeoConfCoordinate extends DTStructure {
|
|
13
|
+
laRes: Byte; // Byte ns=0;i=3
|
|
14
|
+
latitudeInteger: Int16; // Int16 ns=0;i=4
|
|
15
|
+
latitudeFraction: Int32; // Int32 ns=0;i=6
|
|
16
|
+
loRes: Byte; // Byte ns=0;i=3
|
|
17
|
+
longitudeInteger: Int16; // Int16 ns=0;i=4
|
|
18
|
+
longitudeFraction: Int32; // Int32 ns=0;i=6
|
|
19
|
+
AT: Byte; // Byte ns=0;i=3
|
|
20
|
+
altRes: Byte; // Byte ns=0;i=3
|
|
21
|
+
altitudeInteger: Int32; // Int32 ns=0;i=6
|
|
22
|
+
altitudeFraction: Int16; // Int16 ns=0;i=4
|
|
23
|
+
datum: Byte; // Byte ns=0;i=3
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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:LocalCoordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTLocalCoordinate extends DTStructure {
|
|
13
|
+
x: number; // Double ns=0;i=11
|
|
14
|
+
y: number; // Double ns=0;i=11
|
|
15
|
+
z: number; // Double ns=0;i=11
|
|
16
|
+
/** Optional*/
|
|
17
|
+
timestamp: Date; // DateTime ns=0;i=294
|
|
18
|
+
/** Optional*/
|
|
19
|
+
dilutionOfPrecision: number; // Double ns=0;i=11
|
|
20
|
+
/** Optional*/
|
|
21
|
+
usefulPrecision: Int32; // Int32 ns=0;i=6
|
|
22
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { DTLocalCoordinate } from "./dt_local_coordinate"
|
|
5
|
+
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate"
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:Location |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTLocation extends DTUnion {
|
|
15
|
+
NMEA: UAString; // String ns=3;i=3012
|
|
16
|
+
local: DTLocalCoordinate; // ExtensionObject ns=3;i=3019
|
|
17
|
+
WGS84: DTWGS84Coordinate; // ExtensionObject ns=3;i=3027
|
|
18
|
+
name: UAString; // String ns=3;i=3021
|
|
19
|
+
}
|