node-opcua-nodeset-adi 2.74.0 → 2.76.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ua_accessory.d.ts +2 -2
- package/dist/ua_accessory_slot.d.ts +2 -2
- package/dist/ua_acoustic_spectrometer_device.d.ts +1 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +1 -2
- package/dist/ua_analyser_channel.d.ts +7 -7
- package/dist/ua_analyser_channel_local_state.d.ts +1 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +1 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +1 -2
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +20 -20
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +54 -54
- package/dist/ua_analyser_channel_operating_state.d.ts +1 -2
- package/dist/ua_analyser_device.d.ts +5 -5
- package/dist/ua_chemometric_model.d.ts +5 -5
- package/dist/ua_chromatograph_device.d.ts +1 -2
- package/dist/ua_chromatograph_device_stream.d.ts +1 -2
- package/dist/ua_detector.d.ts +1 -2
- package/dist/ua_engineering_value.d.ts +2 -3
- package/dist/ua_gc_oven.d.ts +1 -2
- package/dist/ua_mass_spectrometer_device.d.ts +1 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +1 -2
- package/dist/ua_mnr_device_stream.d.ts +1 -2
- package/dist/ua_mva_model.d.ts +1 -1
- package/dist/ua_mva_output_parameter.d.ts +5 -5
- package/dist/ua_nmr_device.d.ts +1 -2
- package/dist/ua_particle_size_monitor_device.d.ts +1 -2
- package/dist/ua_particle_size_monitor_device_stream.d.ts +6 -6
- package/dist/ua_process_variable.d.ts +2 -3
- package/dist/ua_smart_sampling_system.d.ts +1 -2
- package/dist/ua_source.d.ts +1 -2
- package/dist/ua_spectrometer_device.d.ts +1 -1
- package/dist/ua_spectrometer_device_stream.d.ts +22 -22
- package/dist/ua_stream.d.ts +50 -50
- package/package.json +10 -10
- package/source/ua_accessory.ts +2 -2
- package/source/ua_accessory_slot.ts +3 -2
- package/source/ua_acoustic_spectrometer_device.ts +1 -2
- package/source/ua_acoustic_spectrometer_device_stream.ts +1 -2
- package/source/ua_analyser_channel.ts +10 -7
- package/source/ua_analyser_channel_local_state.ts +1 -2
- package/source/ua_analyser_channel_maintenance_state.ts +1 -2
- package/source/ua_analyser_channel_operating_execute_state.ts +1 -2
- package/source/ua_analyser_channel_operating_mode_execute_sub_state_machine.ts +20 -20
- package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +54 -54
- package/source/ua_analyser_channel_operating_state.ts +1 -2
- package/source/ua_analyser_device.ts +7 -5
- package/source/ua_chemometric_model.ts +7 -5
- package/source/ua_chromatograph_device.ts +1 -2
- package/source/ua_chromatograph_device_stream.ts +1 -2
- package/source/ua_detector.ts +1 -2
- package/source/ua_engineering_value.ts +2 -3
- package/source/ua_gc_oven.ts +1 -2
- package/source/ua_mass_spectrometer_device.ts +1 -2
- package/source/ua_mass_spectrometer_device_stream.ts +1 -2
- package/source/ua_mnr_device_stream.ts +1 -2
- package/source/ua_mva_model.ts +4 -3
- package/source/ua_mva_output_parameter.ts +7 -6
- package/source/ua_nmr_device.ts +1 -2
- package/source/ua_particle_size_monitor_device.ts +1 -2
- package/source/ua_particle_size_monitor_device_stream.ts +6 -6
- package/source/ua_process_variable.ts +2 -3
- package/source/ua_smart_sampling_system.ts +1 -2
- package/source/ua_source.ts +1 -2
- package/source/ua_spectrometer_device.ts +1 -1
- package/source/ua_spectrometer_device_stream.ts +22 -22
- package/source/ua_stream.ts +51 -50
|
@@ -8,7 +8,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
8
8
|
* |typedDefinition |2:AnalyserChannelMaintenanceStateType ns=2;i=1006 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
|
|
13
12
|
export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
8
8
|
* |typedDefinition |2:AnalyserChannelOperatingExecuteStateType ns=2;i=8964|
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
|
|
13
12
|
export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
|
|
14
13
|
}
|
|
@@ -7,64 +7,64 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
7
7
|
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
|
|
8
8
|
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
9
9
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> { // Object
|
|
10
|
-
stateNumber: UAProperty<UInt32,
|
|
10
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
11
11
|
}
|
|
12
12
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCalibrationTrigger extends Omit<UAState, "stateNumber"> { // Object
|
|
13
|
-
stateNumber: UAProperty<UInt32,
|
|
13
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
14
14
|
}
|
|
15
15
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
16
|
-
stateNumber: UAProperty<UInt32,
|
|
16
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
17
17
|
}
|
|
18
18
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
19
|
-
stateNumber: UAProperty<UInt32,
|
|
19
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
20
20
|
}
|
|
21
21
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseCalibrationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
22
|
-
stateNumber: UAProperty<UInt32,
|
|
22
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
23
23
|
}
|
|
24
24
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForValidationTrigger extends Omit<UAState, "stateNumber"> { // Object
|
|
25
|
-
stateNumber: UAProperty<UInt32,
|
|
25
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
26
26
|
}
|
|
27
27
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractValidationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
28
|
-
stateNumber: UAProperty<UInt32,
|
|
28
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
29
29
|
}
|
|
30
30
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareValidationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
31
|
-
stateNumber: UAProperty<UInt32,
|
|
31
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
32
32
|
}
|
|
33
33
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseValidationSample extends Omit<UAState, "stateNumber"> { // Object
|
|
34
|
-
stateNumber: UAProperty<UInt32,
|
|
34
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
35
35
|
}
|
|
36
36
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForSampleTrigger extends Omit<UAState, "stateNumber"> { // Object
|
|
37
|
-
stateNumber: UAProperty<UInt32,
|
|
37
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
38
38
|
}
|
|
39
39
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_extractSample extends Omit<UAState, "stateNumber"> { // Object
|
|
40
|
-
stateNumber: UAProperty<UInt32,
|
|
40
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
41
41
|
}
|
|
42
42
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_prepareSample extends Omit<UAState, "stateNumber"> { // Object
|
|
43
|
-
stateNumber: UAProperty<UInt32,
|
|
43
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
44
44
|
}
|
|
45
45
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_analyseSample extends Omit<UAState, "stateNumber"> { // Object
|
|
46
|
-
stateNumber: UAProperty<UInt32,
|
|
46
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
47
47
|
}
|
|
48
48
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForDiagnosticTrigger extends Omit<UAState, "stateNumber"> { // Object
|
|
49
|
-
stateNumber: UAProperty<UInt32,
|
|
49
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
50
50
|
}
|
|
51
51
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_diagnostic extends Omit<UAState, "stateNumber"> { // Object
|
|
52
|
-
stateNumber: UAProperty<UInt32,
|
|
52
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
53
53
|
}
|
|
54
54
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_waitForCleaningTrigger extends Omit<UAState, "stateNumber"> { // Object
|
|
55
|
-
stateNumber: UAProperty<UInt32,
|
|
55
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
56
56
|
}
|
|
57
57
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleaning extends Omit<UAState, "stateNumber"> { // Object
|
|
58
|
-
stateNumber: UAProperty<UInt32,
|
|
58
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
59
59
|
}
|
|
60
60
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_publishResults extends Omit<UAState, "stateNumber"> { // Object
|
|
61
|
-
stateNumber: UAProperty<UInt32,
|
|
61
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
62
62
|
}
|
|
63
63
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_ejectGrabSample extends Omit<UAState, "stateNumber"> { // Object
|
|
64
|
-
stateNumber: UAProperty<UInt32,
|
|
64
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
65
65
|
}
|
|
66
66
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSamplingSystem extends Omit<UAState, "stateNumber"> { // Object
|
|
67
|
-
stateNumber: UAProperty<UInt32,
|
|
67
|
+
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* | | |
|
|
@@ -9,166 +9,166 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
9
9
|
import { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine"
|
|
10
10
|
import { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state"
|
|
11
11
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppedToResettingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
12
|
-
transitionNumber: UAProperty<UInt32,
|
|
12
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
13
13
|
}
|
|
14
14
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_resettingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
15
|
-
transitionNumber: UAProperty<UInt32,
|
|
15
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
16
16
|
}
|
|
17
17
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_resettingToIdleTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
18
|
-
transitionNumber: UAProperty<UInt32,
|
|
18
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
19
19
|
}
|
|
20
20
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_idleToStartingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
21
|
-
transitionNumber: UAProperty<UInt32,
|
|
21
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
22
22
|
}
|
|
23
23
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_startingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
24
|
-
transitionNumber: UAProperty<UInt32,
|
|
24
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
25
25
|
}
|
|
26
26
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_startingToExecuteTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
27
|
-
transitionNumber: UAProperty<UInt32,
|
|
27
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
28
28
|
}
|
|
29
29
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_executeToCompletingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
30
|
-
transitionNumber: UAProperty<UInt32,
|
|
30
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
31
31
|
}
|
|
32
32
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
33
|
-
transitionNumber: UAProperty<UInt32,
|
|
33
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
34
34
|
}
|
|
35
35
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completingToCompleteTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
36
|
-
transitionNumber: UAProperty<UInt32,
|
|
36
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
37
37
|
}
|
|
38
38
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completeToStoppedTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
39
|
-
transitionNumber: UAProperty<UInt32,
|
|
39
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
40
40
|
}
|
|
41
41
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_executeToHoldingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
42
|
-
transitionNumber: UAProperty<UInt32,
|
|
42
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
43
43
|
}
|
|
44
44
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_holdingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
45
|
-
transitionNumber: UAProperty<UInt32,
|
|
45
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
46
46
|
}
|
|
47
47
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_holdingToHeldTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
48
|
-
transitionNumber: UAProperty<UInt32,
|
|
48
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
49
49
|
}
|
|
50
50
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_heldToUnholdingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
51
|
-
transitionNumber: UAProperty<UInt32,
|
|
51
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
52
52
|
}
|
|
53
53
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unholdingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
54
|
-
transitionNumber: UAProperty<UInt32,
|
|
54
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
55
55
|
}
|
|
56
56
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unholdingToHoldingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
57
|
-
transitionNumber: UAProperty<UInt32,
|
|
57
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
58
58
|
}
|
|
59
59
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unholdingToExecuteTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
60
|
-
transitionNumber: UAProperty<UInt32,
|
|
60
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
61
61
|
}
|
|
62
62
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_executeToSuspendingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
63
|
-
transitionNumber: UAProperty<UInt32,
|
|
63
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
64
64
|
}
|
|
65
65
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
66
|
-
transitionNumber: UAProperty<UInt32,
|
|
66
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
67
67
|
}
|
|
68
68
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendingToSuspendedTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
69
|
-
transitionNumber: UAProperty<UInt32,
|
|
69
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
70
70
|
}
|
|
71
71
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendedToUnsuspendingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
72
|
-
transitionNumber: UAProperty<UInt32,
|
|
72
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
73
73
|
}
|
|
74
74
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unsuspendingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
75
|
-
transitionNumber: UAProperty<UInt32,
|
|
75
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
76
76
|
}
|
|
77
77
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unsuspendingToSuspendingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
78
|
-
transitionNumber: UAProperty<UInt32,
|
|
78
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
79
79
|
}
|
|
80
80
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unsuspendingToExecuteTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
81
|
-
transitionNumber: UAProperty<UInt32,
|
|
81
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
82
82
|
}
|
|
83
83
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppingToStoppedTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
84
|
-
transitionNumber: UAProperty<UInt32,
|
|
84
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
85
85
|
}
|
|
86
86
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_abortingToAbortedTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
87
|
-
transitionNumber: UAProperty<UInt32,
|
|
87
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
88
88
|
}
|
|
89
89
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_abortedToClearingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
90
|
-
transitionNumber: UAProperty<UInt32,
|
|
90
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
91
91
|
}
|
|
92
92
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_clearingToStoppedTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
93
|
-
transitionNumber: UAProperty<UInt32,
|
|
93
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
94
94
|
}
|
|
95
95
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_resettingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
96
|
-
transitionNumber: UAProperty<UInt32,
|
|
96
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
97
97
|
}
|
|
98
98
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_idleToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
99
|
-
transitionNumber: UAProperty<UInt32,
|
|
99
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
100
100
|
}
|
|
101
101
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_startingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
102
|
-
transitionNumber: UAProperty<UInt32,
|
|
102
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
103
103
|
}
|
|
104
104
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_executeToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
105
|
-
transitionNumber: UAProperty<UInt32,
|
|
105
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
106
106
|
}
|
|
107
107
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
108
|
-
transitionNumber: UAProperty<UInt32,
|
|
108
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
109
109
|
}
|
|
110
110
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completeToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
111
|
-
transitionNumber: UAProperty<UInt32,
|
|
111
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
112
112
|
}
|
|
113
113
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
114
|
-
transitionNumber: UAProperty<UInt32,
|
|
114
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
115
115
|
}
|
|
116
116
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendedToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
117
|
-
transitionNumber: UAProperty<UInt32,
|
|
117
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
118
118
|
}
|
|
119
119
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unsuspendingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
120
|
-
transitionNumber: UAProperty<UInt32,
|
|
120
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
121
121
|
}
|
|
122
122
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_holdingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
123
|
-
transitionNumber: UAProperty<UInt32,
|
|
123
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
124
124
|
}
|
|
125
125
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_heldToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
126
|
-
transitionNumber: UAProperty<UInt32,
|
|
126
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
127
127
|
}
|
|
128
128
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unholdingToStoppingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
129
|
-
transitionNumber: UAProperty<UInt32,
|
|
129
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
130
130
|
}
|
|
131
131
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppedToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
132
|
-
transitionNumber: UAProperty<UInt32,
|
|
132
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
133
133
|
}
|
|
134
134
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_resettingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
135
|
-
transitionNumber: UAProperty<UInt32,
|
|
135
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
136
136
|
}
|
|
137
137
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_idleToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
138
|
-
transitionNumber: UAProperty<UInt32,
|
|
138
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
139
139
|
}
|
|
140
140
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_startingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
141
|
-
transitionNumber: UAProperty<UInt32,
|
|
141
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
142
142
|
}
|
|
143
143
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_executeToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
144
|
-
transitionNumber: UAProperty<UInt32,
|
|
144
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
145
145
|
}
|
|
146
146
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
147
|
-
transitionNumber: UAProperty<UInt32,
|
|
147
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
148
148
|
}
|
|
149
149
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_completeToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
150
|
-
transitionNumber: UAProperty<UInt32,
|
|
150
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
151
151
|
}
|
|
152
152
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
153
|
-
transitionNumber: UAProperty<UInt32,
|
|
153
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
154
154
|
}
|
|
155
155
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_suspendedToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
156
|
-
transitionNumber: UAProperty<UInt32,
|
|
156
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
157
157
|
}
|
|
158
158
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unsuspendingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
159
|
-
transitionNumber: UAProperty<UInt32,
|
|
159
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
160
160
|
}
|
|
161
161
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_holdingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
162
|
-
transitionNumber: UAProperty<UInt32,
|
|
162
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
163
163
|
}
|
|
164
164
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_heldToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
165
|
-
transitionNumber: UAProperty<UInt32,
|
|
165
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
166
166
|
}
|
|
167
167
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_unholdingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
168
|
-
transitionNumber: UAProperty<UInt32,
|
|
168
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
169
169
|
}
|
|
170
170
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppingToAbortingTransition extends Omit<UATransition, "transitionNumber"> { // Object
|
|
171
|
-
transitionNumber: UAProperty<UInt32,
|
|
171
|
+
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* AnalyserChannel OperatingMode SubStateMachine
|
|
@@ -8,7 +8,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
8
8
|
* |typedDefinition |2:AnalyserChannelOperatingStateType ns=2;i=1004 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAAnalyserChannelOperatingState_Base = UAState_Base;
|
|
13
12
|
export interface UAAnalyserChannelOperatingState extends UAState, UAAnalyserChannelOperatingState_Base {
|
|
14
13
|
}
|
|
@@ -19,7 +19,7 @@ export interface UAAnalyserDevice_parameterSet extends UAObject { // Object
|
|
|
19
19
|
* diagnosticStatus
|
|
20
20
|
* General health status of the analyser
|
|
21
21
|
*/
|
|
22
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth,
|
|
22
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
23
23
|
/**
|
|
24
24
|
* configData
|
|
25
25
|
* Optional analyser device large configuration
|
|
@@ -43,18 +43,18 @@ export interface UAAnalyserDevice_identification extends UAFunctionalGroup { //
|
|
|
43
43
|
* manufacturer
|
|
44
44
|
* Name of the company that manufactured the device
|
|
45
45
|
*/
|
|
46
|
-
manufacturer: UAProperty<LocalizedText,
|
|
46
|
+
manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
47
47
|
/**
|
|
48
48
|
* model
|
|
49
49
|
* Model name of the device
|
|
50
50
|
*/
|
|
51
|
-
model: UAProperty<LocalizedText,
|
|
51
|
+
model: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
52
52
|
/**
|
|
53
53
|
* serialNumber
|
|
54
54
|
* Identifier that uniquely identifies, within a
|
|
55
55
|
* manufacturer, a device instance
|
|
56
56
|
*/
|
|
57
|
-
serialNumber: UAProperty<UAString,
|
|
57
|
+
serialNumber: UAProperty<UAString, DataType.String>;
|
|
58
58
|
}
|
|
59
59
|
export interface UAAnalyserDevice_configuration extends UAFunctionalGroup { // Object
|
|
60
60
|
/**
|
|
@@ -68,7 +68,7 @@ export interface UAAnalyserDevice_status extends UAFunctionalGroup { // Object
|
|
|
68
68
|
* diagnosticStatus
|
|
69
69
|
* General health status of the analyser
|
|
70
70
|
*/
|
|
71
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth,
|
|
71
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, DataType.Int32>;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* | | |
|
|
@@ -99,6 +99,8 @@ export interface UAAnalyserDevice_Base extends UADevice_Base {
|
|
|
99
99
|
status: UAAnalyserDevice_status;
|
|
100
100
|
factorySettings: UAFunctionalGroup;
|
|
101
101
|
analyserStateMachine: UAAnalyserDeviceStateMachine;
|
|
102
|
+
// PlaceHolder for $ChannelIdentifier$
|
|
103
|
+
// PlaceHolder for $AccessorySlotIdentifier$
|
|
102
104
|
}
|
|
103
105
|
export interface UAAnalyserDevice extends Omit<UADevice, "parameterSet"|"methodSet"|"identification">, UAAnalyserDevice_Base {
|
|
104
106
|
}
|
|
@@ -17,10 +17,12 @@ import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-
|
|
|
17
17
|
* |dataType Name |Buffer ns=0;i=15 |
|
|
18
18
|
* |isAbstract |false |
|
|
19
19
|
*/
|
|
20
|
-
export interface UAChemometricModel_Base<T extends Buffer
|
|
21
|
-
name: UAProperty<LocalizedText,
|
|
22
|
-
creationDate: UAProperty<Date,
|
|
23
|
-
modelDescription: UAProperty<LocalizedText,
|
|
20
|
+
export interface UAChemometricModel_Base<T extends Buffer> extends UABaseDataVariable_Base<T, DataType.ByteString> {
|
|
21
|
+
name: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
22
|
+
creationDate: UAProperty<Date, DataType.DateTime>;
|
|
23
|
+
modelDescription: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
24
|
+
// PlaceHolder for $User_defined_Input_$
|
|
25
|
+
// PlaceHolder for $User_defined_Output_$
|
|
24
26
|
}
|
|
25
|
-
export interface UAChemometricModel<T extends Buffer
|
|
27
|
+
export interface UAChemometricModel<T extends Buffer> extends UABaseDataVariable<T, DataType.ByteString>, UAChemometricModel_Base<T> {
|
|
26
28
|
}
|
|
@@ -8,7 +8,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
|
8
8
|
* |typedDefinition |2:ChromatographDeviceType ns=2;i=1013 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAChromatographDevice_Base = UAAnalyserDevice_Base;
|
|
13
12
|
export interface UAChromatographDevice extends UAAnalyserDevice, UAChromatographDevice_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAStream, UAStream_Base } from "./ua_stream"
|
|
|
8
8
|
* |typedDefinition |2:ChromatographDeviceStreamType ns=2;i=1034 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAChromatographDeviceStream_Base = UAStream_Base;
|
|
13
12
|
export interface UAChromatographDeviceStream extends UAStream, UAChromatographDeviceStream_Base {
|
|
14
13
|
}
|
package/source/ua_detector.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
|
8
8
|
* |typedDefinition |2:DetectorType ns=2;i=9350 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UADetector_Base = UAAccessory_Base;
|
|
13
12
|
export interface UADetector extends UAAccessory, UADetector_Base {
|
|
14
13
|
}
|
|
@@ -14,7 +14,6 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
14
14
|
* |dataType Name |undefined ns=0;i=0 |
|
|
15
15
|
* |isAbstract |false |
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, /*m*/DT>, UAEngineeringValue_Base<T, DT /*A*/> {
|
|
17
|
+
export type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
18
|
+
export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, DT>, UAEngineeringValue_Base<T, DT> {
|
|
20
19
|
}
|
package/source/ua_gc_oven.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
|
8
8
|
* |typedDefinition |2:GcOvenType ns=2;i=1020 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAGcOven_Base = UAAccessory_Base;
|
|
13
12
|
export interface UAGcOven extends UAAccessory, UAGcOven_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
|
8
8
|
* |typedDefinition |2:MassSpectrometerDeviceType ns=2;i=1014 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAMassSpectrometerDevice_Base = UAAnalyserDevice_Base;
|
|
13
12
|
export interface UAMassSpectrometerDevice extends UAAnalyserDevice, UAMassSpectrometerDevice_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAStream, UAStream_Base } from "./ua_stream"
|
|
|
8
8
|
* |typedDefinition |2:MassSpectrometerDeviceStreamType ns=2;i=1031 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAMassSpectrometerDeviceStream_Base = UAStream_Base;
|
|
13
12
|
export interface UAMassSpectrometerDeviceStream extends UAStream, UAMassSpectrometerDeviceStream_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAStream, UAStream_Base } from "./ua_stream"
|
|
|
8
8
|
* |typedDefinition |2:MNRDeviceStreamType ns=2;i=1035 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAMNRDeviceStream_Base = UAStream_Base;
|
|
13
12
|
export interface UAMNRDeviceStream extends UAStream, UAMNRDeviceStream_Base {
|
|
14
13
|
}
|
package/source/ua_mva_model.ts
CHANGED
|
@@ -19,8 +19,9 @@ import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_mo
|
|
|
19
19
|
* |dataType Name |Buffer ns=0;i=15 |
|
|
20
20
|
* |isAbstract |false |
|
|
21
21
|
*/
|
|
22
|
-
export interface UAMVAModel_Base<T extends Buffer
|
|
23
|
-
|
|
22
|
+
export interface UAMVAModel_Base<T extends Buffer> extends UAChemometricModel_Base<T> {
|
|
23
|
+
// PlaceHolder for $User_defined_Output_$
|
|
24
|
+
mainDataIndex: UAProperty<Int32, DataType.Int32>;
|
|
24
25
|
}
|
|
25
|
-
export interface UAMVAModel<T extends Buffer
|
|
26
|
+
export interface UAMVAModel<T extends Buffer> extends Omit<UAChemometricModel<T>, "$User_defined_Output_$">, UAMVAModel_Base<T> {
|
|
26
27
|
}
|
|
@@ -19,11 +19,12 @@ import { EnumAlarmState } from "./enum_alarm_state"
|
|
|
19
19
|
* |dataType Name |undefined ns=0;i=0 |
|
|
20
20
|
* |isAbstract |false |
|
|
21
21
|
*/
|
|
22
|
-
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T
|
|
23
|
-
warningLimits?: UAProperty<DTRange,
|
|
24
|
-
alarmLimits?: UAProperty<DTRange,
|
|
25
|
-
alarmState: UAProperty<EnumAlarmState,
|
|
26
|
-
vendorSpecificError?: UAProperty<UAString,
|
|
22
|
+
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T, DT> {
|
|
23
|
+
warningLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
24
|
+
alarmLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
25
|
+
alarmState: UAProperty<EnumAlarmState, DataType.Int32>;
|
|
26
|
+
vendorSpecificError?: UAProperty<UAString, DataType.String>;
|
|
27
|
+
// PlaceHolder for statistics
|
|
27
28
|
}
|
|
28
|
-
export interface UAMVAOutputParameter<T, DT extends DataType> extends UABaseDataVariable<T,
|
|
29
|
+
export interface UAMVAOutputParameter<T, DT extends DataType> extends UABaseDataVariable<T, DT>, UAMVAOutputParameter_Base<T, DT> {
|
|
29
30
|
}
|
package/source/ua_nmr_device.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
|
8
8
|
* |typedDefinition |2:NMRDeviceType ns=2;i=1016 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UANMRDevice_Base = UAAnalyserDevice_Base;
|
|
13
12
|
export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
|
8
8
|
* |typedDefinition |2:ParticleSizeMonitorDeviceType ns=2;i=1012 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
|
|
13
12
|
export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
|
|
14
13
|
}
|
|
@@ -8,14 +8,14 @@ import { EnumExecutionCycle } from "./enum_execution_cycle"
|
|
|
8
8
|
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status"
|
|
9
9
|
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream"
|
|
10
10
|
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet { // Object
|
|
11
|
-
background?: UAYArrayItem<number,
|
|
12
|
-
sizeDistribution: UAYArrayItem<number,
|
|
13
|
-
backgroundAcquisitionTime: UADataItem<Date,
|
|
11
|
+
background?: UAYArrayItem<number, DataType.Float>;
|
|
12
|
+
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
13
|
+
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
14
14
|
}
|
|
15
15
|
export interface UAParticleSizeMonitorDeviceStream_acquisitionData extends UAStream_acquisitionData { // Object
|
|
16
|
-
background?: UAYArrayItem<number,
|
|
17
|
-
sizeDistribution: UAYArrayItem<number,
|
|
18
|
-
backgroundAcquisitionTime: UADataItem<Date,
|
|
16
|
+
background?: UAYArrayItem<number, DataType.Float>;
|
|
17
|
+
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
18
|
+
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* | | |
|
|
@@ -16,7 +16,6 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
16
16
|
* |dataType Name |undefined ns=0;i=0 |
|
|
17
17
|
* |isAbstract |false |
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, /*m*/DT>, UAProcessVariable_Base<T, DT /*A*/> {
|
|
19
|
+
export type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
20
|
+
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, DT>, UAProcessVariable_Base<T, DT> {
|
|
22
21
|
}
|
|
@@ -8,7 +8,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
|
8
8
|
* |typedDefinition |2:SmartSamplingSystemType ns=2;i=9359 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UASmartSamplingSystem_Base = UAAccessory_Base;
|
|
13
12
|
export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
|
|
14
13
|
}
|
package/source/ua_source.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
|
8
8
|
* |typedDefinition |2:SourceType ns=2;i=9368 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UASource_Base = UAAccessory_Base;
|
|
13
12
|
export interface UASource extends UAAccessory, UASource_Base {
|
|
14
13
|
}
|
|
@@ -6,7 +6,7 @@ import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_healt
|
|
|
6
6
|
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
7
7
|
import { UAAnalyserDevice_parameterSet, UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
8
8
|
export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_parameterSet { // Object
|
|
9
|
-
spectralRange?: UADataItem<DTRange[],
|
|
9
|
+
spectralRange?: UADataItem<DTRange[], DataType.ExtensionObject>;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* | | |
|