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,231 +1,231 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UInt32 } from "node-opcua-basic-types";
|
|
4
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
|
|
5
|
-
import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
|
|
6
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
8
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> {
|
|
9
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
10
|
-
}
|
|
11
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger extends Omit<UAState, "stateNumber"> {
|
|
12
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
13
|
-
}
|
|
14
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
15
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
16
|
-
}
|
|
17
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
18
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
19
|
-
}
|
|
20
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
21
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
22
|
-
}
|
|
23
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger extends Omit<UAState, "stateNumber"> {
|
|
24
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
25
|
-
}
|
|
26
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample extends Omit<UAState, "stateNumber"> {
|
|
27
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
28
|
-
}
|
|
29
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample extends Omit<UAState, "stateNumber"> {
|
|
30
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
31
|
-
}
|
|
32
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample extends Omit<UAState, "stateNumber"> {
|
|
33
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
34
|
-
}
|
|
35
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger extends Omit<UAState, "stateNumber"> {
|
|
36
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
37
|
-
}
|
|
38
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample extends Omit<UAState, "stateNumber"> {
|
|
39
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
40
|
-
}
|
|
41
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample extends Omit<UAState, "stateNumber"> {
|
|
42
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
43
|
-
}
|
|
44
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample extends Omit<UAState, "stateNumber"> {
|
|
45
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
46
|
-
}
|
|
47
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger extends Omit<UAState, "stateNumber"> {
|
|
48
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
49
|
-
}
|
|
50
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic extends Omit<UAState, "stateNumber"> {
|
|
51
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
52
|
-
}
|
|
53
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger extends Omit<UAState, "stateNumber"> {
|
|
54
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
55
|
-
}
|
|
56
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning extends Omit<UAState, "stateNumber"> {
|
|
57
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
58
|
-
}
|
|
59
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults extends Omit<UAState, "stateNumber"> {
|
|
60
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
61
|
-
}
|
|
62
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample extends Omit<UAState, "stateNumber"> {
|
|
63
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
64
|
-
}
|
|
65
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem extends Omit<UAState, "stateNumber"> {
|
|
66
|
-
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* | | |
|
|
70
|
-
* |----------------|--------------------------------------------------|
|
|
71
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
72
|
-
* |nodeClass |ObjectType |
|
|
73
|
-
* |typedDefinition |2:AnalyserChannel_OperatingModeExecuteSubStateMachineType ns=2;i=1009|
|
|
74
|
-
* |isAbstract |false |
|
|
75
|
-
*/
|
|
76
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
77
|
-
/**
|
|
78
|
-
* selectExecutionCycle
|
|
79
|
-
* This pseudo-state is used to decide which
|
|
80
|
-
* execution path shall be taken.
|
|
81
|
-
*/
|
|
82
|
-
selectExecutionCycle: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle;
|
|
83
|
-
/**
|
|
84
|
-
* waitForCalibrationTrigger
|
|
85
|
-
* Wait until the analyser channel is ready to
|
|
86
|
-
* perform the Calibration acquisition cycle
|
|
87
|
-
*/
|
|
88
|
-
waitForCalibrationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger;
|
|
89
|
-
/**
|
|
90
|
-
* extractCalibrationSample
|
|
91
|
-
* Collect / setup the sampling system to perform
|
|
92
|
-
* the acquisition cycle of a Calibration cycle
|
|
93
|
-
*/
|
|
94
|
-
extractCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample;
|
|
95
|
-
/**
|
|
96
|
-
* prepareCalibrationSample
|
|
97
|
-
* Prepare the Calibration sample for the
|
|
98
|
-
* AnalyseCalibrationSample state
|
|
99
|
-
*/
|
|
100
|
-
prepareCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample;
|
|
101
|
-
/**
|
|
102
|
-
* analyseCalibrationSample
|
|
103
|
-
* Perform the analysis of the Calibration Sample
|
|
104
|
-
*/
|
|
105
|
-
analyseCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample;
|
|
106
|
-
/**
|
|
107
|
-
* waitForValidationTrigger
|
|
108
|
-
* Wait until the analyser channel is ready to
|
|
109
|
-
* perform the Validation acquisition cycle
|
|
110
|
-
*/
|
|
111
|
-
waitForValidationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger;
|
|
112
|
-
/**
|
|
113
|
-
* extractValidationSample
|
|
114
|
-
* Collect / setup the sampling system to perform
|
|
115
|
-
* the acquisition cycle of a Validation cycle
|
|
116
|
-
*/
|
|
117
|
-
extractValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample;
|
|
118
|
-
/**
|
|
119
|
-
* prepareValidationSample
|
|
120
|
-
* Prepare the Validation sample for the
|
|
121
|
-
* AnalyseValidationSample state
|
|
122
|
-
*/
|
|
123
|
-
prepareValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample;
|
|
124
|
-
/**
|
|
125
|
-
* analyseValidationSample
|
|
126
|
-
* Perform the analysis of the Validation Sample
|
|
127
|
-
*/
|
|
128
|
-
analyseValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample;
|
|
129
|
-
/**
|
|
130
|
-
* waitForSampleTrigger
|
|
131
|
-
* Wait until the analyser channel is ready to
|
|
132
|
-
* perform the Sample acquisition cycle
|
|
133
|
-
*/
|
|
134
|
-
waitForSampleTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger;
|
|
135
|
-
/**
|
|
136
|
-
* extractSample
|
|
137
|
-
* Collect the Sample from the process
|
|
138
|
-
*/
|
|
139
|
-
extractSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample;
|
|
140
|
-
/**
|
|
141
|
-
* prepareSample
|
|
142
|
-
* Prepare the Sample for the AnalyseSample state
|
|
143
|
-
*/
|
|
144
|
-
prepareSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample;
|
|
145
|
-
/**
|
|
146
|
-
* analyseSample
|
|
147
|
-
* Perform the analysis of the Sample
|
|
148
|
-
*/
|
|
149
|
-
analyseSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample;
|
|
150
|
-
/**
|
|
151
|
-
* waitForDiagnosticTrigger
|
|
152
|
-
* Wait until the analyser channel is ready to
|
|
153
|
-
* perform the diagnostic cycle,
|
|
154
|
-
*/
|
|
155
|
-
waitForDiagnosticTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger;
|
|
156
|
-
/**
|
|
157
|
-
* diagnostic
|
|
158
|
-
* Perform the diagnostic cycle.
|
|
159
|
-
*/
|
|
160
|
-
diagnostic: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic;
|
|
161
|
-
/**
|
|
162
|
-
* waitForCleaningTrigger
|
|
163
|
-
* Wait until the analyser channel is ready to
|
|
164
|
-
* perform the cleaning cycle,
|
|
165
|
-
*/
|
|
166
|
-
waitForCleaningTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger;
|
|
167
|
-
/**
|
|
168
|
-
* cleaning
|
|
169
|
-
* Perform the cleaning cycle.
|
|
170
|
-
*/
|
|
171
|
-
cleaning: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning;
|
|
172
|
-
/**
|
|
173
|
-
* publishResults
|
|
174
|
-
* Publish the results of the previous acquisition
|
|
175
|
-
* cycle
|
|
176
|
-
*/
|
|
177
|
-
publishResults: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults;
|
|
178
|
-
/**
|
|
179
|
-
* ejectGrabSample
|
|
180
|
-
* The Sample that was just analysed is ejected from
|
|
181
|
-
* the system to allow the operator or another
|
|
182
|
-
* system to grab it
|
|
183
|
-
*/
|
|
184
|
-
ejectGrabSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample;
|
|
185
|
-
/**
|
|
186
|
-
* cleanupSamplingSystem
|
|
187
|
-
* Cleanup the sampling sub-system to be ready for
|
|
188
|
-
* the next acquisition
|
|
189
|
-
*/
|
|
190
|
-
cleanupSamplingSystem: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem;
|
|
191
|
-
selectExecutionCycleToWaitForCalibrationTriggerTransition: UATransition;
|
|
192
|
-
waitForCalibrationTriggerToExtractCalibrationSampleTransition: UATransition;
|
|
193
|
-
extractCalibrationSampleTransition: UATransition;
|
|
194
|
-
extractCalibrationSampleToPrepareCalibrationSampleTransition: UATransition;
|
|
195
|
-
prepareCalibrationSampleTransition: UATransition;
|
|
196
|
-
prepareCalibrationSampleToAnalyseCalibrationSampleTransition: UATransition;
|
|
197
|
-
analyseCalibrationSampleTransition: UATransition;
|
|
198
|
-
analyseCalibrationSampleToPublishResultsTransition: UATransition;
|
|
199
|
-
selectExecutionCycleToWaitForValidationTriggerTransition: UATransition;
|
|
200
|
-
waitForValidationTriggerToExtractValidationSampleTransition: UATransition;
|
|
201
|
-
extractValidationSampleTransition: UATransition;
|
|
202
|
-
extractValidationSampleToPrepareValidationSampleTransition: UATransition;
|
|
203
|
-
prepareValidationSampleTransition: UATransition;
|
|
204
|
-
prepareValidationSampleToAnalyseValidationSampleTransition: UATransition;
|
|
205
|
-
analyseValidationSampleTransition: UATransition;
|
|
206
|
-
analyseValidationSampleToPublishResultsTransition: UATransition;
|
|
207
|
-
selectExecutionCycleToWaitForSampleTriggerTransition: UATransition;
|
|
208
|
-
waitForSampleTriggerToExtractSampleTransition: UATransition;
|
|
209
|
-
extractSampleTransition: UATransition;
|
|
210
|
-
extractSampleToPrepareSampleTransition: UATransition;
|
|
211
|
-
prepareSampleTransition: UATransition;
|
|
212
|
-
prepareSampleToAnalyseSampleTransition: UATransition;
|
|
213
|
-
analyseSampleTransition: UATransition;
|
|
214
|
-
analyseSampleToPublishResultsTransition: UATransition;
|
|
215
|
-
selectExecutionCycleToWaitForDiagnosticTriggerTransition: UATransition;
|
|
216
|
-
waitForDiagnosticTriggerToDiagnosticTransition: UATransition;
|
|
217
|
-
diagnosticTransition: UATransition;
|
|
218
|
-
diagnosticToPublishResultsTransition: UATransition;
|
|
219
|
-
selectExecutionCycleToWaitForCleaningTriggerTransition: UATransition;
|
|
220
|
-
waitForCleaningTriggerToCleaningTransition: UATransition;
|
|
221
|
-
cleaningTransition: UATransition;
|
|
222
|
-
cleaningToPublishResultsTransition: UATransition;
|
|
223
|
-
publishResultsToCleanupSamplingSystemTransition: UATransition;
|
|
224
|
-
publishResultsToEjectGrabSampleTransition: UATransition;
|
|
225
|
-
ejectGrabSampleTransition: UATransition;
|
|
226
|
-
ejectGrabSampleToCleanupSamplingSystemTransition: UATransition;
|
|
227
|
-
cleanupSamplingSystemTransition: UATransition;
|
|
228
|
-
cleanupSamplingSystemToSelectExecutionCycleTransition: UATransition;
|
|
229
|
-
}
|
|
230
|
-
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine extends UAFiniteStateMachine, UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base {
|
|
231
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
4
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
|
|
5
|
+
import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
|
|
6
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
|
|
7
|
+
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
8
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> {
|
|
9
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
10
|
+
}
|
|
11
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger extends Omit<UAState, "stateNumber"> {
|
|
12
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
13
|
+
}
|
|
14
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
15
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
16
|
+
}
|
|
17
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
18
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
19
|
+
}
|
|
20
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample extends Omit<UAState, "stateNumber"> {
|
|
21
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
22
|
+
}
|
|
23
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger extends Omit<UAState, "stateNumber"> {
|
|
24
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
25
|
+
}
|
|
26
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample extends Omit<UAState, "stateNumber"> {
|
|
27
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
28
|
+
}
|
|
29
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample extends Omit<UAState, "stateNumber"> {
|
|
30
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
31
|
+
}
|
|
32
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample extends Omit<UAState, "stateNumber"> {
|
|
33
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
34
|
+
}
|
|
35
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger extends Omit<UAState, "stateNumber"> {
|
|
36
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
37
|
+
}
|
|
38
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample extends Omit<UAState, "stateNumber"> {
|
|
39
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
40
|
+
}
|
|
41
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample extends Omit<UAState, "stateNumber"> {
|
|
42
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
43
|
+
}
|
|
44
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample extends Omit<UAState, "stateNumber"> {
|
|
45
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
46
|
+
}
|
|
47
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger extends Omit<UAState, "stateNumber"> {
|
|
48
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
49
|
+
}
|
|
50
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic extends Omit<UAState, "stateNumber"> {
|
|
51
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
52
|
+
}
|
|
53
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger extends Omit<UAState, "stateNumber"> {
|
|
54
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
55
|
+
}
|
|
56
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning extends Omit<UAState, "stateNumber"> {
|
|
57
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
58
|
+
}
|
|
59
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults extends Omit<UAState, "stateNumber"> {
|
|
60
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
61
|
+
}
|
|
62
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample extends Omit<UAState, "stateNumber"> {
|
|
63
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
64
|
+
}
|
|
65
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem extends Omit<UAState, "stateNumber"> {
|
|
66
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* | | |
|
|
70
|
+
* |----------------|--------------------------------------------------|
|
|
71
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
72
|
+
* |nodeClass |ObjectType |
|
|
73
|
+
* |typedDefinition |2:AnalyserChannel_OperatingModeExecuteSubStateMachineType ns=2;i=1009|
|
|
74
|
+
* |isAbstract |false |
|
|
75
|
+
*/
|
|
76
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
77
|
+
/**
|
|
78
|
+
* selectExecutionCycle
|
|
79
|
+
* This pseudo-state is used to decide which
|
|
80
|
+
* execution path shall be taken.
|
|
81
|
+
*/
|
|
82
|
+
selectExecutionCycle: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle;
|
|
83
|
+
/**
|
|
84
|
+
* waitForCalibrationTrigger
|
|
85
|
+
* Wait until the analyser channel is ready to
|
|
86
|
+
* perform the Calibration acquisition cycle
|
|
87
|
+
*/
|
|
88
|
+
waitForCalibrationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger;
|
|
89
|
+
/**
|
|
90
|
+
* extractCalibrationSample
|
|
91
|
+
* Collect / setup the sampling system to perform
|
|
92
|
+
* the acquisition cycle of a Calibration cycle
|
|
93
|
+
*/
|
|
94
|
+
extractCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample;
|
|
95
|
+
/**
|
|
96
|
+
* prepareCalibrationSample
|
|
97
|
+
* Prepare the Calibration sample for the
|
|
98
|
+
* AnalyseCalibrationSample state
|
|
99
|
+
*/
|
|
100
|
+
prepareCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample;
|
|
101
|
+
/**
|
|
102
|
+
* analyseCalibrationSample
|
|
103
|
+
* Perform the analysis of the Calibration Sample
|
|
104
|
+
*/
|
|
105
|
+
analyseCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample;
|
|
106
|
+
/**
|
|
107
|
+
* waitForValidationTrigger
|
|
108
|
+
* Wait until the analyser channel is ready to
|
|
109
|
+
* perform the Validation acquisition cycle
|
|
110
|
+
*/
|
|
111
|
+
waitForValidationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger;
|
|
112
|
+
/**
|
|
113
|
+
* extractValidationSample
|
|
114
|
+
* Collect / setup the sampling system to perform
|
|
115
|
+
* the acquisition cycle of a Validation cycle
|
|
116
|
+
*/
|
|
117
|
+
extractValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample;
|
|
118
|
+
/**
|
|
119
|
+
* prepareValidationSample
|
|
120
|
+
* Prepare the Validation sample for the
|
|
121
|
+
* AnalyseValidationSample state
|
|
122
|
+
*/
|
|
123
|
+
prepareValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample;
|
|
124
|
+
/**
|
|
125
|
+
* analyseValidationSample
|
|
126
|
+
* Perform the analysis of the Validation Sample
|
|
127
|
+
*/
|
|
128
|
+
analyseValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample;
|
|
129
|
+
/**
|
|
130
|
+
* waitForSampleTrigger
|
|
131
|
+
* Wait until the analyser channel is ready to
|
|
132
|
+
* perform the Sample acquisition cycle
|
|
133
|
+
*/
|
|
134
|
+
waitForSampleTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger;
|
|
135
|
+
/**
|
|
136
|
+
* extractSample
|
|
137
|
+
* Collect the Sample from the process
|
|
138
|
+
*/
|
|
139
|
+
extractSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample;
|
|
140
|
+
/**
|
|
141
|
+
* prepareSample
|
|
142
|
+
* Prepare the Sample for the AnalyseSample state
|
|
143
|
+
*/
|
|
144
|
+
prepareSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample;
|
|
145
|
+
/**
|
|
146
|
+
* analyseSample
|
|
147
|
+
* Perform the analysis of the Sample
|
|
148
|
+
*/
|
|
149
|
+
analyseSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample;
|
|
150
|
+
/**
|
|
151
|
+
* waitForDiagnosticTrigger
|
|
152
|
+
* Wait until the analyser channel is ready to
|
|
153
|
+
* perform the diagnostic cycle,
|
|
154
|
+
*/
|
|
155
|
+
waitForDiagnosticTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger;
|
|
156
|
+
/**
|
|
157
|
+
* diagnostic
|
|
158
|
+
* Perform the diagnostic cycle.
|
|
159
|
+
*/
|
|
160
|
+
diagnostic: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic;
|
|
161
|
+
/**
|
|
162
|
+
* waitForCleaningTrigger
|
|
163
|
+
* Wait until the analyser channel is ready to
|
|
164
|
+
* perform the cleaning cycle,
|
|
165
|
+
*/
|
|
166
|
+
waitForCleaningTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger;
|
|
167
|
+
/**
|
|
168
|
+
* cleaning
|
|
169
|
+
* Perform the cleaning cycle.
|
|
170
|
+
*/
|
|
171
|
+
cleaning: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning;
|
|
172
|
+
/**
|
|
173
|
+
* publishResults
|
|
174
|
+
* Publish the results of the previous acquisition
|
|
175
|
+
* cycle
|
|
176
|
+
*/
|
|
177
|
+
publishResults: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults;
|
|
178
|
+
/**
|
|
179
|
+
* ejectGrabSample
|
|
180
|
+
* The Sample that was just analysed is ejected from
|
|
181
|
+
* the system to allow the operator or another
|
|
182
|
+
* system to grab it
|
|
183
|
+
*/
|
|
184
|
+
ejectGrabSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample;
|
|
185
|
+
/**
|
|
186
|
+
* cleanupSamplingSystem
|
|
187
|
+
* Cleanup the sampling sub-system to be ready for
|
|
188
|
+
* the next acquisition
|
|
189
|
+
*/
|
|
190
|
+
cleanupSamplingSystem: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem;
|
|
191
|
+
selectExecutionCycleToWaitForCalibrationTriggerTransition: UATransition;
|
|
192
|
+
waitForCalibrationTriggerToExtractCalibrationSampleTransition: UATransition;
|
|
193
|
+
extractCalibrationSampleTransition: UATransition;
|
|
194
|
+
extractCalibrationSampleToPrepareCalibrationSampleTransition: UATransition;
|
|
195
|
+
prepareCalibrationSampleTransition: UATransition;
|
|
196
|
+
prepareCalibrationSampleToAnalyseCalibrationSampleTransition: UATransition;
|
|
197
|
+
analyseCalibrationSampleTransition: UATransition;
|
|
198
|
+
analyseCalibrationSampleToPublishResultsTransition: UATransition;
|
|
199
|
+
selectExecutionCycleToWaitForValidationTriggerTransition: UATransition;
|
|
200
|
+
waitForValidationTriggerToExtractValidationSampleTransition: UATransition;
|
|
201
|
+
extractValidationSampleTransition: UATransition;
|
|
202
|
+
extractValidationSampleToPrepareValidationSampleTransition: UATransition;
|
|
203
|
+
prepareValidationSampleTransition: UATransition;
|
|
204
|
+
prepareValidationSampleToAnalyseValidationSampleTransition: UATransition;
|
|
205
|
+
analyseValidationSampleTransition: UATransition;
|
|
206
|
+
analyseValidationSampleToPublishResultsTransition: UATransition;
|
|
207
|
+
selectExecutionCycleToWaitForSampleTriggerTransition: UATransition;
|
|
208
|
+
waitForSampleTriggerToExtractSampleTransition: UATransition;
|
|
209
|
+
extractSampleTransition: UATransition;
|
|
210
|
+
extractSampleToPrepareSampleTransition: UATransition;
|
|
211
|
+
prepareSampleTransition: UATransition;
|
|
212
|
+
prepareSampleToAnalyseSampleTransition: UATransition;
|
|
213
|
+
analyseSampleTransition: UATransition;
|
|
214
|
+
analyseSampleToPublishResultsTransition: UATransition;
|
|
215
|
+
selectExecutionCycleToWaitForDiagnosticTriggerTransition: UATransition;
|
|
216
|
+
waitForDiagnosticTriggerToDiagnosticTransition: UATransition;
|
|
217
|
+
diagnosticTransition: UATransition;
|
|
218
|
+
diagnosticToPublishResultsTransition: UATransition;
|
|
219
|
+
selectExecutionCycleToWaitForCleaningTriggerTransition: UATransition;
|
|
220
|
+
waitForCleaningTriggerToCleaningTransition: UATransition;
|
|
221
|
+
cleaningTransition: UATransition;
|
|
222
|
+
cleaningToPublishResultsTransition: UATransition;
|
|
223
|
+
publishResultsToCleanupSamplingSystemTransition: UATransition;
|
|
224
|
+
publishResultsToEjectGrabSampleTransition: UATransition;
|
|
225
|
+
ejectGrabSampleTransition: UATransition;
|
|
226
|
+
ejectGrabSampleToCleanupSamplingSystemTransition: UATransition;
|
|
227
|
+
cleanupSamplingSystemTransition: UATransition;
|
|
228
|
+
cleanupSamplingSystemToSelectExecutionCycleTransition: UATransition;
|
|
229
|
+
}
|
|
230
|
+
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine extends UAFiniteStateMachine, UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base {
|
|
231
|
+
}
|
|
@@ -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_mode_execute_sub_state_machine.js.map
|