node-opcua-nodeset-adi 2.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/LICENSE +20 -0
  2. package/dist/enum_acquisition_result_status.d.ts +34 -0
  3. package/dist/enum_acquisition_result_status.js +40 -0
  4. package/dist/enum_acquisition_result_status.js.map +1 -0
  5. package/dist/enum_alarm_state.d.ts +40 -0
  6. package/dist/enum_alarm_state.js +46 -0
  7. package/dist/enum_alarm_state.js.map +1 -0
  8. package/dist/enum_execution_cycle.d.ts +64 -0
  9. package/dist/enum_execution_cycle.js +70 -0
  10. package/dist/enum_execution_cycle.js.map +1 -0
  11. package/dist/index.d.ts +38 -0
  12. package/dist/index.js +51 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/ua_accessory.d.ts +30 -0
  15. package/dist/ua_accessory.js +3 -0
  16. package/dist/ua_accessory.js.map +1 -0
  17. package/dist/ua_accessory_slot.d.ts +34 -0
  18. package/dist/ua_accessory_slot.js +3 -0
  19. package/dist/ua_accessory_slot.js.map +1 -0
  20. package/dist/ua_accessory_slot_state_machine.d.ts +67 -0
  21. package/dist/ua_accessory_slot_state_machine.js +3 -0
  22. package/dist/ua_accessory_slot_state_machine.js.map +1 -0
  23. package/dist/ua_acoustic_spectrometer_device.d.ts +13 -0
  24. package/dist/ua_acoustic_spectrometer_device.js +3 -0
  25. package/dist/ua_acoustic_spectrometer_device.js.map +1 -0
  26. package/dist/ua_acoustic_spectrometer_device_stream.d.ts +13 -0
  27. package/dist/ua_acoustic_spectrometer_device_stream.js +3 -0
  28. package/dist/ua_acoustic_spectrometer_device_stream.js.map +1 -0
  29. package/dist/ua_analyser_channel.d.ts +89 -0
  30. package/dist/ua_analyser_channel.js +3 -0
  31. package/dist/ua_analyser_channel.js.map +1 -0
  32. package/dist/ua_analyser_channel_local_state.d.ts +13 -0
  33. package/dist/ua_analyser_channel_local_state.js +3 -0
  34. package/dist/ua_analyser_channel_local_state.js.map +1 -0
  35. package/dist/ua_analyser_channel_maintenance_state.d.ts +13 -0
  36. package/dist/ua_analyser_channel_maintenance_state.js +3 -0
  37. package/dist/ua_analyser_channel_maintenance_state.js.map +1 -0
  38. package/dist/ua_analyser_channel_operating_execute_state.d.ts +13 -0
  39. package/dist/ua_analyser_channel_operating_execute_state.js +3 -0
  40. package/dist/ua_analyser_channel_operating_execute_state.js.map +1 -0
  41. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -0
  42. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +3 -0
  43. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js.map +1 -0
  44. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -0
  45. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +3 -0
  46. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js.map +1 -0
  47. package/dist/ua_analyser_channel_operating_state.d.ts +13 -0
  48. package/dist/ua_analyser_channel_operating_state.js +3 -0
  49. package/dist/ua_analyser_channel_operating_state.js.map +1 -0
  50. package/dist/ua_analyser_channel_state_machine.d.ts +60 -0
  51. package/dist/ua_analyser_channel_state_machine.js +3 -0
  52. package/dist/ua_analyser_channel_state_machine.js.map +1 -0
  53. package/dist/ua_analyser_device.d.ts +97 -0
  54. package/dist/ua_analyser_device.js +3 -0
  55. package/dist/ua_analyser_device.js.map +1 -0
  56. package/dist/ua_analyser_device_state_machine.d.ts +57 -0
  57. package/dist/ua_analyser_device_state_machine.js +3 -0
  58. package/dist/ua_analyser_device_state_machine.js.map +1 -0
  59. package/dist/ua_chemometric_model.d.ts +26 -0
  60. package/dist/ua_chemometric_model.js +3 -0
  61. package/dist/ua_chemometric_model.js.map +1 -0
  62. package/dist/ua_chromatograph_device.d.ts +13 -0
  63. package/dist/ua_chromatograph_device.js +3 -0
  64. package/dist/ua_chromatograph_device.js.map +1 -0
  65. package/dist/ua_chromatograph_device_stream.d.ts +13 -0
  66. package/dist/ua_chromatograph_device_stream.js +3 -0
  67. package/dist/ua_chromatograph_device_stream.js.map +1 -0
  68. package/dist/ua_detector.d.ts +13 -0
  69. package/dist/ua_detector.js +3 -0
  70. package/dist/ua_detector.js.map +1 -0
  71. package/dist/ua_engineering_value.d.ts +19 -0
  72. package/dist/ua_engineering_value.js +3 -0
  73. package/dist/ua_engineering_value.js.map +1 -0
  74. package/dist/ua_gc_oven.d.ts +13 -0
  75. package/dist/ua_gc_oven.js +3 -0
  76. package/dist/ua_gc_oven.js.map +1 -0
  77. package/dist/ua_mass_spectrometer_device.d.ts +13 -0
  78. package/dist/ua_mass_spectrometer_device.js +3 -0
  79. package/dist/ua_mass_spectrometer_device.js.map +1 -0
  80. package/dist/ua_mass_spectrometer_device_stream.d.ts +13 -0
  81. package/dist/ua_mass_spectrometer_device_stream.js +3 -0
  82. package/dist/ua_mass_spectrometer_device_stream.js.map +1 -0
  83. package/dist/ua_mnr_device_stream.d.ts +13 -0
  84. package/dist/ua_mnr_device_stream.js +3 -0
  85. package/dist/ua_mnr_device_stream.js.map +1 -0
  86. package/dist/ua_mva_model.d.ts +24 -0
  87. package/dist/ua_mva_model.js +3 -0
  88. package/dist/ua_mva_model.js.map +1 -0
  89. package/dist/ua_mva_output_parameter.d.ts +27 -0
  90. package/dist/ua_mva_output_parameter.js +3 -0
  91. package/dist/ua_mva_output_parameter.js.map +1 -0
  92. package/dist/ua_nmr_device.d.ts +13 -0
  93. package/dist/ua_nmr_device.js +3 -0
  94. package/dist/ua_nmr_device.js.map +1 -0
  95. package/dist/ua_particle_size_monitor_device.d.ts +13 -0
  96. package/dist/ua_particle_size_monitor_device.js +3 -0
  97. package/dist/ua_particle_size_monitor_device.js.map +1 -0
  98. package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -0
  99. package/dist/ua_particle_size_monitor_device_stream.js +3 -0
  100. package/dist/ua_particle_size_monitor_device_stream.js.map +1 -0
  101. package/dist/ua_process_variable.d.ts +21 -0
  102. package/dist/ua_process_variable.js +3 -0
  103. package/dist/ua_process_variable.js.map +1 -0
  104. package/dist/ua_smart_sampling_system.d.ts +13 -0
  105. package/dist/ua_smart_sampling_system.js +3 -0
  106. package/dist/ua_smart_sampling_system.js.map +1 -0
  107. package/dist/ua_source.d.ts +13 -0
  108. package/dist/ua_source.js +3 -0
  109. package/dist/ua_source.js.map +1 -0
  110. package/dist/ua_spectrometer_device.d.ts +26 -0
  111. package/dist/ua_spectrometer_device.js +3 -0
  112. package/dist/ua_spectrometer_device.js.map +1 -0
  113. package/dist/ua_spectrometer_device_stream.d.ts +65 -0
  114. package/dist/ua_spectrometer_device_stream.js +3 -0
  115. package/dist/ua_spectrometer_device_stream.js.map +1 -0
  116. package/dist/ua_stream.d.ts +362 -0
  117. package/dist/ua_stream.js +3 -0
  118. package/dist/ua_stream.js.map +1 -0
  119. package/package.json +23 -0
  120. package/pnpm-lock.yaml +21 -0
  121. package/source/enum_acquisition_result_status.ts +36 -0
  122. package/source/enum_alarm_state.ts +42 -0
  123. package/source/enum_execution_cycle.ts +66 -0
  124. package/source/index.ts +38 -0
  125. package/source/ua_accessory.ts +31 -0
  126. package/source/ua_accessory_slot.ts +35 -0
  127. package/source/ua_accessory_slot_state_machine.ts +70 -0
  128. package/source/ua_acoustic_spectrometer_device.ts +14 -0
  129. package/source/ua_acoustic_spectrometer_device_stream.ts +14 -0
  130. package/source/ua_analyser_channel.ts +90 -0
  131. package/source/ua_analyser_channel_local_state.ts +14 -0
  132. package/source/ua_analyser_channel_maintenance_state.ts +14 -0
  133. package/source/ua_analyser_channel_operating_execute_state.ts +14 -0
  134. package/source/ua_analyser_channel_operating_mode_execute_sub_state_machine.ts +232 -0
  135. package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +352 -0
  136. package/source/ua_analyser_channel_operating_state.ts +14 -0
  137. package/source/ua_analyser_channel_state_machine.ts +64 -0
  138. package/source/ua_analyser_device.ts +101 -0
  139. package/source/ua_analyser_device_state_machine.ts +62 -0
  140. package/source/ua_chemometric_model.ts +26 -0
  141. package/source/ua_chromatograph_device.ts +14 -0
  142. package/source/ua_chromatograph_device_stream.ts +14 -0
  143. package/source/ua_detector.ts +14 -0
  144. package/source/ua_engineering_value.ts +20 -0
  145. package/source/ua_gc_oven.ts +14 -0
  146. package/source/ua_mass_spectrometer_device.ts +14 -0
  147. package/source/ua_mass_spectrometer_device_stream.ts +14 -0
  148. package/source/ua_mnr_device_stream.ts +14 -0
  149. package/source/ua_mva_model.ts +25 -0
  150. package/source/ua_mva_output_parameter.ts +28 -0
  151. package/source/ua_nmr_device.ts +14 -0
  152. package/source/ua_particle_size_monitor_device.ts +14 -0
  153. package/source/ua_particle_size_monitor_device_stream.ts +34 -0
  154. package/source/ua_process_variable.ts +22 -0
  155. package/source/ua_smart_sampling_system.ts +14 -0
  156. package/source/ua_source.ts +14 -0
  157. package/source/ua_spectrometer_device.ts +27 -0
  158. package/source/ua_spectrometer_device_stream.ts +69 -0
  159. package/source/ua_stream.ts +363 -0
  160. package/tsconfig.json +25 -0
  161. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,70 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UInt32 } from "node-opcua-basic-types"
4
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
5
+ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state"
6
+ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
7
+ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
8
+ /**
9
+ * Describes the behaviour of an AccessorySlot when
10
+ * a physical accessory is inserted or removed.
11
+ *
12
+ * | | |
13
+ * |----------------|--------------------------------------------------|
14
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
15
+ * |nodeClass |ObjectType |
16
+ * |typedDefinition |2:AccessorySlotStateMachineType ns=2;i=1018 |
17
+ * |isAbstract |false |
18
+ */
19
+ export interface UAAccessorySlotStateMachine_Base extends UAFiniteStateMachine_Base {
20
+ /**
21
+ * powerup
22
+ * The AccessorySlot is in its power-up sequence and
23
+ * cannot perform any other task.
24
+ */
25
+ powerup: UAInitialState;
26
+ /**
27
+ * empty
28
+ * This represents an AccessorySlot where no
29
+ * Accessory is installed.
30
+ */
31
+ empty: UAState;
32
+ /**
33
+ * inserting
34
+ * This represents an AccessorySlot when an
35
+ * Accessory is being inserted and initializing.
36
+ */
37
+ inserting: UAState;
38
+ /**
39
+ * installed
40
+ * This represents an AccessorySlot where an
41
+ * Accessory is installed and ready to use.
42
+ */
43
+ installed: UAState;
44
+ /**
45
+ * removing
46
+ * This represents an AccessorySlot where no
47
+ * Accessory is installed.
48
+ */
49
+ removing: UAState;
50
+ /**
51
+ * shutdown
52
+ * The AccessorySlot is in its power-down sequence
53
+ * and cannot perform any other task.
54
+ */
55
+ shutdown: UAState;
56
+ powerupToEmptyTransition: UATransition;
57
+ emptyToInsertingTransition: UATransition;
58
+ insertingTransition: UATransition;
59
+ insertingToRemovingTransition: UATransition;
60
+ insertingToInstalledTransition: UATransition;
61
+ installedToRemovingTransition: UATransition;
62
+ removingTransition: UATransition;
63
+ removingToEmptyTransition: UATransition;
64
+ emptyToShutdownTransition: UATransition;
65
+ insertingToShutdownTransition: UATransition;
66
+ installedToShutdownTransition: UATransition;
67
+ removingToShutdownTransition: UATransition;
68
+ }
69
+ export interface UAAccessorySlotStateMachine extends UAFiniteStateMachine, UAAccessorySlotStateMachine_Base {
70
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |2:AcousticSpectrometerDeviceType ns=2;i=1015 |
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UAAcousticSpectrometerDevice_Base extends UAAnalyserDevice_Base {
12
+ }
13
+ export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
14
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAStream, UAStream_Base } from "./ua_stream"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |2:AcousticSpectrometerDeviceStreamType ns=2;i=1033|
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UAAcousticSpectrometerDeviceStream_Base extends UAStream_Base {
12
+ }
13
+ export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
14
+ }
@@ -0,0 +1,90 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType, Variant } from "node-opcua-variant"
4
+ import { UAString } from "node-opcua-basic-types"
5
+ import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
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 { // Object
10
+ /**
11
+ * channelId
12
+ * Channel Id defined by user
13
+ */
14
+ channelId?: UADataItem<UAString, /*z*/DataType.String>;
15
+ /**
16
+ * isEnabled
17
+ * True if the channel is enabled and accepting
18
+ * commands
19
+ */
20
+ isEnabled: UADataItem<boolean, /*z*/DataType.Boolean>;
21
+ /**
22
+ * diagnosticStatus
23
+ * AnalyserChannel health status
24
+ */
25
+ diagnosticStatus: UADataItem<any, any>;
26
+ /**
27
+ * activeStream
28
+ * Active stream for this AnalyserChannel
29
+ */
30
+ activeStream: UADataItem<UAString, /*z*/DataType.String>;
31
+ }
32
+ export interface UAAnalyserChannel_methodSet extends UAObject { // Object
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 { // Object
47
+ /**
48
+ * isEnabled
49
+ * True if the channel is enabled and accepting
50
+ * commands
51
+ */
52
+ isEnabled: UADataItem<boolean, /*z*/DataType.Boolean>;
53
+ }
54
+ export interface UAAnalyserChannel_status extends UAFunctionalGroup { // Object
55
+ /**
56
+ * diagnosticStatus
57
+ * AnalyserChannel health status
58
+ */
59
+ diagnosticStatus: UADataItem<any, any>;
60
+ /**
61
+ * activeStream
62
+ * Active stream for this AnalyserChannel
63
+ */
64
+ activeStream: UADataItem<UAString, /*z*/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
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |2:AnalyserChannelLocalStateType ns=2;i=1005 |
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UAAnalyserChannelLocalState_Base extends UAState_Base {
12
+ }
13
+ export interface UAAnalyserChannelLocalState extends UAState, UAAnalyserChannelLocalState_Base {
14
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |2:AnalyserChannelMaintenanceStateType ns=2;i=1006 |
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UAAnalyserChannelMaintenanceState_Base extends UAState_Base {
12
+ }
13
+ export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
14
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |2:AnalyserChannelOperatingExecuteStateType ns=2;i=8964|
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UAAnalyserChannelOperatingExecuteState_Base extends UAState_Base {
12
+ }
13
+ export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
14
+ }
@@ -0,0 +1,232 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { UInt32 } from "node-opcua-basic-types"
5
+ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state"
6
+ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
7
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
8
+ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
9
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> { // Object
10
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
11
+ }
12
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger extends Omit<UAState, "stateNumber"> { // Object
13
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
14
+ }
15
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
16
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
17
+ }
18
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
19
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
20
+ }
21
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
22
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
23
+ }
24
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger extends Omit<UAState, "stateNumber"> { // Object
25
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
26
+ }
27
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample extends Omit<UAState, "stateNumber"> { // Object
28
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
29
+ }
30
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample extends Omit<UAState, "stateNumber"> { // Object
31
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
32
+ }
33
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample extends Omit<UAState, "stateNumber"> { // Object
34
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
35
+ }
36
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger extends Omit<UAState, "stateNumber"> { // Object
37
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
38
+ }
39
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample extends Omit<UAState, "stateNumber"> { // Object
40
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
41
+ }
42
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample extends Omit<UAState, "stateNumber"> { // Object
43
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
44
+ }
45
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample extends Omit<UAState, "stateNumber"> { // Object
46
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
47
+ }
48
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger extends Omit<UAState, "stateNumber"> { // Object
49
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
50
+ }
51
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic extends Omit<UAState, "stateNumber"> { // Object
52
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
53
+ }
54
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger extends Omit<UAState, "stateNumber"> { // Object
55
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
56
+ }
57
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning extends Omit<UAState, "stateNumber"> { // Object
58
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
59
+ }
60
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults extends Omit<UAState, "stateNumber"> { // Object
61
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
62
+ }
63
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample extends Omit<UAState, "stateNumber"> { // Object
64
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
65
+ }
66
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem extends Omit<UAState, "stateNumber"> { // Object
67
+ stateNumber: UAProperty<UInt32, /*z*/DataType.UInt32>;
68
+ }
69
+ /**
70
+ * | | |
71
+ * |----------------|--------------------------------------------------|
72
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
73
+ * |nodeClass |ObjectType |
74
+ * |typedDefinition |2:AnalyserChannel_OperatingModeExecuteSubStateMachineType ns=2;i=1009|
75
+ * |isAbstract |false |
76
+ */
77
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base extends UAFiniteStateMachine_Base {
78
+ /**
79
+ * selectExecutionCycle
80
+ * This pseudo-state is used to decide which
81
+ * execution path shall be taken.
82
+ */
83
+ selectExecutionCycle: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle;
84
+ /**
85
+ * waitForCalibrationTrigger
86
+ * Wait until the analyser channel is ready to
87
+ * perform the Calibration acquisition cycle
88
+ */
89
+ waitForCalibrationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger;
90
+ /**
91
+ * extractCalibrationSample
92
+ * Collect / setup the sampling system to perform
93
+ * the acquisition cycle of a Calibration cycle
94
+ */
95
+ extractCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample;
96
+ /**
97
+ * prepareCalibrationSample
98
+ * Prepare the Calibration sample for the
99
+ * AnalyseCalibrationSample state
100
+ */
101
+ prepareCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample;
102
+ /**
103
+ * analyseCalibrationSample
104
+ * Perform the analysis of the Calibration Sample
105
+ */
106
+ analyseCalibrationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample;
107
+ /**
108
+ * waitForValidationTrigger
109
+ * Wait until the analyser channel is ready to
110
+ * perform the Validation acquisition cycle
111
+ */
112
+ waitForValidationTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger;
113
+ /**
114
+ * extractValidationSample
115
+ * Collect / setup the sampling system to perform
116
+ * the acquisition cycle of a Validation cycle
117
+ */
118
+ extractValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample;
119
+ /**
120
+ * prepareValidationSample
121
+ * Prepare the Validation sample for the
122
+ * AnalyseValidationSample state
123
+ */
124
+ prepareValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample;
125
+ /**
126
+ * analyseValidationSample
127
+ * Perform the analysis of the Validation Sample
128
+ */
129
+ analyseValidationSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample;
130
+ /**
131
+ * waitForSampleTrigger
132
+ * Wait until the analyser channel is ready to
133
+ * perform the Sample acquisition cycle
134
+ */
135
+ waitForSampleTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger;
136
+ /**
137
+ * extractSample
138
+ * Collect the Sample from the process
139
+ */
140
+ extractSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample;
141
+ /**
142
+ * prepareSample
143
+ * Prepare the Sample for the AnalyseSample state
144
+ */
145
+ prepareSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample;
146
+ /**
147
+ * analyseSample
148
+ * Perform the analysis of the Sample
149
+ */
150
+ analyseSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample;
151
+ /**
152
+ * waitForDiagnosticTrigger
153
+ * Wait until the analyser channel is ready to
154
+ * perform the diagnostic cycle,
155
+ */
156
+ waitForDiagnosticTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger;
157
+ /**
158
+ * diagnostic
159
+ * Perform the diagnostic cycle.
160
+ */
161
+ diagnostic: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic;
162
+ /**
163
+ * waitForCleaningTrigger
164
+ * Wait until the analyser channel is ready to
165
+ * perform the cleaning cycle,
166
+ */
167
+ waitForCleaningTrigger: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger;
168
+ /**
169
+ * cleaning
170
+ * Perform the cleaning cycle.
171
+ */
172
+ cleaning: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning;
173
+ /**
174
+ * publishResults
175
+ * Publish the results of the previous acquisition
176
+ * cycle
177
+ */
178
+ publishResults: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults;
179
+ /**
180
+ * ejectGrabSample
181
+ * The Sample that was just analysed is ejected from
182
+ * the system to allow the operator or another
183
+ * system to grab it
184
+ */
185
+ ejectGrabSample: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample;
186
+ /**
187
+ * cleanupSamplingSystem
188
+ * Cleanup the sampling sub-system to be ready for
189
+ * the next acquisition
190
+ */
191
+ cleanupSamplingSystem: UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem;
192
+ selectExecutionCycleToWaitForCalibrationTriggerTransition: UATransition;
193
+ waitForCalibrationTriggerToExtractCalibrationSampleTransition: UATransition;
194
+ extractCalibrationSampleTransition: UATransition;
195
+ extractCalibrationSampleToPrepareCalibrationSampleTransition: UATransition;
196
+ prepareCalibrationSampleTransition: UATransition;
197
+ prepareCalibrationSampleToAnalyseCalibrationSampleTransition: UATransition;
198
+ analyseCalibrationSampleTransition: UATransition;
199
+ analyseCalibrationSampleToPublishResultsTransition: UATransition;
200
+ selectExecutionCycleToWaitForValidationTriggerTransition: UATransition;
201
+ waitForValidationTriggerToExtractValidationSampleTransition: UATransition;
202
+ extractValidationSampleTransition: UATransition;
203
+ extractValidationSampleToPrepareValidationSampleTransition: UATransition;
204
+ prepareValidationSampleTransition: UATransition;
205
+ prepareValidationSampleToAnalyseValidationSampleTransition: UATransition;
206
+ analyseValidationSampleTransition: UATransition;
207
+ analyseValidationSampleToPublishResultsTransition: UATransition;
208
+ selectExecutionCycleToWaitForSampleTriggerTransition: UATransition;
209
+ waitForSampleTriggerToExtractSampleTransition: UATransition;
210
+ extractSampleTransition: UATransition;
211
+ extractSampleToPrepareSampleTransition: UATransition;
212
+ prepareSampleTransition: UATransition;
213
+ prepareSampleToAnalyseSampleTransition: UATransition;
214
+ analyseSampleTransition: UATransition;
215
+ analyseSampleToPublishResultsTransition: UATransition;
216
+ selectExecutionCycleToWaitForDiagnosticTriggerTransition: UATransition;
217
+ waitForDiagnosticTriggerToDiagnosticTransition: UATransition;
218
+ diagnosticTransition: UATransition;
219
+ diagnosticToPublishResultsTransition: UATransition;
220
+ selectExecutionCycleToWaitForCleaningTriggerTransition: UATransition;
221
+ waitForCleaningTriggerToCleaningTransition: UATransition;
222
+ cleaningTransition: UATransition;
223
+ cleaningToPublishResultsTransition: UATransition;
224
+ publishResultsToCleanupSamplingSystemTransition: UATransition;
225
+ publishResultsToEjectGrabSampleTransition: UATransition;
226
+ ejectGrabSampleTransition: UATransition;
227
+ ejectGrabSampleToCleanupSamplingSystemTransition: UATransition;
228
+ cleanupSamplingSystemTransition: UATransition;
229
+ cleanupSamplingSystemToSelectExecutionCycleTransition: UATransition;
230
+ }
231
+ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine extends UAFiniteStateMachine, UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base {
232
+ }