node-opcua-nodeset-adi 2.70.3 → 2.71.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/dist/enum_acquisition_result_status.d.ts +34 -34
- package/dist/enum_acquisition_result_status.js +39 -39
- package/dist/enum_alarm_state.d.ts +40 -40
- package/dist/enum_alarm_state.js +45 -45
- package/dist/enum_execution_cycle.d.ts +64 -64
- package/dist/enum_execution_cycle.js +69 -69
- package/dist/index.d.ts +38 -38
- package/dist/index.js +54 -54
- package/dist/ua_accessory.d.ts +30 -30
- package/dist/ua_accessory.js +2 -2
- package/dist/ua_accessory_slot.d.ts +34 -34
- package/dist/ua_accessory_slot.js +2 -2
- package/dist/ua_accessory_slot_state_machine.d.ts +67 -67
- package/dist/ua_accessory_slot_state_machine.js +2 -2
- package/dist/ua_acoustic_spectrometer_device.d.ts +13 -13
- package/dist/ua_acoustic_spectrometer_device.js +2 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +13 -13
- package/dist/ua_acoustic_spectrometer_device_stream.js +2 -2
- package/dist/ua_analyser_channel.d.ts +90 -90
- package/dist/ua_analyser_channel.js +2 -2
- package/dist/ua_analyser_channel_local_state.d.ts +13 -13
- package/dist/ua_analyser_channel_local_state.js +2 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +13 -13
- package/dist/ua_analyser_channel_maintenance_state.js +2 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +13 -13
- package/dist/ua_analyser_channel_operating_execute_state.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -231
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -351
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_state.d.ts +13 -13
- package/dist/ua_analyser_channel_operating_state.js +2 -2
- package/dist/ua_analyser_channel_state_machine.d.ts +60 -60
- package/dist/ua_analyser_channel_state_machine.js +2 -2
- package/dist/ua_analyser_device.d.ts +98 -98
- package/dist/ua_analyser_device.js +2 -2
- package/dist/ua_analyser_device_state_machine.d.ts +57 -57
- package/dist/ua_analyser_device_state_machine.js +2 -2
- package/dist/ua_chemometric_model.d.ts +26 -26
- package/dist/ua_chemometric_model.js +2 -2
- package/dist/ua_chromatograph_device.d.ts +13 -13
- package/dist/ua_chromatograph_device.js +2 -2
- package/dist/ua_chromatograph_device_stream.d.ts +13 -13
- package/dist/ua_chromatograph_device_stream.js +2 -2
- package/dist/ua_detector.d.ts +13 -13
- package/dist/ua_detector.js +2 -2
- package/dist/ua_engineering_value.d.ts +19 -19
- package/dist/ua_engineering_value.js +2 -2
- package/dist/ua_gc_oven.d.ts +13 -13
- package/dist/ua_gc_oven.js +2 -2
- package/dist/ua_mass_spectrometer_device.d.ts +13 -13
- package/dist/ua_mass_spectrometer_device.js +2 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +13 -13
- package/dist/ua_mass_spectrometer_device_stream.js +2 -2
- package/dist/ua_mnr_device_stream.d.ts +13 -13
- package/dist/ua_mnr_device_stream.js +2 -2
- package/dist/ua_mva_model.d.ts +24 -24
- package/dist/ua_mva_model.js +2 -2
- package/dist/ua_mva_output_parameter.d.ts +28 -28
- package/dist/ua_mva_output_parameter.js +2 -2
- package/dist/ua_nmr_device.d.ts +13 -13
- package/dist/ua_nmr_device.js +2 -2
- package/dist/ua_particle_size_monitor_device.d.ts +13 -13
- package/dist/ua_particle_size_monitor_device.js +2 -2
- package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -32
- package/dist/ua_particle_size_monitor_device_stream.js +2 -2
- package/dist/ua_process_variable.d.ts +21 -21
- package/dist/ua_process_variable.js +2 -2
- package/dist/ua_smart_sampling_system.d.ts +13 -13
- package/dist/ua_smart_sampling_system.js +2 -2
- package/dist/ua_source.d.ts +13 -13
- package/dist/ua_source.js +2 -2
- package/dist/ua_spectrometer_device.d.ts +26 -26
- package/dist/ua_spectrometer_device.js +2 -2
- package/dist/ua_spectrometer_device_stream.d.ts +65 -65
- package/dist/ua_spectrometer_device_stream.js +2 -2
- package/dist/ua_stream.d.ts +365 -365
- package/dist/ua_stream.js +2 -2
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export * from "./enum_acquisition_result_status";
|
|
2
|
-
export * from "./enum_alarm_state";
|
|
3
|
-
export * from "./enum_execution_cycle";
|
|
4
|
-
export * from "./ua_accessory";
|
|
5
|
-
export * from "./ua_accessory_slot";
|
|
6
|
-
export * from "./ua_accessory_slot_state_machine";
|
|
7
|
-
export * from "./ua_acoustic_spectrometer_device";
|
|
8
|
-
export * from "./ua_acoustic_spectrometer_device_stream";
|
|
9
|
-
export * from "./ua_analyser_channel";
|
|
10
|
-
export * from "./ua_analyser_channel_local_state";
|
|
11
|
-
export * from "./ua_analyser_channel_maintenance_state";
|
|
12
|
-
export * from "./ua_analyser_channel_operating_execute_state";
|
|
13
|
-
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
14
|
-
export * from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
15
|
-
export * from "./ua_analyser_channel_operating_state";
|
|
16
|
-
export * from "./ua_analyser_channel_state_machine";
|
|
17
|
-
export * from "./ua_analyser_device";
|
|
18
|
-
export * from "./ua_analyser_device_state_machine";
|
|
19
|
-
export * from "./ua_chemometric_model";
|
|
20
|
-
export * from "./ua_chromatograph_device";
|
|
21
|
-
export * from "./ua_chromatograph_device_stream";
|
|
22
|
-
export * from "./ua_detector";
|
|
23
|
-
export * from "./ua_engineering_value";
|
|
24
|
-
export * from "./ua_gc_oven";
|
|
25
|
-
export * from "./ua_mass_spectrometer_device";
|
|
26
|
-
export * from "./ua_mass_spectrometer_device_stream";
|
|
27
|
-
export * from "./ua_mnr_device_stream";
|
|
28
|
-
export * from "./ua_mva_model";
|
|
29
|
-
export * from "./ua_mva_output_parameter";
|
|
30
|
-
export * from "./ua_nmr_device";
|
|
31
|
-
export * from "./ua_particle_size_monitor_device";
|
|
32
|
-
export * from "./ua_particle_size_monitor_device_stream";
|
|
33
|
-
export * from "./ua_process_variable";
|
|
34
|
-
export * from "./ua_smart_sampling_system";
|
|
35
|
-
export * from "./ua_source";
|
|
36
|
-
export * from "./ua_spectrometer_device";
|
|
37
|
-
export * from "./ua_spectrometer_device_stream";
|
|
38
|
-
export * from "./ua_stream";
|
|
1
|
+
export * from "./enum_acquisition_result_status";
|
|
2
|
+
export * from "./enum_alarm_state";
|
|
3
|
+
export * from "./enum_execution_cycle";
|
|
4
|
+
export * from "./ua_accessory";
|
|
5
|
+
export * from "./ua_accessory_slot";
|
|
6
|
+
export * from "./ua_accessory_slot_state_machine";
|
|
7
|
+
export * from "./ua_acoustic_spectrometer_device";
|
|
8
|
+
export * from "./ua_acoustic_spectrometer_device_stream";
|
|
9
|
+
export * from "./ua_analyser_channel";
|
|
10
|
+
export * from "./ua_analyser_channel_local_state";
|
|
11
|
+
export * from "./ua_analyser_channel_maintenance_state";
|
|
12
|
+
export * from "./ua_analyser_channel_operating_execute_state";
|
|
13
|
+
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
14
|
+
export * from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
15
|
+
export * from "./ua_analyser_channel_operating_state";
|
|
16
|
+
export * from "./ua_analyser_channel_state_machine";
|
|
17
|
+
export * from "./ua_analyser_device";
|
|
18
|
+
export * from "./ua_analyser_device_state_machine";
|
|
19
|
+
export * from "./ua_chemometric_model";
|
|
20
|
+
export * from "./ua_chromatograph_device";
|
|
21
|
+
export * from "./ua_chromatograph_device_stream";
|
|
22
|
+
export * from "./ua_detector";
|
|
23
|
+
export * from "./ua_engineering_value";
|
|
24
|
+
export * from "./ua_gc_oven";
|
|
25
|
+
export * from "./ua_mass_spectrometer_device";
|
|
26
|
+
export * from "./ua_mass_spectrometer_device_stream";
|
|
27
|
+
export * from "./ua_mnr_device_stream";
|
|
28
|
+
export * from "./ua_mva_model";
|
|
29
|
+
export * from "./ua_mva_output_parameter";
|
|
30
|
+
export * from "./ua_nmr_device";
|
|
31
|
+
export * from "./ua_particle_size_monitor_device";
|
|
32
|
+
export * from "./ua_particle_size_monitor_device_stream";
|
|
33
|
+
export * from "./ua_process_variable";
|
|
34
|
+
export * from "./ua_smart_sampling_system";
|
|
35
|
+
export * from "./ua_source";
|
|
36
|
+
export * from "./ua_spectrometer_device";
|
|
37
|
+
export * from "./ua_spectrometer_device_stream";
|
|
38
|
+
export * from "./ua_stream";
|
package/dist/index.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./enum_acquisition_result_status"), exports);
|
|
18
|
-
__exportStar(require("./enum_alarm_state"), exports);
|
|
19
|
-
__exportStar(require("./enum_execution_cycle"), exports);
|
|
20
|
-
__exportStar(require("./ua_accessory"), exports);
|
|
21
|
-
__exportStar(require("./ua_accessory_slot"), exports);
|
|
22
|
-
__exportStar(require("./ua_accessory_slot_state_machine"), exports);
|
|
23
|
-
__exportStar(require("./ua_acoustic_spectrometer_device"), exports);
|
|
24
|
-
__exportStar(require("./ua_acoustic_spectrometer_device_stream"), exports);
|
|
25
|
-
__exportStar(require("./ua_analyser_channel"), exports);
|
|
26
|
-
__exportStar(require("./ua_analyser_channel_local_state"), exports);
|
|
27
|
-
__exportStar(require("./ua_analyser_channel_maintenance_state"), exports);
|
|
28
|
-
__exportStar(require("./ua_analyser_channel_operating_execute_state"), exports);
|
|
29
|
-
__exportStar(require("./ua_analyser_channel_operating_mode_execute_sub_state_machine"), exports);
|
|
30
|
-
__exportStar(require("./ua_analyser_channel_operating_mode_sub_state_machine"), exports);
|
|
31
|
-
__exportStar(require("./ua_analyser_channel_operating_state"), exports);
|
|
32
|
-
__exportStar(require("./ua_analyser_channel_state_machine"), exports);
|
|
33
|
-
__exportStar(require("./ua_analyser_device"), exports);
|
|
34
|
-
__exportStar(require("./ua_analyser_device_state_machine"), exports);
|
|
35
|
-
__exportStar(require("./ua_chemometric_model"), exports);
|
|
36
|
-
__exportStar(require("./ua_chromatograph_device"), exports);
|
|
37
|
-
__exportStar(require("./ua_chromatograph_device_stream"), exports);
|
|
38
|
-
__exportStar(require("./ua_detector"), exports);
|
|
39
|
-
__exportStar(require("./ua_engineering_value"), exports);
|
|
40
|
-
__exportStar(require("./ua_gc_oven"), exports);
|
|
41
|
-
__exportStar(require("./ua_mass_spectrometer_device"), exports);
|
|
42
|
-
__exportStar(require("./ua_mass_spectrometer_device_stream"), exports);
|
|
43
|
-
__exportStar(require("./ua_mnr_device_stream"), exports);
|
|
44
|
-
__exportStar(require("./ua_mva_model"), exports);
|
|
45
|
-
__exportStar(require("./ua_mva_output_parameter"), exports);
|
|
46
|
-
__exportStar(require("./ua_nmr_device"), exports);
|
|
47
|
-
__exportStar(require("./ua_particle_size_monitor_device"), exports);
|
|
48
|
-
__exportStar(require("./ua_particle_size_monitor_device_stream"), exports);
|
|
49
|
-
__exportStar(require("./ua_process_variable"), exports);
|
|
50
|
-
__exportStar(require("./ua_smart_sampling_system"), exports);
|
|
51
|
-
__exportStar(require("./ua_source"), exports);
|
|
52
|
-
__exportStar(require("./ua_spectrometer_device"), exports);
|
|
53
|
-
__exportStar(require("./ua_spectrometer_device_stream"), exports);
|
|
54
|
-
__exportStar(require("./ua_stream"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./enum_acquisition_result_status"), exports);
|
|
18
|
+
__exportStar(require("./enum_alarm_state"), exports);
|
|
19
|
+
__exportStar(require("./enum_execution_cycle"), exports);
|
|
20
|
+
__exportStar(require("./ua_accessory"), exports);
|
|
21
|
+
__exportStar(require("./ua_accessory_slot"), exports);
|
|
22
|
+
__exportStar(require("./ua_accessory_slot_state_machine"), exports);
|
|
23
|
+
__exportStar(require("./ua_acoustic_spectrometer_device"), exports);
|
|
24
|
+
__exportStar(require("./ua_acoustic_spectrometer_device_stream"), exports);
|
|
25
|
+
__exportStar(require("./ua_analyser_channel"), exports);
|
|
26
|
+
__exportStar(require("./ua_analyser_channel_local_state"), exports);
|
|
27
|
+
__exportStar(require("./ua_analyser_channel_maintenance_state"), exports);
|
|
28
|
+
__exportStar(require("./ua_analyser_channel_operating_execute_state"), exports);
|
|
29
|
+
__exportStar(require("./ua_analyser_channel_operating_mode_execute_sub_state_machine"), exports);
|
|
30
|
+
__exportStar(require("./ua_analyser_channel_operating_mode_sub_state_machine"), exports);
|
|
31
|
+
__exportStar(require("./ua_analyser_channel_operating_state"), exports);
|
|
32
|
+
__exportStar(require("./ua_analyser_channel_state_machine"), exports);
|
|
33
|
+
__exportStar(require("./ua_analyser_device"), exports);
|
|
34
|
+
__exportStar(require("./ua_analyser_device_state_machine"), exports);
|
|
35
|
+
__exportStar(require("./ua_chemometric_model"), exports);
|
|
36
|
+
__exportStar(require("./ua_chromatograph_device"), exports);
|
|
37
|
+
__exportStar(require("./ua_chromatograph_device_stream"), exports);
|
|
38
|
+
__exportStar(require("./ua_detector"), exports);
|
|
39
|
+
__exportStar(require("./ua_engineering_value"), exports);
|
|
40
|
+
__exportStar(require("./ua_gc_oven"), exports);
|
|
41
|
+
__exportStar(require("./ua_mass_spectrometer_device"), exports);
|
|
42
|
+
__exportStar(require("./ua_mass_spectrometer_device_stream"), exports);
|
|
43
|
+
__exportStar(require("./ua_mnr_device_stream"), exports);
|
|
44
|
+
__exportStar(require("./ua_mva_model"), exports);
|
|
45
|
+
__exportStar(require("./ua_mva_output_parameter"), exports);
|
|
46
|
+
__exportStar(require("./ua_nmr_device"), exports);
|
|
47
|
+
__exportStar(require("./ua_particle_size_monitor_device"), exports);
|
|
48
|
+
__exportStar(require("./ua_particle_size_monitor_device_stream"), exports);
|
|
49
|
+
__exportStar(require("./ua_process_variable"), exports);
|
|
50
|
+
__exportStar(require("./ua_smart_sampling_system"), exports);
|
|
51
|
+
__exportStar(require("./ua_source"), exports);
|
|
52
|
+
__exportStar(require("./ua_spectrometer_device"), exports);
|
|
53
|
+
__exportStar(require("./ua_spectrometer_device_stream"), exports);
|
|
54
|
+
__exportStar(require("./ua_stream"), exports);
|
|
55
55
|
//# sourceMappingURL=index.js.map
|
package/dist/ua_accessory.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element";
|
|
4
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |2:AccessoryType ns=2;i=1019 |
|
|
11
|
-
* |isAbstract |false |
|
|
12
|
-
*/
|
|
13
|
-
export interface UAAccessory_Base extends UATopologyElement_Base {
|
|
14
|
-
configuration: UAFunctionalGroup;
|
|
15
|
-
status: UAFunctionalGroup;
|
|
16
|
-
factorySettings: UAFunctionalGroup;
|
|
17
|
-
/**
|
|
18
|
-
* isHotSwappable
|
|
19
|
-
* True if this accessory can be inserted in the
|
|
20
|
-
* accessory slot while it is powered
|
|
21
|
-
*/
|
|
22
|
-
isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
23
|
-
/**
|
|
24
|
-
* isReady
|
|
25
|
-
* True if this accessory is ready for use
|
|
26
|
-
*/
|
|
27
|
-
isReady: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
28
|
-
}
|
|
29
|
-
export interface UAAccessory extends UATopologyElement, UAAccessory_Base {
|
|
30
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element";
|
|
4
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |2:AccessoryType ns=2;i=1019 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAAccessory_Base extends UATopologyElement_Base {
|
|
14
|
+
configuration: UAFunctionalGroup;
|
|
15
|
+
status: UAFunctionalGroup;
|
|
16
|
+
factorySettings: UAFunctionalGroup;
|
|
17
|
+
/**
|
|
18
|
+
* isHotSwappable
|
|
19
|
+
* True if this accessory can be inserted in the
|
|
20
|
+
* accessory slot while it is powered
|
|
21
|
+
*/
|
|
22
|
+
isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
23
|
+
/**
|
|
24
|
+
* isReady
|
|
25
|
+
* True if this accessory is ready for use
|
|
26
|
+
*/
|
|
27
|
+
isReady: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
28
|
+
}
|
|
29
|
+
export interface UAAccessory extends UATopologyElement, UAAccessory_Base {
|
|
30
|
+
}
|
package/dist/ua_accessory.js
CHANGED
|
@@ -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_accessory.js.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/source/ua_configurable_object";
|
|
4
|
-
import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
|
|
5
|
-
/**
|
|
6
|
-
* Organizes zero or more Accessory objects
|
|
7
|
-
* identified by "AccessoryIdentifier" which
|
|
8
|
-
* represent Accessories currently being used on
|
|
9
|
-
* that AccessorySlot.
|
|
10
|
-
*
|
|
11
|
-
* | | |
|
|
12
|
-
* |----------------|--------------------------------------------------|
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
-
* |nodeClass |ObjectType |
|
|
15
|
-
* |typedDefinition |2:AccessorySlotType ns=2;i=1017 |
|
|
16
|
-
* |isAbstract |false |
|
|
17
|
-
*/
|
|
18
|
-
export interface UAAccessorySlot_Base extends UAConfigurableObject_Base {
|
|
19
|
-
/**
|
|
20
|
-
* isHotSwappable
|
|
21
|
-
* True if an accessory can be inserted in the
|
|
22
|
-
* accessory slot while it is powered
|
|
23
|
-
*/
|
|
24
|
-
isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
25
|
-
/**
|
|
26
|
-
* isEnabled
|
|
27
|
-
* True if this accessory slot is capable of
|
|
28
|
-
* accepting an accessory in it
|
|
29
|
-
*/
|
|
30
|
-
isEnabled: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
31
|
-
accessorySlotStateMachine: UAAccessorySlotStateMachine;
|
|
32
|
-
}
|
|
33
|
-
export interface UAAccessorySlot extends UAConfigurableObject, UAAccessorySlot_Base {
|
|
34
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/source/ua_configurable_object";
|
|
4
|
+
import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
|
|
5
|
+
/**
|
|
6
|
+
* Organizes zero or more Accessory objects
|
|
7
|
+
* identified by "AccessoryIdentifier" which
|
|
8
|
+
* represent Accessories currently being used on
|
|
9
|
+
* that AccessorySlot.
|
|
10
|
+
*
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|--------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |2:AccessorySlotType ns=2;i=1017 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
|
+
*/
|
|
18
|
+
export interface UAAccessorySlot_Base extends UAConfigurableObject_Base {
|
|
19
|
+
/**
|
|
20
|
+
* isHotSwappable
|
|
21
|
+
* True if an accessory can be inserted in the
|
|
22
|
+
* accessory slot while it is powered
|
|
23
|
+
*/
|
|
24
|
+
isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
25
|
+
/**
|
|
26
|
+
* isEnabled
|
|
27
|
+
* True if this accessory slot is capable of
|
|
28
|
+
* accepting an accessory in it
|
|
29
|
+
*/
|
|
30
|
+
isEnabled: UAProperty<boolean, /*z*/ DataType.Boolean>;
|
|
31
|
+
accessorySlotStateMachine: UAAccessorySlotStateMachine;
|
|
32
|
+
}
|
|
33
|
+
export interface UAAccessorySlot extends UAConfigurableObject, UAAccessorySlot_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_accessory_slot.js.map
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
|
|
2
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
|
|
3
|
-
import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
|
|
4
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
5
|
-
/**
|
|
6
|
-
* Describes the behaviour of an AccessorySlot when
|
|
7
|
-
* a physical accessory is inserted or removed.
|
|
8
|
-
*
|
|
9
|
-
* | | |
|
|
10
|
-
* |----------------|--------------------------------------------------|
|
|
11
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
12
|
-
* |nodeClass |ObjectType |
|
|
13
|
-
* |typedDefinition |2:AccessorySlotStateMachineType ns=2;i=1018 |
|
|
14
|
-
* |isAbstract |false |
|
|
15
|
-
*/
|
|
16
|
-
export interface UAAccessorySlotStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
17
|
-
/**
|
|
18
|
-
* powerup
|
|
19
|
-
* The AccessorySlot is in its power-up sequence and
|
|
20
|
-
* cannot perform any other task.
|
|
21
|
-
*/
|
|
22
|
-
powerup: UAInitialState;
|
|
23
|
-
/**
|
|
24
|
-
* empty
|
|
25
|
-
* This represents an AccessorySlot where no
|
|
26
|
-
* Accessory is installed.
|
|
27
|
-
*/
|
|
28
|
-
empty: UAState;
|
|
29
|
-
/**
|
|
30
|
-
* inserting
|
|
31
|
-
* This represents an AccessorySlot when an
|
|
32
|
-
* Accessory is being inserted and initializing.
|
|
33
|
-
*/
|
|
34
|
-
inserting: UAState;
|
|
35
|
-
/**
|
|
36
|
-
* installed
|
|
37
|
-
* This represents an AccessorySlot where an
|
|
38
|
-
* Accessory is installed and ready to use.
|
|
39
|
-
*/
|
|
40
|
-
installed: UAState;
|
|
41
|
-
/**
|
|
42
|
-
* removing
|
|
43
|
-
* This represents an AccessorySlot where no
|
|
44
|
-
* Accessory is installed.
|
|
45
|
-
*/
|
|
46
|
-
removing: UAState;
|
|
47
|
-
/**
|
|
48
|
-
* shutdown
|
|
49
|
-
* The AccessorySlot is in its power-down sequence
|
|
50
|
-
* and cannot perform any other task.
|
|
51
|
-
*/
|
|
52
|
-
shutdown: UAState;
|
|
53
|
-
powerupToEmptyTransition: UATransition;
|
|
54
|
-
emptyToInsertingTransition: UATransition;
|
|
55
|
-
insertingTransition: UATransition;
|
|
56
|
-
insertingToRemovingTransition: UATransition;
|
|
57
|
-
insertingToInstalledTransition: UATransition;
|
|
58
|
-
installedToRemovingTransition: UATransition;
|
|
59
|
-
removingTransition: UATransition;
|
|
60
|
-
removingToEmptyTransition: UATransition;
|
|
61
|
-
emptyToShutdownTransition: UATransition;
|
|
62
|
-
insertingToShutdownTransition: UATransition;
|
|
63
|
-
installedToShutdownTransition: UATransition;
|
|
64
|
-
removingToShutdownTransition: UATransition;
|
|
65
|
-
}
|
|
66
|
-
export interface UAAccessorySlotStateMachine extends UAFiniteStateMachine, UAAccessorySlotStateMachine_Base {
|
|
67
|
-
}
|
|
1
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
|
|
2
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
|
|
3
|
+
import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
|
|
4
|
+
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the behaviour of an AccessorySlot when
|
|
7
|
+
* a physical accessory is inserted or removed.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |2:AccessorySlotStateMachineType ns=2;i=1018 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
|
+
*/
|
|
16
|
+
export interface UAAccessorySlotStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
17
|
+
/**
|
|
18
|
+
* powerup
|
|
19
|
+
* The AccessorySlot is in its power-up sequence and
|
|
20
|
+
* cannot perform any other task.
|
|
21
|
+
*/
|
|
22
|
+
powerup: UAInitialState;
|
|
23
|
+
/**
|
|
24
|
+
* empty
|
|
25
|
+
* This represents an AccessorySlot where no
|
|
26
|
+
* Accessory is installed.
|
|
27
|
+
*/
|
|
28
|
+
empty: UAState;
|
|
29
|
+
/**
|
|
30
|
+
* inserting
|
|
31
|
+
* This represents an AccessorySlot when an
|
|
32
|
+
* Accessory is being inserted and initializing.
|
|
33
|
+
*/
|
|
34
|
+
inserting: UAState;
|
|
35
|
+
/**
|
|
36
|
+
* installed
|
|
37
|
+
* This represents an AccessorySlot where an
|
|
38
|
+
* Accessory is installed and ready to use.
|
|
39
|
+
*/
|
|
40
|
+
installed: UAState;
|
|
41
|
+
/**
|
|
42
|
+
* removing
|
|
43
|
+
* This represents an AccessorySlot where no
|
|
44
|
+
* Accessory is installed.
|
|
45
|
+
*/
|
|
46
|
+
removing: UAState;
|
|
47
|
+
/**
|
|
48
|
+
* shutdown
|
|
49
|
+
* The AccessorySlot is in its power-down sequence
|
|
50
|
+
* and cannot perform any other task.
|
|
51
|
+
*/
|
|
52
|
+
shutdown: UAState;
|
|
53
|
+
powerupToEmptyTransition: UATransition;
|
|
54
|
+
emptyToInsertingTransition: UATransition;
|
|
55
|
+
insertingTransition: UATransition;
|
|
56
|
+
insertingToRemovingTransition: UATransition;
|
|
57
|
+
insertingToInstalledTransition: UATransition;
|
|
58
|
+
installedToRemovingTransition: UATransition;
|
|
59
|
+
removingTransition: UATransition;
|
|
60
|
+
removingToEmptyTransition: UATransition;
|
|
61
|
+
emptyToShutdownTransition: UATransition;
|
|
62
|
+
insertingToShutdownTransition: UATransition;
|
|
63
|
+
installedToShutdownTransition: UATransition;
|
|
64
|
+
removingToShutdownTransition: UATransition;
|
|
65
|
+
}
|
|
66
|
+
export interface UAAccessorySlotStateMachine extends UAFiniteStateMachine, UAAccessorySlotStateMachine_Base {
|
|
67
|
+
}
|
|
@@ -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_accessory_slot_state_machine.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AcousticSpectrometerDeviceType ns=2;i=1015 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAAcousticSpectrometerDevice_Base extends UAAnalyserDevice_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AcousticSpectrometerDeviceType ns=2;i=1015 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAAcousticSpectrometerDevice_Base extends UAAnalyserDevice_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
|
|
13
|
+
}
|
|
@@ -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_acoustic_spectrometer_device.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AcousticSpectrometerDeviceStreamType ns=2;i=1033|
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAAcousticSpectrometerDeviceStream_Base extends UAStream_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AcousticSpectrometerDeviceStreamType ns=2;i=1033|
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAAcousticSpectrometerDeviceStream_Base extends UAStream_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
|
|
13
|
+
}
|
|
@@ -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_acoustic_spectrometer_device_stream.js.map
|