node-opcua-nodeset-adi 2.151.0 → 2.153.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/ua_accessory.d.ts +2 -2
- package/dist/ua_accessory_slot.d.ts +1 -1
- package/dist/ua_accessory_slot_state_machine.d.ts +4 -4
- package/dist/ua_analyser_channel.d.ts +4 -4
- package/dist/ua_analyser_channel_local_state.d.ts +1 -1
- package/dist/ua_analyser_channel_maintenance_state.d.ts +1 -1
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +1 -1
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +4 -4
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +4 -4
- package/dist/ua_analyser_channel_operating_state.d.ts +1 -1
- package/dist/ua_analyser_channel_state_machine.d.ts +3 -3
- package/dist/ua_analyser_device.d.ts +5 -5
- package/dist/ua_analyser_device_state_machine.d.ts +4 -4
- package/dist/ua_chemometric_model.d.ts +1 -1
- package/dist/ua_engineering_value.d.ts +1 -1
- package/dist/ua_mva_output_parameter.d.ts +2 -2
- package/dist/ua_particle_size_monitor_device_stream.d.ts +2 -2
- package/dist/ua_process_variable.d.ts +1 -1
- package/dist/ua_spectrometer_device.d.ts +3 -3
- package/dist/ua_spectrometer_device_stream.d.ts +3 -3
- package/dist/ua_stream.d.ts +6 -6
- package/package.json +10 -10
- package/source/ua_accessory.ts +2 -2
- package/source/ua_accessory_slot.ts +1 -1
- package/source/ua_accessory_slot_state_machine.ts +4 -6
- package/source/ua_analyser_channel.ts +4 -4
- package/source/ua_analyser_channel_local_state.ts +1 -1
- package/source/ua_analyser_channel_maintenance_state.ts +1 -1
- package/source/ua_analyser_channel_operating_execute_state.ts +1 -1
- package/source/ua_analyser_channel_operating_mode_execute_sub_state_machine.ts +4 -4
- package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +4 -4
- package/source/ua_analyser_channel_operating_state.ts +1 -1
- package/source/ua_analyser_channel_state_machine.ts +3 -6
- package/source/ua_analyser_device.ts +8 -13
- package/source/ua_analyser_device_state_machine.ts +4 -8
- package/source/ua_chemometric_model.ts +2 -2
- package/source/ua_engineering_value.ts +2 -2
- package/source/ua_mva_model.ts +2 -4
- package/source/ua_mva_output_parameter.ts +3 -3
- package/source/ua_particle_size_monitor_device_stream.ts +3 -7
- package/source/ua_process_variable.ts +2 -2
- package/source/ua_spectrometer_device.ts +4 -5
- package/source/ua_spectrometer_device_stream.ts +5 -12
- package/source/ua_stream.ts +7 -7
package/dist/ua_accessory.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
4
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
3
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
4
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/
|
|
3
|
+
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/dist/ua_configurable_object";
|
|
4
4
|
import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
|
|
5
5
|
/**
|
|
6
6
|
* Organizes zero or more Accessory objects
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
2
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
3
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
4
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
2
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
3
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
5
|
/**
|
|
6
6
|
* Describes the behaviour of an AccessorySlot when
|
|
7
7
|
* a physical accessory is inserted or removed.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAObject, UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
7
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
7
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
8
8
|
import { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine";
|
|
9
9
|
export interface UAAnalyserChannel_parameterSet extends UAObject {
|
|
10
10
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32 } from "node-opcua-basic-types";
|
|
4
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
5
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
6
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
7
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
8
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> {
|
|
9
9
|
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32 } from "node-opcua-basic-types";
|
|
4
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
6
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
7
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
8
8
|
import { UAAnalyserChannel_OperatingModeExecuteSubStateMachine } from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
|
|
9
9
|
import { UAAnalyserChannelOperatingExecuteState } from "./ua_analyser_channel_operating_execute_state";
|
|
10
10
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppedToResettingTransition extends Omit<UATransition, "transitionNumber"> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
2
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
3
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
2
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
3
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
4
4
|
import { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
5
5
|
import { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state";
|
|
6
6
|
import { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state";
|
|
@@ -2,11 +2,11 @@ import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import { UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFile } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
9
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
6
|
+
import { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
7
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
9
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
|
|
10
10
|
import { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine";
|
|
11
11
|
export interface UAAnalyserDevice_parameterSet extends UAObject {
|
|
12
12
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
2
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
3
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
4
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
2
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
3
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
/**
|
|
6
6
|
* Hold the descriptions of a mathematical process
|
|
7
7
|
* and associated information to convert scaled data
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
3
3
|
/**
|
|
4
4
|
* Expose key results of an analyser and the
|
|
5
5
|
* associated values that qualified it
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { DTRange } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
6
6
|
import { EnumAlarmState } from "./enum_alarm_state";
|
|
7
7
|
/**
|
|
8
8
|
* Hold the descriptions of a mathematical process
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UAYArrayItem } from "node-opcua-nodeset-ua/
|
|
3
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
3
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
4
4
|
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream";
|
|
5
5
|
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
6
6
|
background?: UAYArrayItem<number, DataType.Float>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
3
3
|
/**
|
|
4
4
|
* Provides a stable address space view from the
|
|
5
5
|
* user point of view even if the ADI server address
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { DTRange } from "node-opcua-nodeset-ua/
|
|
3
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
4
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
2
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
3
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
4
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
5
5
|
import { UAAnalyserDevice_parameterSet, UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
6
6
|
export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_parameterSet {
|
|
7
7
|
spectralRange?: UADataItem<DTRange[], DataType.ExtensionObject>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { Int32 } from "node-opcua-basic-types";
|
|
4
|
-
import { DTRange } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAYArrayItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
5
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item";
|
|
6
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
7
7
|
import { UAStream_parameterSet, UAStream_configuration, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream";
|
|
8
8
|
export interface UASpectrometerDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
9
9
|
activeBackground: UAYArrayItem<number, DataType.Float>;
|
package/dist/ua_stream.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32, UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAAnalogItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
9
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
+
import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
6
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
7
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
9
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
10
10
|
import { EnumExecutionCycle } from "./enum_execution_cycle";
|
|
11
11
|
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status";
|
|
12
12
|
export interface UAStream_parameterSet extends UAObject {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.153.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.153.0",
|
|
15
|
+
"node-opcua-basic-types": "2.153.0",
|
|
16
|
+
"node-opcua-data-access": "2.153.0",
|
|
17
|
+
"node-opcua-data-model": "2.153.0",
|
|
18
|
+
"node-opcua-nodeid": "2.153.0",
|
|
19
|
+
"node-opcua-nodeset-di": "2.153.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.153.0",
|
|
21
|
+
"node-opcua-variant": "2.153.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": "2193ed025bc9aaded76338c1c76cbc0524b3a37f"
|
|
41
41
|
}
|
package/source/ua_accessory.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
5
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/dist/ua_configurable_object"
|
|
5
5
|
import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine"
|
|
6
6
|
/**
|
|
7
7
|
* Organizes zero or more Accessory objects
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
2
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
3
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
4
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
5
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
8
6
|
/**
|
|
9
7
|
* Describes the behaviour of an AccessorySlot when
|
|
10
8
|
* a physical accessory is inserted or removed.
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { UAObject, UAMethod } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
7
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
8
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
6
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health"
|
|
7
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
8
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
9
9
|
import { UAAnalyserChannelStateMachine } from "./ua_analyser_channel_state_machine"
|
|
10
10
|
export interface UAAnalyserChannel_parameterSet extends UAObject { // Object
|
|
11
11
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UInt32 } from "node-opcua-basic-types"
|
|
5
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
6
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
7
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
8
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
9
9
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_selectExecutionCycle extends Omit<UAInitialState, "stateNumber"> { // Object
|
|
10
10
|
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
11
11
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UInt32 } from "node-opcua-basic-types"
|
|
5
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
6
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
7
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
8
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
|
|
6
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state"
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
2
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
3
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
4
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
8
5
|
import { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine"
|
|
9
6
|
import { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state"
|
|
10
7
|
import { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state"
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import { LocalizedText
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
|
|
12
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
13
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
|
|
14
|
-
import { EnumExecutionCycle } from "./enum_execution_cycle"
|
|
15
|
-
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { LocalizedText } from "node-opcua-data-model"
|
|
5
|
+
import { Int32, UAString } from "node-opcua-basic-types"
|
|
6
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
7
|
+
import { UAFile } from "node-opcua-nodeset-ua/dist/ua_file"
|
|
8
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health"
|
|
9
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
10
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device"
|
|
16
11
|
import { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine"
|
|
17
12
|
export interface UAAnalyserDevice_parameterSet extends UAObject { // Object
|
|
18
13
|
/**
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
|
|
7
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state"
|
|
8
|
-
import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
|
|
9
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
2
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
3
|
+
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
4
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
5
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
10
6
|
/**
|
|
11
7
|
* | | |
|
|
12
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
6
|
/**
|
|
7
7
|
* Hold the descriptions of a mathematical process
|
|
8
8
|
* and associated information to convert scaled data
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType
|
|
3
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
4
4
|
/**
|
|
5
5
|
* Expose key results of an analyser and the
|
|
6
6
|
* associated values that qualified it
|
package/source/ua_mva_model.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import { Int32
|
|
5
|
-
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
6
|
-
import { EnumAlarmState } from "./enum_alarm_state"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { Int32 } from "node-opcua-basic-types"
|
|
7
5
|
import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model"
|
|
8
6
|
/**
|
|
9
7
|
* Hold the descriptions of a mathematical process
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { DTRange } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range"
|
|
7
7
|
import { EnumAlarmState } from "./enum_alarm_state"
|
|
8
8
|
/**
|
|
9
9
|
* Hold the descriptions of a mathematical process
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
6
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
|
|
7
|
-
import { EnumExecutionCycle } from "./enum_execution_cycle"
|
|
8
|
-
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status"
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item"
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
9
5
|
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream"
|
|
10
6
|
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet { // Object
|
|
11
7
|
background?: UAYArrayItem<number, DataType.Float>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType
|
|
3
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
4
4
|
/**
|
|
5
5
|
* Provides a stable address space view from the
|
|
6
6
|
* user point of view even if the ADI server address
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType
|
|
3
|
-
import { DTRange } from "node-opcua-nodeset-ua/
|
|
4
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
5
|
-
import {
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range"
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
5
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
7
6
|
import { UAAnalyserDevice_parameterSet, UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
8
7
|
export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_parameterSet { // Object
|
|
9
8
|
spectralRange?: UADataItem<DTRange[], DataType.ExtensionObject>;
|
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { EnumAxisScale } from "node-opcua-nodeset-ua/source/enum_axis_scale"
|
|
9
|
-
import { DTAxisInformation } from "node-opcua-nodeset-ua/source/dt_axis_information"
|
|
10
|
-
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item"
|
|
11
|
-
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
12
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
|
|
13
|
-
import { EnumExecutionCycle } from "./enum_execution_cycle"
|
|
14
|
-
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { Int32 } from "node-opcua-basic-types"
|
|
5
|
+
import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range"
|
|
6
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/dist/ua_y_array_item"
|
|
7
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
15
8
|
import { UAStream_parameterSet, UAStream_configuration, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream"
|
|
16
9
|
export interface UASpectrometerDeviceStream_parameterSet extends UAStream_parameterSet { // Object
|
|
17
10
|
activeBackground: UAYArrayItem<number, DataType.Float>;
|
package/source/ua_stream.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UInt32, UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UADataItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAAnalogItem } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
9
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
10
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item"
|
|
6
|
+
import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item"
|
|
7
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete"
|
|
8
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health"
|
|
9
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
10
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
11
11
|
import { EnumExecutionCycle } from "./enum_execution_cycle"
|
|
12
12
|
import { EnumAcquisitionResultStatus } from "./enum_acquisition_result_status"
|
|
13
13
|
export interface UAStream_parameterSet extends UAObject { // Object
|