node-opcua-nodeset-adi 2.97.0 → 2.98.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/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 +12 -12
- package/dist/ua_acoustic_spectrometer_device.js +2 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +12 -12
- 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 +12 -12
- package/dist/ua_analyser_channel_local_state.js +2 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +12 -12
- package/dist/ua_analyser_channel_maintenance_state.js +2 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +12 -12
- 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 +12 -12
- 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 +12 -12
- package/dist/ua_chromatograph_device.js +2 -2
- package/dist/ua_chromatograph_device_stream.d.ts +12 -12
- package/dist/ua_chromatograph_device_stream.js +2 -2
- package/dist/ua_detector.d.ts +12 -12
- package/dist/ua_detector.js +2 -2
- package/dist/ua_engineering_value.d.ts +18 -18
- package/dist/ua_engineering_value.js +2 -2
- package/dist/ua_gc_oven.d.ts +12 -12
- package/dist/ua_gc_oven.js +2 -2
- package/dist/ua_mass_spectrometer_device.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device.js +2 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device_stream.js +2 -2
- package/dist/ua_mnr_device_stream.d.ts +12 -12
- 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 +12 -12
- package/dist/ua_nmr_device.js +2 -2
- package/dist/ua_particle_size_monitor_device.d.ts +12 -12
- 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 +20 -20
- package/dist/ua_process_variable.js +2 -2
- package/dist/ua_smart_sampling_system.d.ts +12 -12
- package/dist/ua_smart_sampling_system.js +2 -2
- package/dist/ua_source.d.ts +12 -12
- 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 +29 -12
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
import { UAObject, UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
5
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health";
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element";
|
|
8
|
-
import { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine";
|
|
9
|
-
export interface UAAnalyserChannel_parameterSet extends UAObject {
|
|
10
|
-
/**
|
|
11
|
-
* channelId
|
|
12
|
-
* Channel Id defined by user
|
|
13
|
-
*/
|
|
14
|
-
channelId?: UADataItem<UAString, DataType.String>;
|
|
15
|
-
/**
|
|
16
|
-
* isEnabled
|
|
17
|
-
* True if the channel is enabled and accepting
|
|
18
|
-
* commands
|
|
19
|
-
*/
|
|
20
|
-
isEnabled: UADataItem<boolean, DataType.Boolean>;
|
|
21
|
-
/**
|
|
22
|
-
* diagnosticStatus
|
|
23
|
-
* AnalyserChannel health status
|
|
24
|
-
*/
|
|
25
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
26
|
-
/**
|
|
27
|
-
* activeStream
|
|
28
|
-
* Active stream for this AnalyserChannel
|
|
29
|
-
*/
|
|
30
|
-
activeStream: UADataItem<UAString, DataType.String>;
|
|
31
|
-
}
|
|
32
|
-
export interface UAAnalyserChannel_methodSet extends UAObject {
|
|
33
|
-
gotoOperating: UAMethod;
|
|
34
|
-
gotoMaintenance: UAMethod;
|
|
35
|
-
startSingleAcquisition: UAMethod;
|
|
36
|
-
reset: UAMethod;
|
|
37
|
-
start: UAMethod;
|
|
38
|
-
stop: UAMethod;
|
|
39
|
-
hold: UAMethod;
|
|
40
|
-
unhold: UAMethod;
|
|
41
|
-
suspend: UAMethod;
|
|
42
|
-
unsuspend: UAMethod;
|
|
43
|
-
abort: UAMethod;
|
|
44
|
-
clear: UAMethod;
|
|
45
|
-
}
|
|
46
|
-
export interface UAAnalyserChannel_configuration extends UAFunctionalGroup {
|
|
47
|
-
/**
|
|
48
|
-
* isEnabled
|
|
49
|
-
* True if the channel is enabled and accepting
|
|
50
|
-
* commands
|
|
51
|
-
*/
|
|
52
|
-
isEnabled: UADataItem<boolean, DataType.Boolean>;
|
|
53
|
-
}
|
|
54
|
-
export interface UAAnalyserChannel_status extends UAFunctionalGroup {
|
|
55
|
-
/**
|
|
56
|
-
* diagnosticStatus
|
|
57
|
-
* AnalyserChannel health status
|
|
58
|
-
*/
|
|
59
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
60
|
-
/**
|
|
61
|
-
* activeStream
|
|
62
|
-
* Active stream for this AnalyserChannel
|
|
63
|
-
*/
|
|
64
|
-
activeStream: UADataItem<UAString, DataType.String>;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* | | |
|
|
68
|
-
* |----------------|--------------------------------------------------|
|
|
69
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
70
|
-
* |nodeClass |ObjectType |
|
|
71
|
-
* |typedDefinition |2:AnalyserChannelType ns=2;i=1003 |
|
|
72
|
-
* |isAbstract |false |
|
|
73
|
-
*/
|
|
74
|
-
export interface UAAnalyserChannel_Base extends UATopologyElement_Base {
|
|
75
|
-
/**
|
|
76
|
-
* parameterSet
|
|
77
|
-
* Flat list of Parameters
|
|
78
|
-
*/
|
|
79
|
-
parameterSet?: UAAnalyserChannel_parameterSet;
|
|
80
|
-
/**
|
|
81
|
-
* methodSet
|
|
82
|
-
* Flat list of Methods
|
|
83
|
-
*/
|
|
84
|
-
methodSet: UAAnalyserChannel_methodSet;
|
|
85
|
-
configuration: UAAnalyserChannel_configuration;
|
|
86
|
-
status: UAAnalyserChannel_status;
|
|
87
|
-
channelStateMachine: UAAnalyserChannelStateMachine;
|
|
88
|
-
}
|
|
89
|
-
export interface UAAnalyserChannel extends Omit<UATopologyElement, "parameterSet" | "methodSet" | "$GroupIdentifier$">, UAAnalyserChannel_Base {
|
|
90
|
-
}
|
|
1
|
+
import { UAObject, UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
5
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element";
|
|
8
|
+
import { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine";
|
|
9
|
+
export interface UAAnalyserChannel_parameterSet extends UAObject {
|
|
10
|
+
/**
|
|
11
|
+
* channelId
|
|
12
|
+
* Channel Id defined by user
|
|
13
|
+
*/
|
|
14
|
+
channelId?: UADataItem<UAString, DataType.String>;
|
|
15
|
+
/**
|
|
16
|
+
* isEnabled
|
|
17
|
+
* True if the channel is enabled and accepting
|
|
18
|
+
* commands
|
|
19
|
+
*/
|
|
20
|
+
isEnabled: UADataItem<boolean, DataType.Boolean>;
|
|
21
|
+
/**
|
|
22
|
+
* diagnosticStatus
|
|
23
|
+
* AnalyserChannel health status
|
|
24
|
+
*/
|
|
25
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
26
|
+
/**
|
|
27
|
+
* activeStream
|
|
28
|
+
* Active stream for this AnalyserChannel
|
|
29
|
+
*/
|
|
30
|
+
activeStream: UADataItem<UAString, DataType.String>;
|
|
31
|
+
}
|
|
32
|
+
export interface UAAnalyserChannel_methodSet extends UAObject {
|
|
33
|
+
gotoOperating: UAMethod;
|
|
34
|
+
gotoMaintenance: UAMethod;
|
|
35
|
+
startSingleAcquisition: UAMethod;
|
|
36
|
+
reset: UAMethod;
|
|
37
|
+
start: UAMethod;
|
|
38
|
+
stop: UAMethod;
|
|
39
|
+
hold: UAMethod;
|
|
40
|
+
unhold: UAMethod;
|
|
41
|
+
suspend: UAMethod;
|
|
42
|
+
unsuspend: UAMethod;
|
|
43
|
+
abort: UAMethod;
|
|
44
|
+
clear: UAMethod;
|
|
45
|
+
}
|
|
46
|
+
export interface UAAnalyserChannel_configuration extends UAFunctionalGroup {
|
|
47
|
+
/**
|
|
48
|
+
* isEnabled
|
|
49
|
+
* True if the channel is enabled and accepting
|
|
50
|
+
* commands
|
|
51
|
+
*/
|
|
52
|
+
isEnabled: UADataItem<boolean, DataType.Boolean>;
|
|
53
|
+
}
|
|
54
|
+
export interface UAAnalyserChannel_status extends UAFunctionalGroup {
|
|
55
|
+
/**
|
|
56
|
+
* diagnosticStatus
|
|
57
|
+
* AnalyserChannel health status
|
|
58
|
+
*/
|
|
59
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
60
|
+
/**
|
|
61
|
+
* activeStream
|
|
62
|
+
* Active stream for this AnalyserChannel
|
|
63
|
+
*/
|
|
64
|
+
activeStream: UADataItem<UAString, DataType.String>;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* | | |
|
|
68
|
+
* |----------------|--------------------------------------------------|
|
|
69
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
70
|
+
* |nodeClass |ObjectType |
|
|
71
|
+
* |typedDefinition |2:AnalyserChannelType ns=2;i=1003 |
|
|
72
|
+
* |isAbstract |false |
|
|
73
|
+
*/
|
|
74
|
+
export interface UAAnalyserChannel_Base extends UATopologyElement_Base {
|
|
75
|
+
/**
|
|
76
|
+
* parameterSet
|
|
77
|
+
* Flat list of Parameters
|
|
78
|
+
*/
|
|
79
|
+
parameterSet?: UAAnalyserChannel_parameterSet;
|
|
80
|
+
/**
|
|
81
|
+
* methodSet
|
|
82
|
+
* Flat list of Methods
|
|
83
|
+
*/
|
|
84
|
+
methodSet: UAAnalyserChannel_methodSet;
|
|
85
|
+
configuration: UAAnalyserChannel_configuration;
|
|
86
|
+
status: UAAnalyserChannel_status;
|
|
87
|
+
channelStateMachine: UAAnalyserChannelStateMachine;
|
|
88
|
+
}
|
|
89
|
+
export interface UAAnalyserChannel extends Omit<UATopologyElement, "parameterSet" | "methodSet" | "$GroupIdentifier$">, UAAnalyserChannel_Base {
|
|
90
|
+
}
|
|
@@ -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_analyser_channel.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AnalyserChannelLocalStateType ns=2;i=1005 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export type UAAnalyserChannelLocalState_Base = UAState_Base;
|
|
11
|
-
export interface UAAnalyserChannelLocalState extends UAState, UAAnalyserChannelLocalState_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AnalyserChannelLocalStateType ns=2;i=1005 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export type UAAnalyserChannelLocalState_Base = UAState_Base;
|
|
11
|
+
export interface UAAnalyserChannelLocalState extends UAState, UAAnalyserChannelLocalState_Base {
|
|
12
|
+
}
|
|
@@ -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_analyser_channel_local_state.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AnalyserChannelMaintenanceStateType ns=2;i=1006 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
|
|
11
|
-
export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AnalyserChannelMaintenanceStateType ns=2;i=1006 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
|
|
11
|
+
export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
|
|
12
|
+
}
|
|
@@ -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_analyser_channel_maintenance_state.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AnalyserChannelOperatingExecuteStateType ns=2;i=8964|
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
|
|
11
|
-
export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AnalyserChannelOperatingExecuteStateType ns=2;i=8964|
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
|
|
11
|
+
export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
|
|
12
|
+
}
|
|
@@ -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_analyser_channel_operating_execute_state.js.map
|