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,27 @@
|
|
|
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 { LocalizedText } from "node-opcua-data-model"
|
|
5
|
+
import { NodeId } from "node-opcua-nodeid"
|
|
6
|
+
import { UInt16, UAString } from "node-opcua-basic-types"
|
|
7
|
+
import { DTTimeZone } from "node-opcua-nodeset-ua/source/dt_time_zone"
|
|
8
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
|
|
9
|
+
/**
|
|
10
|
+
* AutoID diagnostic data
|
|
11
|
+
*
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|--------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |3:AutoIdDiagnosticsEventType ns=3;i=1010 |
|
|
17
|
+
* |isAbstract |true |
|
|
18
|
+
*/
|
|
19
|
+
export interface UAAutoIdDiagnosticsEvent_Base extends UABaseEvent_Base {
|
|
20
|
+
/**
|
|
21
|
+
* deviceName
|
|
22
|
+
* Name of the device of the diagnostic data.
|
|
23
|
+
*/
|
|
24
|
+
deviceName: UAProperty<UAString, /*z*/DataType.String>;
|
|
25
|
+
}
|
|
26
|
+
export interface UAAutoIdDiagnosticsEvent extends UABaseEvent, UAAutoIdDiagnosticsEvent_Base {
|
|
27
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event"
|
|
3
|
+
/**
|
|
4
|
+
* One entry written to the log of the device.
|
|
5
|
+
*
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAAutoIdLogEntryEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
14
|
+
}
|
|
15
|
+
export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
|
|
16
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { UInt16 } from "node-opcua-basic-types"
|
|
5
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event"
|
|
6
|
+
/**
|
|
7
|
+
* Current presence of AutoID Identifier.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |3:AutoIdPresenceEventType ns=3;i=1018 |
|
|
14
|
+
* |isAbstract |true |
|
|
15
|
+
*/
|
|
16
|
+
export interface UAAutoIdPresenceEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
17
|
+
/**
|
|
18
|
+
* presence
|
|
19
|
+
* Current presence of AutoID Identifier.
|
|
20
|
+
*/
|
|
21
|
+
presence: UAProperty<UInt16, /*z*/DataType.UInt16>;
|
|
22
|
+
}
|
|
23
|
+
export interface UAAutoIdPresenceEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdPresenceEvent_Base {
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
|
|
6
|
+
import { DTScanResult } from "./dt_scan_result"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:AutoIdScanEventType ns=3;i=1004 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAutoIdScanEvent_Base extends UABaseEvent_Base {
|
|
16
|
+
deviceName: UAProperty<UAString, /*z*/DataType.String>;
|
|
17
|
+
scanResult: UAProperty<DTScanResult[], /*z*/DataType.ExtensionObject>;
|
|
18
|
+
}
|
|
19
|
+
export interface UAAutoIdScanEvent extends UABaseEvent, UAAutoIdScanEvent_Base {
|
|
20
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { EUInformation } from "node-opcua-data-access"
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
6
|
+
import { DTLocation } from "./dt_location"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |VariableType |
|
|
12
|
+
* |typedDefinition |3:LocationVariableType ns=3;i=2002 |
|
|
13
|
+
* |dataType |ExtensionObject |
|
|
14
|
+
* |dataType Name |DTLocation ns=3;i=3008 |
|
|
15
|
+
* |isAbstract |false |
|
|
16
|
+
*/
|
|
17
|
+
export interface UALocationVariable_Base<T extends DTLocation/*j*/> extends UABaseDataVariable_Base<T, /*e*/DataType.ExtensionObject> {
|
|
18
|
+
geographicalUnit?: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
19
|
+
lengthUnit?: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
20
|
+
rotationalUnit?: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
21
|
+
speedUnit?: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
22
|
+
}
|
|
23
|
+
export interface UALocationVariable<T extends DTLocation/*j*/> extends UABaseDataVariable<T, /*n*/DataType.ExtensionObject>, UALocationVariable_Base<T /*B*/> {
|
|
24
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UInt64, UInt32, UInt16, UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
7
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
8
|
+
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
9
|
+
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters { // Object
|
|
10
|
+
/**
|
|
11
|
+
* matchCode
|
|
12
|
+
* Target value for 2D or OCR decoding.
|
|
13
|
+
*/
|
|
14
|
+
matchCode?: UABaseDataVariable<UAString, /*z*/DataType.String>;
|
|
15
|
+
/**
|
|
16
|
+
* templateName
|
|
17
|
+
* Activate template which defines a specific
|
|
18
|
+
* identification task.
|
|
19
|
+
*/
|
|
20
|
+
templateName?: UABaseDataVariable<UAString, /*z*/DataType.String>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* | | |
|
|
24
|
+
* |----------------|--------------------------------------------------|
|
|
25
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
26
|
+
* |nodeClass |ObjectType |
|
|
27
|
+
* |typedDefinition |3:OcrReaderDeviceType ns=3;i=1002 |
|
|
28
|
+
* |isAbstract |false |
|
|
29
|
+
*/
|
|
30
|
+
export interface UAOcrReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
31
|
+
images?: UAFolder;
|
|
32
|
+
runtimeParameters?: UAOcrReaderDevice_runtimeParameters;
|
|
33
|
+
scan?: UAMethod;
|
|
34
|
+
}
|
|
35
|
+
export interface UAOcrReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters"|"scan">, UAOcrReaderDevice_Base {
|
|
36
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTOcrScanResult } from "./dt_ocr_scan_result"
|
|
6
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:OcrScanEventType ns=3;i=1005 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAOcrScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
16
|
+
scanResult: UAProperty<DTOcrScanResult[], /*z*/DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UAOcrScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOcrScanEvent_Base {
|
|
19
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UInt32, UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
7
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
8
|
+
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
9
|
+
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters { // Object
|
|
10
|
+
/**
|
|
11
|
+
* matchCode
|
|
12
|
+
* Target value for 2D or OCR decoding.
|
|
13
|
+
*/
|
|
14
|
+
matchCode?: UABaseDataVariable<UAString, /*z*/DataType.String>;
|
|
15
|
+
/**
|
|
16
|
+
* templateName
|
|
17
|
+
* Activate template which defines a specific
|
|
18
|
+
* identification task.
|
|
19
|
+
*/
|
|
20
|
+
templateName?: UABaseDataVariable<UAString, /*z*/DataType.String>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* | | |
|
|
24
|
+
* |----------------|--------------------------------------------------|
|
|
25
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
26
|
+
* |nodeClass |ObjectType |
|
|
27
|
+
* |typedDefinition |3:OpticalReaderDeviceType ns=3;i=1008 |
|
|
28
|
+
* |isAbstract |false |
|
|
29
|
+
*/
|
|
30
|
+
export interface UAOpticalReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
31
|
+
images?: UAFolder;
|
|
32
|
+
runtimeParameters?: UAOpticalReaderDevice_runtimeParameters;
|
|
33
|
+
scan?: UAMethod;
|
|
34
|
+
}
|
|
35
|
+
export interface UAOpticalReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters"|"scan">, UAOpticalReaderDevice_Base {
|
|
36
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result"
|
|
6
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:OpticalScanEventType ns=3;i=1009 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAOpticalScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
16
|
+
scanResult: UAProperty<DTOpticalScanResult[], /*z*/DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UAOpticalScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOpticalScanEvent_Base {
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
5
|
+
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device"
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |3:OpticalVerifierDeviceType ns=3;i=1011 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
|
+
*/
|
|
14
|
+
export interface UAOpticalVerifierDevice_Base extends UAOpticalReaderDevice_Base {
|
|
15
|
+
scan?: UAMethod;
|
|
16
|
+
}
|
|
17
|
+
export interface UAOpticalVerifierDevice extends Omit<UAOpticalReaderDevice, "scan">, UAOpticalVerifierDevice_Base {
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result"
|
|
6
|
+
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result"
|
|
7
|
+
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event"
|
|
8
|
+
/**
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |3:OpticalVerifierScanEventType ns=3;i=1013 |
|
|
14
|
+
* |isAbstract |true |
|
|
15
|
+
*/
|
|
16
|
+
export interface UAOpticalVerifierScanEvent_Base extends UAOpticalScanEvent_Base {
|
|
17
|
+
scanResult: UAProperty<DTOpticalVerifierScanResult[], /*z*/DataType.ExtensionObject>;
|
|
18
|
+
}
|
|
19
|
+
export interface UAOpticalVerifierScanEvent extends Omit<UAOpticalScanEvent, "scanResult">, UAOpticalVerifierScanEvent_Base {
|
|
20
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { DTAccessResult } from "./dt_access_result"
|
|
5
|
+
import { DTRfidAccessResult } from "./dt_rfid_access_result"
|
|
6
|
+
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event"
|
|
7
|
+
/**
|
|
8
|
+
* Data of the access on one or more Rfid
|
|
9
|
+
* Transponder.
|
|
10
|
+
*
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|--------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |3:RfidAccessEventType ns=3;i=1016 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
|
+
*/
|
|
18
|
+
export interface UARfidAccessEvent_Base extends UAAutoIdAccessEvent_Base {
|
|
19
|
+
/**
|
|
20
|
+
* accessResult
|
|
21
|
+
* Result values of the access.
|
|
22
|
+
*/
|
|
23
|
+
accessResult: UAProperty<DTRfidAccessResult[], /*z*/DataType.ExtensionObject>;
|
|
24
|
+
}
|
|
25
|
+
export interface UARfidAccessEvent extends Omit<UAAutoIdAccessEvent, "accessResult">, UARfidAccessEvent_Base {
|
|
26
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UInt32, Int32, UInt16, SByte } from "node-opcua-basic-types"
|
|
5
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete"
|
|
7
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
9
|
+
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair"
|
|
10
|
+
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
11
|
+
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics { // Object
|
|
12
|
+
/**
|
|
13
|
+
* lastAccess
|
|
14
|
+
* Values of the last AutoID Identifier access.
|
|
15
|
+
*/
|
|
16
|
+
lastAccess?: UAFunctionalGroup;
|
|
17
|
+
}
|
|
18
|
+
export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters { // Object
|
|
19
|
+
/**
|
|
20
|
+
* codeTypesRWData
|
|
21
|
+
* Supported CodeTypes and selected CodeType for the
|
|
22
|
+
* diagnostics value RWData.
|
|
23
|
+
*/
|
|
24
|
+
codeTypesRWData?: UAMultiStateDiscrete<UInt32[], /*z*/DataType.UInt32>;
|
|
25
|
+
/**
|
|
26
|
+
* enableAntennas
|
|
27
|
+
* Antennas that shall be used by the device for its
|
|
28
|
+
* operation.
|
|
29
|
+
*/
|
|
30
|
+
enableAntennas?: UABaseDataVariable<UInt32, /*z*/DataType.UInt32>;
|
|
31
|
+
/**
|
|
32
|
+
* minRssi
|
|
33
|
+
* Lowest acceptable RSSI value.
|
|
34
|
+
*/
|
|
35
|
+
minRssi?: UABaseDataVariable<Int32, /*z*/DataType.Int32>;
|
|
36
|
+
/**
|
|
37
|
+
* rfPower
|
|
38
|
+
* Radio transmission power of the antenna.
|
|
39
|
+
*/
|
|
40
|
+
rfPower?: UABaseDataVariable<SByte, /*z*/DataType.SByte>;
|
|
41
|
+
/**
|
|
42
|
+
* tagTypes
|
|
43
|
+
* Expected tags in a multi-type environment.
|
|
44
|
+
*/
|
|
45
|
+
tagTypes?: UAMultiStateDiscrete<UInt32[], /*z*/DataType.UInt32>;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* | | |
|
|
49
|
+
* |----------------|--------------------------------------------------|
|
|
50
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
51
|
+
* |nodeClass |ObjectType |
|
|
52
|
+
* |typedDefinition |3:RfidReaderDeviceType ns=3;i=1003 |
|
|
53
|
+
* |isAbstract |false |
|
|
54
|
+
*/
|
|
55
|
+
export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
56
|
+
antennaNames?: UAProperty<DTAntennaNameIdPair[], /*z*/DataType.ExtensionObject>;
|
|
57
|
+
/**
|
|
58
|
+
* diagnostics
|
|
59
|
+
* Diagnostic data from AutoID Devices.
|
|
60
|
+
*/
|
|
61
|
+
diagnostics?: UARfidReaderDevice_diagnostics;
|
|
62
|
+
killTag?: UAMethod;
|
|
63
|
+
/**
|
|
64
|
+
* lastScanAntenna
|
|
65
|
+
* ID of the antenna with which the last AutoID
|
|
66
|
+
* Identifier was scanned.
|
|
67
|
+
*/
|
|
68
|
+
lastScanAntenna?: UABaseDataVariable<Int32, /*z*/DataType.Int32>;
|
|
69
|
+
/**
|
|
70
|
+
* lastScanRSSI
|
|
71
|
+
* RSSI Value with which the last AutoID Identifier
|
|
72
|
+
* was scanned.
|
|
73
|
+
*/
|
|
74
|
+
lastScanRSSI?: UABaseDataVariable<Int32, /*z*/DataType.Int32>;
|
|
75
|
+
lockTag?: UAMethod;
|
|
76
|
+
readTag?: UAMethod;
|
|
77
|
+
runtimeParameters?: UARfidReaderDevice_runtimeParameters;
|
|
78
|
+
scan?: UAMethod;
|
|
79
|
+
setTagPassword?: UAMethod;
|
|
80
|
+
writeTag?: UAMethod;
|
|
81
|
+
writeTagID?: UAMethod;
|
|
82
|
+
}
|
|
83
|
+
export interface UARfidReaderDevice extends Omit<UAAutoIdDevice, "diagnostics"|"runtimeParameters"|"scan">, UARfidReaderDevice_Base {
|
|
84
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTRfidScanResult } from "./dt_rfid_scan_result"
|
|
6
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:RfidScanEventType ns=3;i=1006 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UARfidScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
16
|
+
scanResult: UAProperty<DTRfidScanResult[], /*z*/DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UARfidScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARfidScanEvent_Base {
|
|
19
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { EUInformation } from "node-opcua-data-access"
|
|
5
|
+
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
|
+
import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:RtlsDeviceType ns=3;i=1012 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
|
+
*/
|
|
15
|
+
export interface UARtlsDevice_Base extends UAAutoIdDevice_Base {
|
|
16
|
+
geographicalUnit: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
17
|
+
getLocation?: UAMethod;
|
|
18
|
+
getSupportedLocationTypes?: UAMethod;
|
|
19
|
+
getUnits?: UAMethod;
|
|
20
|
+
lengthUnit: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
21
|
+
rotationalUnit: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
22
|
+
scan?: UAMethod;
|
|
23
|
+
speedUnit: UAProperty<EUInformation, /*z*/DataType.ExtensionObject>;
|
|
24
|
+
}
|
|
25
|
+
export interface UARtlsDevice extends Omit<UAAutoIdDevice, "scan">, UARtlsDevice_Base {
|
|
26
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { DTScanResult } from "./dt_scan_result"
|
|
5
|
+
import { DTRtlsLocationResult } from "./dt_rtls_location_result"
|
|
6
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
|
+
/**
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:RtlsLocationEventType ns=3;i=1014 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UARtlsLocationEvent_Base extends UAAutoIdScanEvent_Base {
|
|
16
|
+
scanResult: UAProperty<DTRtlsLocationResult[], /*z*/DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UARtlsLocationEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARtlsLocationEvent_Base {
|
|
19
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"rootDir": "source",
|
|
5
|
+
"outDir": "dist",
|
|
6
|
+
"composite": true
|
|
7
|
+
},
|
|
8
|
+
"include": [
|
|
9
|
+
"source/*.ts",
|
|
10
|
+
],
|
|
11
|
+
"references": [
|
|
12
|
+
{ "path": "../node-opcua-address-space-base" },
|
|
13
|
+
{ "path": "../node-opcua-basic-types" },
|
|
14
|
+
{ "path": "../node-opcua-data-access" },
|
|
15
|
+
{ "path": "../node-opcua-data-model" },
|
|
16
|
+
{ "path": "../node-opcua-nodeid" },
|
|
17
|
+
{ "path": "../node-opcua-nodeset-di" },
|
|
18
|
+
{ "path": "../node-opcua-nodeset-ua" },
|
|
19
|
+
{ "path": "../node-opcua-variant" }
|
|
20
|
+
],
|
|
21
|
+
"exclude": [
|
|
22
|
+
"node_modules",
|
|
23
|
+
"dist"
|
|
24
|
+
]
|
|
25
|
+
}
|