node-opcua-nodeset-adi 2.179.0 → 2.181.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +38 -38
- package/dist/index.js +38 -38
- package/dist/index.js.map +1 -1
- package/dist/ua_accessory_slot.d.ts +1 -1
- package/dist/ua_acoustic_spectrometer_device.d.ts +1 -1
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +1 -1
- package/dist/ua_analyser_channel.d.ts +1 -1
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +2 -2
- package/dist/ua_analyser_channel_state_machine.d.ts +4 -4
- package/dist/ua_analyser_device.d.ts +1 -1
- package/dist/ua_chromatograph_device.d.ts +1 -1
- package/dist/ua_chromatograph_device_stream.d.ts +1 -1
- package/dist/ua_detector.d.ts +1 -1
- package/dist/ua_gc_oven.d.ts +1 -1
- package/dist/ua_mass_spectrometer_device.d.ts +1 -1
- package/dist/ua_mass_spectrometer_device_stream.d.ts +1 -1
- package/dist/ua_mnr_device_stream.d.ts +1 -1
- package/dist/ua_mva_model.d.ts +1 -1
- package/dist/ua_mva_output_parameter.d.ts +1 -1
- package/dist/ua_nmr_device.d.ts +1 -1
- package/dist/ua_particle_size_monitor_device.d.ts +1 -1
- package/dist/ua_particle_size_monitor_device_stream.d.ts +1 -1
- package/dist/ua_smart_sampling_system.d.ts +1 -1
- package/dist/ua_source.d.ts +1 -1
- package/dist/ua_spectrometer_device.d.ts +1 -1
- package/dist/ua_spectrometer_device_stream.d.ts +1 -1
- package/dist/ua_stream.d.ts +2 -2
- package/package.json +10 -10
- package/source/index.ts +38 -38
- package/source/ua_accessory_slot.ts +1 -1
- package/source/ua_acoustic_spectrometer_device.ts +1 -1
- package/source/ua_acoustic_spectrometer_device_stream.ts +1 -1
- package/source/ua_analyser_channel.ts +1 -1
- package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +2 -2
- package/source/ua_analyser_channel_state_machine.ts +4 -4
- package/source/ua_analyser_device.ts +1 -1
- package/source/ua_chromatograph_device.ts +1 -1
- package/source/ua_chromatograph_device_stream.ts +1 -1
- package/source/ua_detector.ts +1 -1
- package/source/ua_gc_oven.ts +1 -1
- package/source/ua_mass_spectrometer_device.ts +1 -1
- package/source/ua_mass_spectrometer_device_stream.ts +1 -1
- package/source/ua_mnr_device_stream.ts +1 -1
- package/source/ua_mva_model.ts +1 -1
- package/source/ua_mva_output_parameter.ts +1 -1
- package/source/ua_nmr_device.ts +1 -1
- package/source/ua_particle_size_monitor_device.ts +1 -1
- package/source/ua_particle_size_monitor_device_stream.ts +1 -1
- package/source/ua_smart_sampling_system.ts +1 -1
- package/source/ua_source.ts +1 -1
- package/source/ua_spectrometer_device.ts +1 -1
- package/source/ua_spectrometer_device_stream.ts +1 -1
- package/source/ua_stream.ts +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export * from "./enum_acquisition_result_status";
|
|
2
|
-
export * from "./enum_alarm_state";
|
|
3
|
-
export * from "./enum_execution_cycle";
|
|
4
|
-
export * from "./ua_accessory";
|
|
5
|
-
export * from "./ua_accessory_slot";
|
|
6
|
-
export * from "./ua_accessory_slot_state_machine";
|
|
7
|
-
export * from "./ua_acoustic_spectrometer_device";
|
|
8
|
-
export * from "./ua_acoustic_spectrometer_device_stream";
|
|
9
|
-
export * from "./ua_analyser_channel";
|
|
10
|
-
export * from "./ua_analyser_channel_local_state";
|
|
11
|
-
export * from "./ua_analyser_channel_maintenance_state";
|
|
12
|
-
export * from "./ua_analyser_channel_operating_execute_state";
|
|
13
|
-
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
14
|
-
export * from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
15
|
-
export * from "./ua_analyser_channel_operating_state";
|
|
16
|
-
export * from "./ua_analyser_channel_state_machine";
|
|
17
|
-
export * from "./ua_analyser_device";
|
|
18
|
-
export * from "./ua_analyser_device_state_machine";
|
|
19
|
-
export * from "./ua_chemometric_model";
|
|
20
|
-
export * from "./ua_chromatograph_device";
|
|
21
|
-
export * from "./ua_chromatograph_device_stream";
|
|
22
|
-
export * from "./ua_detector";
|
|
23
|
-
export * from "./ua_engineering_value";
|
|
24
|
-
export * from "./ua_gc_oven";
|
|
25
|
-
export * from "./ua_mass_spectrometer_device";
|
|
26
|
-
export * from "./ua_mass_spectrometer_device_stream";
|
|
27
|
-
export * from "./ua_mnr_device_stream";
|
|
28
|
-
export * from "./ua_mva_model";
|
|
29
|
-
export * from "./ua_mva_output_parameter";
|
|
30
|
-
export * from "./ua_nmr_device";
|
|
31
|
-
export * from "./ua_particle_size_monitor_device";
|
|
32
|
-
export * from "./ua_particle_size_monitor_device_stream";
|
|
33
|
-
export * from "./ua_process_variable";
|
|
34
|
-
export * from "./ua_smart_sampling_system";
|
|
35
|
-
export * from "./ua_source";
|
|
36
|
-
export * from "./ua_spectrometer_device";
|
|
37
|
-
export * from "./ua_spectrometer_device_stream";
|
|
38
|
-
export * from "./ua_stream";
|
|
1
|
+
export * from "./enum_acquisition_result_status.js";
|
|
2
|
+
export * from "./enum_alarm_state.js";
|
|
3
|
+
export * from "./enum_execution_cycle.js";
|
|
4
|
+
export * from "./ua_accessory.js";
|
|
5
|
+
export * from "./ua_accessory_slot.js";
|
|
6
|
+
export * from "./ua_accessory_slot_state_machine.js";
|
|
7
|
+
export * from "./ua_acoustic_spectrometer_device.js";
|
|
8
|
+
export * from "./ua_acoustic_spectrometer_device_stream.js";
|
|
9
|
+
export * from "./ua_analyser_channel.js";
|
|
10
|
+
export * from "./ua_analyser_channel_local_state.js";
|
|
11
|
+
export * from "./ua_analyser_channel_maintenance_state.js";
|
|
12
|
+
export * from "./ua_analyser_channel_operating_execute_state.js";
|
|
13
|
+
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine.js";
|
|
14
|
+
export * from "./ua_analyser_channel_operating_mode_sub_state_machine.js";
|
|
15
|
+
export * from "./ua_analyser_channel_operating_state.js";
|
|
16
|
+
export * from "./ua_analyser_channel_state_machine.js";
|
|
17
|
+
export * from "./ua_analyser_device.js";
|
|
18
|
+
export * from "./ua_analyser_device_state_machine.js";
|
|
19
|
+
export * from "./ua_chemometric_model.js";
|
|
20
|
+
export * from "./ua_chromatograph_device.js";
|
|
21
|
+
export * from "./ua_chromatograph_device_stream.js";
|
|
22
|
+
export * from "./ua_detector.js";
|
|
23
|
+
export * from "./ua_engineering_value.js";
|
|
24
|
+
export * from "./ua_gc_oven.js";
|
|
25
|
+
export * from "./ua_mass_spectrometer_device.js";
|
|
26
|
+
export * from "./ua_mass_spectrometer_device_stream.js";
|
|
27
|
+
export * from "./ua_mnr_device_stream.js";
|
|
28
|
+
export * from "./ua_mva_model.js";
|
|
29
|
+
export * from "./ua_mva_output_parameter.js";
|
|
30
|
+
export * from "./ua_nmr_device.js";
|
|
31
|
+
export * from "./ua_particle_size_monitor_device.js";
|
|
32
|
+
export * from "./ua_particle_size_monitor_device_stream.js";
|
|
33
|
+
export * from "./ua_process_variable.js";
|
|
34
|
+
export * from "./ua_smart_sampling_system.js";
|
|
35
|
+
export * from "./ua_source.js";
|
|
36
|
+
export * from "./ua_spectrometer_device.js";
|
|
37
|
+
export * from "./ua_spectrometer_device_stream.js";
|
|
38
|
+
export * from "./ua_stream.js";
|
package/dist/index.js
CHANGED
|
@@ -14,42 +14,42 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./enum_acquisition_result_status"), exports);
|
|
18
|
-
__exportStar(require("./enum_alarm_state"), exports);
|
|
19
|
-
__exportStar(require("./enum_execution_cycle"), exports);
|
|
20
|
-
__exportStar(require("./ua_accessory"), exports);
|
|
21
|
-
__exportStar(require("./ua_accessory_slot"), exports);
|
|
22
|
-
__exportStar(require("./ua_accessory_slot_state_machine"), exports);
|
|
23
|
-
__exportStar(require("./ua_acoustic_spectrometer_device"), exports);
|
|
24
|
-
__exportStar(require("./ua_acoustic_spectrometer_device_stream"), exports);
|
|
25
|
-
__exportStar(require("./ua_analyser_channel"), exports);
|
|
26
|
-
__exportStar(require("./ua_analyser_channel_local_state"), exports);
|
|
27
|
-
__exportStar(require("./ua_analyser_channel_maintenance_state"), exports);
|
|
28
|
-
__exportStar(require("./ua_analyser_channel_operating_execute_state"), exports);
|
|
29
|
-
__exportStar(require("./ua_analyser_channel_operating_mode_execute_sub_state_machine"), exports);
|
|
30
|
-
__exportStar(require("./ua_analyser_channel_operating_mode_sub_state_machine"), exports);
|
|
31
|
-
__exportStar(require("./ua_analyser_channel_operating_state"), exports);
|
|
32
|
-
__exportStar(require("./ua_analyser_channel_state_machine"), exports);
|
|
33
|
-
__exportStar(require("./ua_analyser_device"), exports);
|
|
34
|
-
__exportStar(require("./ua_analyser_device_state_machine"), exports);
|
|
35
|
-
__exportStar(require("./ua_chemometric_model"), exports);
|
|
36
|
-
__exportStar(require("./ua_chromatograph_device"), exports);
|
|
37
|
-
__exportStar(require("./ua_chromatograph_device_stream"), exports);
|
|
38
|
-
__exportStar(require("./ua_detector"), exports);
|
|
39
|
-
__exportStar(require("./ua_engineering_value"), exports);
|
|
40
|
-
__exportStar(require("./ua_gc_oven"), exports);
|
|
41
|
-
__exportStar(require("./ua_mass_spectrometer_device"), exports);
|
|
42
|
-
__exportStar(require("./ua_mass_spectrometer_device_stream"), exports);
|
|
43
|
-
__exportStar(require("./ua_mnr_device_stream"), exports);
|
|
44
|
-
__exportStar(require("./ua_mva_model"), exports);
|
|
45
|
-
__exportStar(require("./ua_mva_output_parameter"), exports);
|
|
46
|
-
__exportStar(require("./ua_nmr_device"), exports);
|
|
47
|
-
__exportStar(require("./ua_particle_size_monitor_device"), exports);
|
|
48
|
-
__exportStar(require("./ua_particle_size_monitor_device_stream"), exports);
|
|
49
|
-
__exportStar(require("./ua_process_variable"), exports);
|
|
50
|
-
__exportStar(require("./ua_smart_sampling_system"), exports);
|
|
51
|
-
__exportStar(require("./ua_source"), exports);
|
|
52
|
-
__exportStar(require("./ua_spectrometer_device"), exports);
|
|
53
|
-
__exportStar(require("./ua_spectrometer_device_stream"), exports);
|
|
54
|
-
__exportStar(require("./ua_stream"), exports);
|
|
17
|
+
__exportStar(require("./enum_acquisition_result_status.js"), exports);
|
|
18
|
+
__exportStar(require("./enum_alarm_state.js"), exports);
|
|
19
|
+
__exportStar(require("./enum_execution_cycle.js"), exports);
|
|
20
|
+
__exportStar(require("./ua_accessory.js"), exports);
|
|
21
|
+
__exportStar(require("./ua_accessory_slot.js"), exports);
|
|
22
|
+
__exportStar(require("./ua_accessory_slot_state_machine.js"), exports);
|
|
23
|
+
__exportStar(require("./ua_acoustic_spectrometer_device.js"), exports);
|
|
24
|
+
__exportStar(require("./ua_acoustic_spectrometer_device_stream.js"), exports);
|
|
25
|
+
__exportStar(require("./ua_analyser_channel.js"), exports);
|
|
26
|
+
__exportStar(require("./ua_analyser_channel_local_state.js"), exports);
|
|
27
|
+
__exportStar(require("./ua_analyser_channel_maintenance_state.js"), exports);
|
|
28
|
+
__exportStar(require("./ua_analyser_channel_operating_execute_state.js"), exports);
|
|
29
|
+
__exportStar(require("./ua_analyser_channel_operating_mode_execute_sub_state_machine.js"), exports);
|
|
30
|
+
__exportStar(require("./ua_analyser_channel_operating_mode_sub_state_machine.js"), exports);
|
|
31
|
+
__exportStar(require("./ua_analyser_channel_operating_state.js"), exports);
|
|
32
|
+
__exportStar(require("./ua_analyser_channel_state_machine.js"), exports);
|
|
33
|
+
__exportStar(require("./ua_analyser_device.js"), exports);
|
|
34
|
+
__exportStar(require("./ua_analyser_device_state_machine.js"), exports);
|
|
35
|
+
__exportStar(require("./ua_chemometric_model.js"), exports);
|
|
36
|
+
__exportStar(require("./ua_chromatograph_device.js"), exports);
|
|
37
|
+
__exportStar(require("./ua_chromatograph_device_stream.js"), exports);
|
|
38
|
+
__exportStar(require("./ua_detector.js"), exports);
|
|
39
|
+
__exportStar(require("./ua_engineering_value.js"), exports);
|
|
40
|
+
__exportStar(require("./ua_gc_oven.js"), exports);
|
|
41
|
+
__exportStar(require("./ua_mass_spectrometer_device.js"), exports);
|
|
42
|
+
__exportStar(require("./ua_mass_spectrometer_device_stream.js"), exports);
|
|
43
|
+
__exportStar(require("./ua_mnr_device_stream.js"), exports);
|
|
44
|
+
__exportStar(require("./ua_mva_model.js"), exports);
|
|
45
|
+
__exportStar(require("./ua_mva_output_parameter.js"), exports);
|
|
46
|
+
__exportStar(require("./ua_nmr_device.js"), exports);
|
|
47
|
+
__exportStar(require("./ua_particle_size_monitor_device.js"), exports);
|
|
48
|
+
__exportStar(require("./ua_particle_size_monitor_device_stream.js"), exports);
|
|
49
|
+
__exportStar(require("./ua_process_variable.js"), exports);
|
|
50
|
+
__exportStar(require("./ua_smart_sampling_system.js"), exports);
|
|
51
|
+
__exportStar(require("./ua_source.js"), exports);
|
|
52
|
+
__exportStar(require("./ua_spectrometer_device.js"), exports);
|
|
53
|
+
__exportStar(require("./ua_spectrometer_device_stream.js"), exports);
|
|
54
|
+
__exportStar(require("./ua_stream.js"), exports);
|
|
55
55
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,wDAAsC;AACtC,4DAA0C;AAC1C,oDAAkC;AAClC,yDAAuC;AACvC,uEAAqD;AACrD,uEAAqD;AACrD,8EAA4D;AAC5D,2DAAyC;AACzC,uEAAqD;AACrD,6EAA2D;AAC3D,mFAAiE;AACjE,oGAAkF;AAClF,4FAA0E;AAC1E,2EAAyD;AACzD,yEAAuD;AACvD,0DAAwC;AACxC,wEAAsD;AACtD,4DAA0C;AAC1C,+DAA6C;AAC7C,sEAAoD;AACpD,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mEAAiD;AACjD,0EAAwD;AACxD,4DAA0C;AAC1C,oDAAkC;AAClC,+DAA6C;AAC7C,qDAAmC;AACnC,uEAAqD;AACrD,8EAA4D;AAC5D,2DAAyC;AACzC,gEAA8C;AAC9C,iDAA+B;AAC/B,8DAA4C;AAC5C,qEAAmD;AACnD,iDAA+B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/dist/ua_configurable_object";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
|
|
4
|
+
import type { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine.js";
|
|
5
5
|
/**
|
|
6
6
|
* Organizes zero or more Accessory objects
|
|
7
7
|
* identified by "AccessoryIdentifier" which
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
1
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -5,7 +5,7 @@ import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional
|
|
|
5
5
|
import type { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
6
6
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
|
-
import type { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine";
|
|
8
|
+
import type { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine.js";
|
|
9
9
|
export interface UAAnalyserChannel_parameterSet extends UAObject {
|
|
10
10
|
/**
|
|
11
11
|
* channelId
|
|
@@ -5,8 +5,8 @@ import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state
|
|
|
5
5
|
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
6
6
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
|
-
import type { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state";
|
|
9
|
-
import type { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
8
|
+
import type { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state.js";
|
|
9
|
+
import type { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine.js";
|
|
10
10
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppedToResettingTransition extends Omit<UATransition, "transitionNumber"> {
|
|
11
11
|
transitionNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
12
12
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
2
2
|
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
3
3
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
4
|
-
import type { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state";
|
|
5
|
-
import type { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state";
|
|
6
|
-
import type { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
7
|
-
import type { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state";
|
|
4
|
+
import type { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state.js";
|
|
5
|
+
import type { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state.js";
|
|
6
|
+
import type { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine.js";
|
|
7
|
+
import type { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state.js";
|
|
8
8
|
/**
|
|
9
9
|
* Contains a nested state model that defines the
|
|
10
10
|
* top level states Operating, Local and Maintenance
|
|
@@ -7,7 +7,7 @@ import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional
|
|
|
7
7
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
8
8
|
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
|
-
import type { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine";
|
|
10
|
+
import type { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine.js";
|
|
11
11
|
export interface UAAnalyserDevice_parameterSet extends UAObject {
|
|
12
12
|
/**
|
|
13
13
|
* diagnosticStatus
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
1
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_detector.d.ts
CHANGED
package/dist/ua_gc_oven.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
1
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_mva_model.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model";
|
|
4
|
+
import type { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model.js";
|
|
5
5
|
/**
|
|
6
6
|
* Hold the descriptions of a mathematical process
|
|
7
7
|
* and associated information to convert scaled data
|
|
@@ -3,7 +3,7 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
4
4
|
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
|
-
import type { EnumAlarmState } from "./enum_alarm_state";
|
|
6
|
+
import type { EnumAlarmState } from "./enum_alarm_state.js";
|
|
7
7
|
/**
|
|
8
8
|
* Hold the descriptions of a mathematical process
|
|
9
9
|
* and associated information to convert scaled data
|
package/dist/ua_nmr_device.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
1
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
1
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
2
2
|
import type { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAStream, UAStream_acquisitionData, UAStream_Base, UAStream_parameterSet } from "./ua_stream";
|
|
4
|
+
import type { UAStream, UAStream_acquisitionData, UAStream_Base, UAStream_parameterSet } from "./ua_stream.js";
|
|
5
5
|
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
6
6
|
background?: UAYArrayItem<number, DataType.Float>;
|
|
7
7
|
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
package/dist/ua_source.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional
|
|
|
2
2
|
import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
3
3
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base, UAAnalyserDevice_parameterSet } from "./ua_analyser_device";
|
|
5
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base, UAAnalyserDevice_parameterSet } from "./ua_analyser_device.js";
|
|
6
6
|
export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_parameterSet {
|
|
7
7
|
spectralRange?: UADataItem<DTRange[], DataType.ExtensionObject>;
|
|
8
8
|
}
|
|
@@ -4,7 +4,7 @@ import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
|
4
4
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
5
|
import type { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
|
-
import type { UAStream, UAStream_acquisitionData, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_Base, UAStream_configuration, UAStream_parameterSet } from "./ua_stream";
|
|
7
|
+
import type { UAStream, UAStream_acquisitionData, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_Base, UAStream_configuration, UAStream_parameterSet } from "./ua_stream.js";
|
|
8
8
|
export interface UASpectrometerDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
9
9
|
activeBackground: UAYArrayItem<number, DataType.Float>;
|
|
10
10
|
activeBackground1?: UAYArrayItem<number, DataType.Float>;
|
package/dist/ua_stream.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
|
7
7
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
8
8
|
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
|
-
import type { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status";
|
|
11
|
-
import type { EnumExecutionCycle } from "./enum_execution_cycle";
|
|
10
|
+
import type { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status.js";
|
|
11
|
+
import type { EnumExecutionCycle } from "./enum_execution_cycle.js";
|
|
12
12
|
export interface UAStream_parameterSet extends UAObject {
|
|
13
13
|
/**
|
|
14
14
|
* isEnabled
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.181.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-adi",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-nodeid": "2.
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.181.0",
|
|
15
|
+
"node-opcua-basic-types": "2.181.0",
|
|
16
|
+
"node-opcua-data-access": "2.181.0",
|
|
17
|
+
"node-opcua-data-model": "2.181.0",
|
|
18
|
+
"node-opcua-nodeid": "2.181.0",
|
|
19
|
+
"node-opcua-nodeset-di": "2.181.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.181.0",
|
|
21
|
+
"node-opcua-variant": "2.181.0"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"internet of things"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f8f472c59e681b2aa18ae1533c3d1e5f17614c5c"
|
|
41
41
|
}
|
package/source/index.ts
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export * from "./enum_acquisition_result_status";
|
|
2
|
-
export * from "./enum_alarm_state";
|
|
3
|
-
export * from "./enum_execution_cycle";
|
|
4
|
-
export * from "./ua_accessory";
|
|
5
|
-
export * from "./ua_accessory_slot";
|
|
6
|
-
export * from "./ua_accessory_slot_state_machine";
|
|
7
|
-
export * from "./ua_acoustic_spectrometer_device";
|
|
8
|
-
export * from "./ua_acoustic_spectrometer_device_stream";
|
|
9
|
-
export * from "./ua_analyser_channel";
|
|
10
|
-
export * from "./ua_analyser_channel_local_state";
|
|
11
|
-
export * from "./ua_analyser_channel_maintenance_state";
|
|
12
|
-
export * from "./ua_analyser_channel_operating_execute_state";
|
|
13
|
-
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
14
|
-
export * from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
15
|
-
export * from "./ua_analyser_channel_operating_state";
|
|
16
|
-
export * from "./ua_analyser_channel_state_machine";
|
|
17
|
-
export * from "./ua_analyser_device";
|
|
18
|
-
export * from "./ua_analyser_device_state_machine";
|
|
19
|
-
export * from "./ua_chemometric_model";
|
|
20
|
-
export * from "./ua_chromatograph_device";
|
|
21
|
-
export * from "./ua_chromatograph_device_stream";
|
|
22
|
-
export * from "./ua_detector";
|
|
23
|
-
export * from "./ua_engineering_value";
|
|
24
|
-
export * from "./ua_gc_oven";
|
|
25
|
-
export * from "./ua_mass_spectrometer_device";
|
|
26
|
-
export * from "./ua_mass_spectrometer_device_stream";
|
|
27
|
-
export * from "./ua_mnr_device_stream";
|
|
28
|
-
export * from "./ua_mva_model";
|
|
29
|
-
export * from "./ua_mva_output_parameter";
|
|
30
|
-
export * from "./ua_nmr_device";
|
|
31
|
-
export * from "./ua_particle_size_monitor_device";
|
|
32
|
-
export * from "./ua_particle_size_monitor_device_stream";
|
|
33
|
-
export * from "./ua_process_variable";
|
|
34
|
-
export * from "./ua_smart_sampling_system";
|
|
35
|
-
export * from "./ua_source";
|
|
36
|
-
export * from "./ua_spectrometer_device";
|
|
37
|
-
export * from "./ua_spectrometer_device_stream";
|
|
38
|
-
export * from "./ua_stream";
|
|
1
|
+
export * from "./enum_acquisition_result_status.js";
|
|
2
|
+
export * from "./enum_alarm_state.js";
|
|
3
|
+
export * from "./enum_execution_cycle.js";
|
|
4
|
+
export * from "./ua_accessory.js";
|
|
5
|
+
export * from "./ua_accessory_slot.js";
|
|
6
|
+
export * from "./ua_accessory_slot_state_machine.js";
|
|
7
|
+
export * from "./ua_acoustic_spectrometer_device.js";
|
|
8
|
+
export * from "./ua_acoustic_spectrometer_device_stream.js";
|
|
9
|
+
export * from "./ua_analyser_channel.js";
|
|
10
|
+
export * from "./ua_analyser_channel_local_state.js";
|
|
11
|
+
export * from "./ua_analyser_channel_maintenance_state.js";
|
|
12
|
+
export * from "./ua_analyser_channel_operating_execute_state.js";
|
|
13
|
+
export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine.js";
|
|
14
|
+
export * from "./ua_analyser_channel_operating_mode_sub_state_machine.js";
|
|
15
|
+
export * from "./ua_analyser_channel_operating_state.js";
|
|
16
|
+
export * from "./ua_analyser_channel_state_machine.js";
|
|
17
|
+
export * from "./ua_analyser_device.js";
|
|
18
|
+
export * from "./ua_analyser_device_state_machine.js";
|
|
19
|
+
export * from "./ua_chemometric_model.js";
|
|
20
|
+
export * from "./ua_chromatograph_device.js";
|
|
21
|
+
export * from "./ua_chromatograph_device_stream.js";
|
|
22
|
+
export * from "./ua_detector.js";
|
|
23
|
+
export * from "./ua_engineering_value.js";
|
|
24
|
+
export * from "./ua_gc_oven.js";
|
|
25
|
+
export * from "./ua_mass_spectrometer_device.js";
|
|
26
|
+
export * from "./ua_mass_spectrometer_device_stream.js";
|
|
27
|
+
export * from "./ua_mnr_device_stream.js";
|
|
28
|
+
export * from "./ua_mva_model.js";
|
|
29
|
+
export * from "./ua_mva_output_parameter.js";
|
|
30
|
+
export * from "./ua_nmr_device.js";
|
|
31
|
+
export * from "./ua_particle_size_monitor_device.js";
|
|
32
|
+
export * from "./ua_particle_size_monitor_device_stream.js";
|
|
33
|
+
export * from "./ua_process_variable.js";
|
|
34
|
+
export * from "./ua_smart_sampling_system.js";
|
|
35
|
+
export * from "./ua_source.js";
|
|
36
|
+
export * from "./ua_spectrometer_device.js";
|
|
37
|
+
export * from "./ua_spectrometer_device_stream.js";
|
|
38
|
+
export * from "./ua_stream.js";
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/dist/ua_configurable_object";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
|
|
5
|
+
import type { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -6,7 +6,7 @@ import type { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodes
|
|
|
6
6
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
|
-
import type { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine";
|
|
9
|
+
import type { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine.js";
|
|
10
10
|
|
|
11
11
|
// ----- this file has been automatically generated - do not edit
|
|
12
12
|
|
|
@@ -6,8 +6,8 @@ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
|
6
6
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
|
-
import type { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state";
|
|
10
|
-
import type { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
9
|
+
import type { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state.js";
|
|
10
|
+
import type { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine.js";
|
|
11
11
|
|
|
12
12
|
// ----- this file has been automatically generated - do not edit
|
|
13
13
|
|
|
@@ -2,10 +2,10 @@ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua
|
|
|
2
2
|
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
3
3
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
4
4
|
|
|
5
|
-
import type { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state";
|
|
6
|
-
import type { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state";
|
|
7
|
-
import type { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
8
|
-
import type { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state";
|
|
5
|
+
import type { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state.js";
|
|
6
|
+
import type { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state.js";
|
|
7
|
+
import type { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine.js";
|
|
8
|
+
import type { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state.js";
|
|
9
9
|
|
|
10
10
|
// ----- this file has been automatically generated - do not edit
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
|
8
8
|
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
|
-
import type { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine";
|
|
11
|
+
import type { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine.js";
|
|
12
12
|
|
|
13
13
|
// ----- this file has been automatically generated - do not edit
|
|
14
14
|
|
package/source/ua_detector.ts
CHANGED
package/source/ua_gc_oven.ts
CHANGED
package/source/ua_mva_model.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model";
|
|
5
|
+
import type { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
|
4
4
|
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
|
-
import type { EnumAlarmState } from "./enum_alarm_state";
|
|
7
|
+
import type { EnumAlarmState } from "./enum_alarm_state.js";
|
|
8
8
|
|
|
9
9
|
// ----- this file has been automatically generated - do not edit
|
|
10
10
|
|
package/source/ua_nmr_device.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
|
2
2
|
import type { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAStream, UAStream_acquisitionData, UAStream_Base, UAStream_parameterSet } from "./ua_stream";
|
|
5
|
+
import type { UAStream, UAStream_acquisitionData, UAStream_Base, UAStream_parameterSet } from "./ua_stream.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
package/source/ua_source.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
|
3
3
|
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
|
-
import type { UAAnalyserDevice, UAAnalyserDevice_Base, UAAnalyserDevice_parameterSet } from "./ua_analyser_device";
|
|
6
|
+
import type { UAAnalyserDevice, UAAnalyserDevice_Base, UAAnalyserDevice_parameterSet } from "./ua_analyser_device.js";
|
|
7
7
|
|
|
8
8
|
// ----- this file has been automatically generated - do not edit
|
|
9
9
|
|
|
@@ -5,7 +5,7 @@ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
|
5
5
|
import type { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
|
|
8
|
-
import type { UAStream, UAStream_acquisitionData, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_Base, UAStream_configuration, UAStream_parameterSet } from "./ua_stream";
|
|
8
|
+
import type { UAStream, UAStream_acquisitionData, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_Base, UAStream_configuration, UAStream_parameterSet } from "./ua_stream.js";
|
|
9
9
|
|
|
10
10
|
// ----- this file has been automatically generated - do not edit
|
|
11
11
|
|
package/source/ua_stream.ts
CHANGED
|
@@ -8,8 +8,8 @@ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
|
8
8
|
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
|
-
import type { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status";
|
|
12
|
-
import type { EnumExecutionCycle } from "./enum_execution_cycle";
|
|
11
|
+
import type { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status.js";
|
|
12
|
+
import type { EnumExecutionCycle } from "./enum_execution_cycle.js";
|
|
13
13
|
|
|
14
14
|
// ----- this file has been automatically generated - do not edit
|
|
15
15
|
|