node-opcua-nodeset-auto-id 2.76.0 → 2.76.2
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/dist/dt_access_result.d.ts +21 -21
- package/dist/dt_access_result.js +2 -2
- package/dist/dt_antenna_name_id_pair.d.ts +14 -14
- package/dist/dt_antenna_name_id_pair.js +2 -2
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -23
- package/dist/dt_dhcp_geo_conf_coordinate.js +2 -2
- package/dist/dt_local_coordinate.d.ts +21 -21
- package/dist/dt_local_coordinate.js +2 -2
- package/dist/dt_location.d.ts +37 -37
- package/dist/dt_location.js +2 -2
- package/dist/dt_ocr_scan_result.d.ts +34 -34
- package/dist/dt_ocr_scan_result.js +2 -2
- package/dist/dt_optical_scan_result.d.ts +30 -30
- package/dist/dt_optical_scan_result.js +2 -2
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -39
- package/dist/dt_optical_verifier_scan_result.js +2 -2
- package/dist/dt_position.d.ts +17 -17
- package/dist/dt_position.js +2 -2
- package/dist/dt_rfid_access_result.d.ts +36 -36
- package/dist/dt_rfid_access_result.js +2 -2
- package/dist/dt_rfid_scan_result.d.ts +25 -25
- package/dist/dt_rfid_scan_result.js +2 -2
- package/dist/dt_rfid_sighting.d.ts +20 -20
- package/dist/dt_rfid_sighting.js +2 -2
- package/dist/dt_rotation.d.ts +14 -14
- package/dist/dt_rotation.js +2 -2
- package/dist/dt_rtls_location_result.d.ts +27 -27
- package/dist/dt_rtls_location_result.js +2 -2
- package/dist/dt_scan_data.d.ts +37 -37
- package/dist/dt_scan_data.js +2 -2
- package/dist/dt_scan_data_epc.d.ts +17 -17
- package/dist/dt_scan_data_epc.js +2 -2
- package/dist/dt_scan_result.d.ts +22 -22
- package/dist/dt_scan_result.js +2 -2
- package/dist/dt_scan_settings.d.ts +17 -17
- package/dist/dt_scan_settings.js +2 -2
- package/dist/dt_wgs_84_coordinate.d.ts +21 -21
- package/dist/dt_wgs_84_coordinate.js +2 -2
- package/dist/enum_auto_id_operation_status.d.ts +113 -113
- package/dist/enum_auto_id_operation_status.js +118 -118
- package/dist/enum_device_status.d.ts +14 -14
- package/dist/enum_device_status.js +19 -19
- package/dist/enum_location_type.d.ts +14 -14
- package/dist/enum_location_type.js +19 -19
- package/dist/enum_rfid_lock_operation.d.ts +14 -14
- package/dist/enum_rfid_lock_operation.js +19 -19
- package/dist/enum_rfid_lock_region.d.ts +15 -15
- package/dist/enum_rfid_lock_region.js +20 -20
- package/dist/enum_rfid_password_type.d.ts +14 -14
- package/dist/enum_rfid_password_type.js +19 -19
- package/dist/index.d.ts +43 -43
- package/dist/index.js +59 -59
- package/dist/ua_auto_id_access_event.d.ts +35 -35
- package/dist/ua_auto_id_access_event.js +2 -2
- package/dist/ua_auto_id_device.d.ts +105 -105
- package/dist/ua_auto_id_device.js +2 -2
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -23
- package/dist/ua_auto_id_diagnostics_event.js +2 -2
- package/dist/ua_auto_id_log_entry_event.d.ts +14 -14
- package/dist/ua_auto_id_log_entry_event.js +2 -2
- package/dist/ua_auto_id_presence_event.d.ts +23 -23
- package/dist/ua_auto_id_presence_event.js +2 -2
- package/dist/ua_auto_id_scan_event.d.ts +19 -19
- package/dist/ua_auto_id_scan_event.js +2 -2
- package/dist/ua_location_variable.d.ts +23 -23
- package/dist/ua_location_variable.js +2 -2
- package/dist/ua_ocr_reader_device.d.ts +34 -34
- package/dist/ua_ocr_reader_device.js +2 -2
- package/dist/ua_ocr_scan_event.d.ts +17 -17
- package/dist/ua_ocr_scan_event.js +2 -2
- package/dist/ua_optical_reader_device.d.ts +34 -34
- package/dist/ua_optical_reader_device.js +2 -2
- package/dist/ua_optical_scan_event.d.ts +17 -17
- package/dist/ua_optical_scan_event.js +2 -2
- package/dist/ua_optical_verifier_device.d.ts +15 -15
- package/dist/ua_optical_verifier_device.js +2 -2
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -17
- package/dist/ua_optical_verifier_scan_event.js +2 -2
- package/dist/ua_rfid_access_event.d.ts +24 -24
- package/dist/ua_rfid_access_event.js +2 -2
- package/dist/ua_rfid_reader_device.d.ts +82 -82
- package/dist/ua_rfid_reader_device.js +2 -2
- package/dist/ua_rfid_scan_event.d.ts +17 -17
- package/dist/ua_rfid_scan_event.js +2 -2
- package/dist/ua_rtls_device.d.ts +24 -24
- package/dist/ua_rtls_device.js +2 -2
- package/dist/ua_rtls_location_event.d.ts +17 -17
- package/dist/ua_rtls_location_event.js +2 -2
- package/package.json +10 -10
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UInt32, UInt16, UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
|
|
8
|
-
import { DTLocation } from "./dt_location";
|
|
9
|
-
import { EnumDeviceStatus } from "./enum_device_status";
|
|
10
|
-
import { UALocationVariable } from "./ua_location_variable";
|
|
11
|
-
export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup {
|
|
12
|
-
/**
|
|
13
|
-
* lastAccess
|
|
14
|
-
* Values of the last AutoID Identifier access.
|
|
15
|
-
*/
|
|
16
|
-
lastAccess?: UAFunctionalGroup;
|
|
17
|
-
/**
|
|
18
|
-
* logbook
|
|
19
|
-
* Values of the logbook.
|
|
20
|
-
*/
|
|
21
|
-
logbook?: UAFunctionalGroup;
|
|
22
|
-
/**
|
|
23
|
-
* presence
|
|
24
|
-
* Current presence of AutoID Identifier (e.g. a
|
|
25
|
-
* code or a transponder).
|
|
26
|
-
*/
|
|
27
|
-
presence?: UABaseDataVariable<UInt16, DataType.UInt16>;
|
|
28
|
-
}
|
|
29
|
-
export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
|
|
30
|
-
/**
|
|
31
|
-
* codeTypes
|
|
32
|
-
* Supported CodeTypes and selected CodeType for the
|
|
33
|
-
* ScanData.
|
|
34
|
-
*/
|
|
35
|
-
codeTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
36
|
-
/**
|
|
37
|
-
* scanSettings
|
|
38
|
-
* Scan settings used together with ScanActive
|
|
39
|
-
* Variable.
|
|
40
|
-
*/
|
|
41
|
-
scanSettings?: UAFunctionalGroup;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* | | |
|
|
45
|
-
* |----------------|--------------------------------------------------|
|
|
46
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
47
|
-
* |nodeClass |ObjectType |
|
|
48
|
-
* |typedDefinition |3:AutoIdDeviceType ns=3;i=1001 |
|
|
49
|
-
* |isAbstract |true |
|
|
50
|
-
*/
|
|
51
|
-
export interface UAAutoIdDevice_Base extends UADevice_Base {
|
|
52
|
-
autoIdModelVersion: UAProperty<UAString, DataType.String>;
|
|
53
|
-
/**
|
|
54
|
-
* deviceInfo
|
|
55
|
-
* Device status information.
|
|
56
|
-
*/
|
|
57
|
-
deviceInfo?: UAProperty<UAString, DataType.String>;
|
|
58
|
-
/**
|
|
59
|
-
* deviceLocation
|
|
60
|
-
* Union of GPS, UTM, Local.
|
|
61
|
-
*/
|
|
62
|
-
deviceLocation?: UALocationVariable<DTLocation>;
|
|
63
|
-
/**
|
|
64
|
-
* deviceLocationName
|
|
65
|
-
* Symbolic name of the device location.
|
|
66
|
-
*/
|
|
67
|
-
deviceLocationName?: UAProperty<UAString, DataType.String>;
|
|
68
|
-
/**
|
|
69
|
-
* deviceName
|
|
70
|
-
* Default could be also host name, IP address or
|
|
71
|
-
* MAC. This should be a field that can be
|
|
72
|
-
* configured for a device.
|
|
73
|
-
*/
|
|
74
|
-
deviceName: UAProperty<UAString, DataType.String>;
|
|
75
|
-
deviceStatus: UABaseDataVariable<EnumDeviceStatus, DataType.Int32>;
|
|
76
|
-
/**
|
|
77
|
-
* diagnostics
|
|
78
|
-
* Diagnostic data from AutoID Devices.
|
|
79
|
-
*/
|
|
80
|
-
diagnostics?: UAAutoIdDevice_diagnostics;
|
|
81
|
-
getDeviceLocation?: UAMethod;
|
|
82
|
-
ioData?: UAFunctionalGroup;
|
|
83
|
-
/**
|
|
84
|
-
* lastScanData
|
|
85
|
-
* The last scanned AutoID Identifier.
|
|
86
|
-
*/
|
|
87
|
-
lastScanData?: UABaseDataVariable<any, any>;
|
|
88
|
-
/**
|
|
89
|
-
* lastScanTimestamp
|
|
90
|
-
* Point of time the last AutoID Identifier was
|
|
91
|
-
* scanned.
|
|
92
|
-
*/
|
|
93
|
-
lastScanTimestamp?: UABaseDataVariable<Date, DataType.DateTime>;
|
|
94
|
-
runtimeParameters?: UAAutoIdDevice_runtimeParameters;
|
|
95
|
-
scan?: UAMethod;
|
|
96
|
-
/**
|
|
97
|
-
* scanActive
|
|
98
|
-
* Triggers the scan process.
|
|
99
|
-
*/
|
|
100
|
-
scanActive?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
101
|
-
scanStart?: UAMethod;
|
|
102
|
-
scanStop?: UAMethod;
|
|
103
|
-
}
|
|
104
|
-
export interface UAAutoIdDevice extends UADevice, UAAutoIdDevice_Base {
|
|
105
|
-
}
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32, UInt16, UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
|
|
8
|
+
import { DTLocation } from "./dt_location";
|
|
9
|
+
import { EnumDeviceStatus } from "./enum_device_status";
|
|
10
|
+
import { UALocationVariable } from "./ua_location_variable";
|
|
11
|
+
export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup {
|
|
12
|
+
/**
|
|
13
|
+
* lastAccess
|
|
14
|
+
* Values of the last AutoID Identifier access.
|
|
15
|
+
*/
|
|
16
|
+
lastAccess?: UAFunctionalGroup;
|
|
17
|
+
/**
|
|
18
|
+
* logbook
|
|
19
|
+
* Values of the logbook.
|
|
20
|
+
*/
|
|
21
|
+
logbook?: UAFunctionalGroup;
|
|
22
|
+
/**
|
|
23
|
+
* presence
|
|
24
|
+
* Current presence of AutoID Identifier (e.g. a
|
|
25
|
+
* code or a transponder).
|
|
26
|
+
*/
|
|
27
|
+
presence?: UABaseDataVariable<UInt16, DataType.UInt16>;
|
|
28
|
+
}
|
|
29
|
+
export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
|
|
30
|
+
/**
|
|
31
|
+
* codeTypes
|
|
32
|
+
* Supported CodeTypes and selected CodeType for the
|
|
33
|
+
* ScanData.
|
|
34
|
+
*/
|
|
35
|
+
codeTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
36
|
+
/**
|
|
37
|
+
* scanSettings
|
|
38
|
+
* Scan settings used together with ScanActive
|
|
39
|
+
* Variable.
|
|
40
|
+
*/
|
|
41
|
+
scanSettings?: UAFunctionalGroup;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* | | |
|
|
45
|
+
* |----------------|--------------------------------------------------|
|
|
46
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
47
|
+
* |nodeClass |ObjectType |
|
|
48
|
+
* |typedDefinition |3:AutoIdDeviceType ns=3;i=1001 |
|
|
49
|
+
* |isAbstract |true |
|
|
50
|
+
*/
|
|
51
|
+
export interface UAAutoIdDevice_Base extends UADevice_Base {
|
|
52
|
+
autoIdModelVersion: UAProperty<UAString, DataType.String>;
|
|
53
|
+
/**
|
|
54
|
+
* deviceInfo
|
|
55
|
+
* Device status information.
|
|
56
|
+
*/
|
|
57
|
+
deviceInfo?: UAProperty<UAString, DataType.String>;
|
|
58
|
+
/**
|
|
59
|
+
* deviceLocation
|
|
60
|
+
* Union of GPS, UTM, Local.
|
|
61
|
+
*/
|
|
62
|
+
deviceLocation?: UALocationVariable<DTLocation>;
|
|
63
|
+
/**
|
|
64
|
+
* deviceLocationName
|
|
65
|
+
* Symbolic name of the device location.
|
|
66
|
+
*/
|
|
67
|
+
deviceLocationName?: UAProperty<UAString, DataType.String>;
|
|
68
|
+
/**
|
|
69
|
+
* deviceName
|
|
70
|
+
* Default could be also host name, IP address or
|
|
71
|
+
* MAC. This should be a field that can be
|
|
72
|
+
* configured for a device.
|
|
73
|
+
*/
|
|
74
|
+
deviceName: UAProperty<UAString, DataType.String>;
|
|
75
|
+
deviceStatus: UABaseDataVariable<EnumDeviceStatus, DataType.Int32>;
|
|
76
|
+
/**
|
|
77
|
+
* diagnostics
|
|
78
|
+
* Diagnostic data from AutoID Devices.
|
|
79
|
+
*/
|
|
80
|
+
diagnostics?: UAAutoIdDevice_diagnostics;
|
|
81
|
+
getDeviceLocation?: UAMethod;
|
|
82
|
+
ioData?: UAFunctionalGroup;
|
|
83
|
+
/**
|
|
84
|
+
* lastScanData
|
|
85
|
+
* The last scanned AutoID Identifier.
|
|
86
|
+
*/
|
|
87
|
+
lastScanData?: UABaseDataVariable<any, any>;
|
|
88
|
+
/**
|
|
89
|
+
* lastScanTimestamp
|
|
90
|
+
* Point of time the last AutoID Identifier was
|
|
91
|
+
* scanned.
|
|
92
|
+
*/
|
|
93
|
+
lastScanTimestamp?: UABaseDataVariable<Date, DataType.DateTime>;
|
|
94
|
+
runtimeParameters?: UAAutoIdDevice_runtimeParameters;
|
|
95
|
+
scan?: UAMethod;
|
|
96
|
+
/**
|
|
97
|
+
* scanActive
|
|
98
|
+
* Triggers the scan process.
|
|
99
|
+
*/
|
|
100
|
+
scanActive?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
101
|
+
scanStart?: UAMethod;
|
|
102
|
+
scanStop?: UAMethod;
|
|
103
|
+
}
|
|
104
|
+
export interface UAAutoIdDevice extends UADevice, UAAutoIdDevice_Base {
|
|
105
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_auto_id_device.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
-
/**
|
|
6
|
-
* AutoID diagnostic data
|
|
7
|
-
*
|
|
8
|
-
* | | |
|
|
9
|
-
* |----------------|--------------------------------------------------|
|
|
10
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
-
* |nodeClass |ObjectType |
|
|
12
|
-
* |typedDefinition |3:AutoIdDiagnosticsEventType ns=3;i=1010 |
|
|
13
|
-
* |isAbstract |true |
|
|
14
|
-
*/
|
|
15
|
-
export interface UAAutoIdDiagnosticsEvent_Base extends UABaseEvent_Base {
|
|
16
|
-
/**
|
|
17
|
-
* deviceName
|
|
18
|
-
* Name of the device of the diagnostic data.
|
|
19
|
-
*/
|
|
20
|
-
deviceName: UAProperty<UAString, DataType.String>;
|
|
21
|
-
}
|
|
22
|
-
export interface UAAutoIdDiagnosticsEvent extends UABaseEvent, UAAutoIdDiagnosticsEvent_Base {
|
|
23
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
+
/**
|
|
6
|
+
* AutoID diagnostic data
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:AutoIdDiagnosticsEventType ns=3;i=1010 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAutoIdDiagnosticsEvent_Base extends UABaseEvent_Base {
|
|
16
|
+
/**
|
|
17
|
+
* deviceName
|
|
18
|
+
* Name of the device of the diagnostic data.
|
|
19
|
+
*/
|
|
20
|
+
deviceName: UAProperty<UAString, DataType.String>;
|
|
21
|
+
}
|
|
22
|
+
export interface UAAutoIdDiagnosticsEvent extends UABaseEvent, UAAutoIdDiagnosticsEvent_Base {
|
|
23
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_auto_id_diagnostics_event.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
2
|
-
/**
|
|
3
|
-
* One entry written to the log of the device.
|
|
4
|
-
*
|
|
5
|
-
* | | |
|
|
6
|
-
* |----------------|--------------------------------------------------|
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
-
* |nodeClass |ObjectType |
|
|
9
|
-
* |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
|
|
10
|
-
* |isAbstract |true |
|
|
11
|
-
*/
|
|
12
|
-
export declare type UAAutoIdLogEntryEvent_Base = UAAutoIdDiagnosticsEvent_Base;
|
|
13
|
-
export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
|
|
14
|
-
}
|
|
1
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
2
|
+
/**
|
|
3
|
+
* One entry written to the log of the device.
|
|
4
|
+
*
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
|
|
10
|
+
* |isAbstract |true |
|
|
11
|
+
*/
|
|
12
|
+
export declare type UAAutoIdLogEntryEvent_Base = UAAutoIdDiagnosticsEvent_Base;
|
|
13
|
+
export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
|
|
14
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_auto_id_log_entry_event.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UInt16 } from "node-opcua-basic-types";
|
|
4
|
-
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
5
|
-
/**
|
|
6
|
-
* Current presence of AutoID Identifier.
|
|
7
|
-
*
|
|
8
|
-
* | | |
|
|
9
|
-
* |----------------|--------------------------------------------------|
|
|
10
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
-
* |nodeClass |ObjectType |
|
|
12
|
-
* |typedDefinition |3:AutoIdPresenceEventType ns=3;i=1018 |
|
|
13
|
-
* |isAbstract |true |
|
|
14
|
-
*/
|
|
15
|
-
export interface UAAutoIdPresenceEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
16
|
-
/**
|
|
17
|
-
* presence
|
|
18
|
-
* Current presence of AutoID Identifier.
|
|
19
|
-
*/
|
|
20
|
-
presence: UAProperty<UInt16, DataType.UInt16>;
|
|
21
|
-
}
|
|
22
|
-
export interface UAAutoIdPresenceEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdPresenceEvent_Base {
|
|
23
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt16 } from "node-opcua-basic-types";
|
|
4
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
5
|
+
/**
|
|
6
|
+
* Current presence of AutoID Identifier.
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:AutoIdPresenceEventType ns=3;i=1018 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAutoIdPresenceEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
16
|
+
/**
|
|
17
|
+
* presence
|
|
18
|
+
* Current presence of AutoID Identifier.
|
|
19
|
+
*/
|
|
20
|
+
presence: UAProperty<UInt16, DataType.UInt16>;
|
|
21
|
+
}
|
|
22
|
+
export interface UAAutoIdPresenceEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdPresenceEvent_Base {
|
|
23
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_auto_id_presence_event.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
-
import { DTScanResult } from "./dt_scan_result";
|
|
6
|
-
/**
|
|
7
|
-
* | | |
|
|
8
|
-
* |----------------|--------------------------------------------------|
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
-
* |nodeClass |ObjectType |
|
|
11
|
-
* |typedDefinition |3:AutoIdScanEventType ns=3;i=1004 |
|
|
12
|
-
* |isAbstract |true |
|
|
13
|
-
*/
|
|
14
|
-
export interface UAAutoIdScanEvent_Base extends UABaseEvent_Base {
|
|
15
|
-
deviceName: UAProperty<UAString, DataType.String>;
|
|
16
|
-
scanResult: UAProperty<DTScanResult[], DataType.ExtensionObject>;
|
|
17
|
-
}
|
|
18
|
-
export interface UAAutoIdScanEvent extends UABaseEvent, UAAutoIdScanEvent_Base {
|
|
19
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |3:AutoIdScanEventType ns=3;i=1004 |
|
|
12
|
+
* |isAbstract |true |
|
|
13
|
+
*/
|
|
14
|
+
export interface UAAutoIdScanEvent_Base extends UABaseEvent_Base {
|
|
15
|
+
deviceName: UAProperty<UAString, DataType.String>;
|
|
16
|
+
scanResult: UAProperty<DTScanResult[], DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UAAutoIdScanEvent extends UABaseEvent, UAAutoIdScanEvent_Base {
|
|
19
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_auto_id_scan_event.js.map
|
|
@@ -1,23 +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, DataType.ExtensionObject> {
|
|
17
|
-
geographicalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
18
|
-
lengthUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
19
|
-
rotationalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
20
|
-
speedUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
21
|
-
}
|
|
22
|
-
export interface UALocationVariable<T extends DTLocation> extends UABaseDataVariable<T, DataType.ExtensionObject>, UALocationVariable_Base<T> {
|
|
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, DataType.ExtensionObject> {
|
|
17
|
+
geographicalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
18
|
+
lengthUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
19
|
+
rotationalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
20
|
+
speedUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
21
|
+
}
|
|
22
|
+
export interface UALocationVariable<T extends DTLocation> extends UABaseDataVariable<T, DataType.ExtensionObject>, UALocationVariable_Base<T> {
|
|
23
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_location_variable.js.map
|
|
@@ -1,34 +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, DataType.String>;
|
|
13
|
-
/**
|
|
14
|
-
* templateName
|
|
15
|
-
* Activate template which defines a specific
|
|
16
|
-
* identification task.
|
|
17
|
-
*/
|
|
18
|
-
templateName?: UABaseDataVariable<UAString, 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
|
-
}
|
|
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, DataType.String>;
|
|
13
|
+
/**
|
|
14
|
+
* templateName
|
|
15
|
+
* Activate template which defines a specific
|
|
16
|
+
* identification task.
|
|
17
|
+
*/
|
|
18
|
+
templateName?: UABaseDataVariable<UAString, 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
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_ocr_reader_device.js.map
|
|
@@ -1,17 +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[], DataType.ExtensionObject>;
|
|
15
|
-
}
|
|
16
|
-
export interface UAOcrScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOcrScanEvent_Base {
|
|
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[], DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOcrScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOcrScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_ocr_scan_event.js.map
|