node-opcua-nodeset-adi 2.100.0 → 2.103.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/enum_acquisition_result_status.d.ts +6 -6
- package/dist/enum_acquisition_result_status.js +6 -6
- package/dist/enum_alarm_state.d.ts +6 -6
- package/dist/enum_alarm_state.js +6 -6
- package/dist/enum_execution_cycle.d.ts +6 -6
- package/dist/enum_execution_cycle.js +6 -6
- package/dist/ua_accessory.d.ts +6 -6
- package/dist/ua_accessory_slot.d.ts +6 -6
- package/dist/ua_accessory_slot_state_machine.d.ts +6 -6
- package/dist/ua_acoustic_spectrometer_device.d.ts +6 -6
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +6 -6
- package/dist/ua_analyser_channel.d.ts +6 -6
- package/dist/ua_analyser_channel_local_state.d.ts +6 -6
- package/dist/ua_analyser_channel_maintenance_state.d.ts +6 -6
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +6 -6
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +6 -6
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +6 -6
- package/dist/ua_analyser_channel_operating_state.d.ts +6 -6
- package/dist/ua_analyser_channel_state_machine.d.ts +6 -6
- package/dist/ua_analyser_device.d.ts +6 -6
- package/dist/ua_analyser_device_state_machine.d.ts +6 -6
- package/dist/ua_chemometric_model.d.ts +8 -8
- package/dist/ua_chromatograph_device.d.ts +6 -6
- package/dist/ua_chromatograph_device_stream.d.ts +6 -6
- package/dist/ua_detector.d.ts +6 -6
- package/dist/ua_engineering_value.d.ts +8 -8
- package/dist/ua_gc_oven.d.ts +6 -6
- package/dist/ua_mass_spectrometer_device.d.ts +6 -6
- package/dist/ua_mass_spectrometer_device_stream.d.ts +6 -6
- package/dist/ua_mnr_device_stream.d.ts +6 -6
- package/dist/ua_mva_model.d.ts +8 -8
- package/dist/ua_mva_output_parameter.d.ts +8 -8
- package/dist/ua_nmr_device.d.ts +6 -6
- package/dist/ua_particle_size_monitor_device.d.ts +6 -6
- package/dist/ua_particle_size_monitor_device_stream.d.ts +6 -6
- package/dist/ua_process_variable.d.ts +8 -8
- package/dist/ua_smart_sampling_system.d.ts +6 -6
- package/dist/ua_source.d.ts +6 -6
- package/dist/ua_spectrometer_device.d.ts +6 -6
- package/dist/ua_spectrometer_device_stream.d.ts +6 -6
- package/dist/ua_stream.d.ts +6 -6
- package/package.json +8 -8
- package/source/enum_acquisition_result_status.ts +6 -6
- package/source/enum_alarm_state.ts +6 -6
- package/source/enum_execution_cycle.ts +6 -6
- package/source/ua_accessory.ts +6 -6
- package/source/ua_accessory_slot.ts +6 -6
- package/source/ua_accessory_slot_state_machine.ts +6 -6
- package/source/ua_acoustic_spectrometer_device.ts +6 -6
- package/source/ua_acoustic_spectrometer_device_stream.ts +6 -6
- package/source/ua_analyser_channel.ts +6 -6
- package/source/ua_analyser_channel_local_state.ts +6 -6
- package/source/ua_analyser_channel_maintenance_state.ts +6 -6
- package/source/ua_analyser_channel_operating_execute_state.ts +6 -6
- package/source/ua_analyser_channel_operating_mode_execute_sub_state_machine.ts +6 -6
- package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +6 -6
- package/source/ua_analyser_channel_operating_state.ts +6 -6
- package/source/ua_analyser_channel_state_machine.ts +6 -6
- package/source/ua_analyser_device.ts +6 -6
- package/source/ua_analyser_device_state_machine.ts +6 -6
- package/source/ua_chemometric_model.ts +8 -8
- package/source/ua_chromatograph_device.ts +6 -6
- package/source/ua_chromatograph_device_stream.ts +6 -6
- package/source/ua_detector.ts +6 -6
- package/source/ua_engineering_value.ts +8 -8
- package/source/ua_gc_oven.ts +6 -6
- package/source/ua_mass_spectrometer_device.ts +6 -6
- package/source/ua_mass_spectrometer_device_stream.ts +6 -6
- package/source/ua_mnr_device_stream.ts +6 -6
- package/source/ua_mva_model.ts +8 -8
- package/source/ua_mva_output_parameter.ts +8 -8
- package/source/ua_nmr_device.ts +6 -6
- package/source/ua_particle_size_monitor_device.ts +6 -6
- package/source/ua_particle_size_monitor_device_stream.ts +6 -6
- package/source/ua_process_variable.ts +8 -8
- package/source/ua_smart_sampling_system.ts +6 -6
- package/source/ua_source.ts +6 -6
- package/source/ua_spectrometer_device.ts +6 -6
- package/source/ua_spectrometer_device_stream.ts +6 -6
- package/source/ua_stream.ts +6 -6
package/dist/ua_mva_model.d.ts
CHANGED
|
@@ -8,14 +8,14 @@ import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_mo
|
|
|
8
8
|
* and associated information to convert scaled data
|
|
9
9
|
* into one or more process values.
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
14
|
-
* |nodeClass |VariableType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |dataType |ByteString
|
|
17
|
-
* |dataType Name |Buffer
|
|
18
|
-
* |isAbstract |false
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
+
* |nodeClass |VariableType |
|
|
15
|
+
* |typedDefinition |MVAModelType i=2009 |
|
|
16
|
+
* |dataType |ByteString |
|
|
17
|
+
* |dataType Name |Buffer i=15 |
|
|
18
|
+
* |isAbstract |false |
|
|
19
19
|
*/
|
|
20
20
|
export interface UAMVAModel_Base<T extends Buffer> extends UAChemometricModel_Base<T> {
|
|
21
21
|
mainDataIndex: UAProperty<Int32, DataType.Int32>;
|
|
@@ -9,14 +9,14 @@ import { EnumAlarmState } from "./enum_alarm_state";
|
|
|
9
9
|
* and associated information to convert scaled data
|
|
10
10
|
* into one or more process values.
|
|
11
11
|
*
|
|
12
|
-
* | |
|
|
13
|
-
*
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
15
|
-
* |nodeClass |VariableType
|
|
16
|
-
* |typedDefinition |
|
|
17
|
-
* |dataType |Null
|
|
18
|
-
* |dataType Name |VariantOptions
|
|
19
|
-
* |isAbstract |false
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|------------------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |VariableType |
|
|
16
|
+
* |typedDefinition |MVAOutputParameterType i=2010 |
|
|
17
|
+
* |dataType |Null |
|
|
18
|
+
* |dataType Name |VariantOptions i=0 |
|
|
19
|
+
* |isAbstract |false |
|
|
20
20
|
*/
|
|
21
21
|
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T, DT> {
|
|
22
22
|
warningLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
package/dist/ua_nmr_device.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |NMRDeviceType i=1016 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UANMRDevice_Base = UAAnalyserDevice_Base;
|
|
11
11
|
export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |ParticleSizeMonitorDeviceType i=1012 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
|
|
11
11
|
export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
|
|
@@ -13,12 +13,12 @@ export interface UAParticleSizeMonitorDeviceStream_acquisitionData extends UAStr
|
|
|
13
13
|
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* | |
|
|
17
|
-
*
|
|
18
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
19
|
-
* |nodeClass |ObjectType
|
|
20
|
-
* |typedDefinition |
|
|
21
|
-
* |isAbstract |false
|
|
16
|
+
* | | |
|
|
17
|
+
* |----------------|------------------------------------------------------------|
|
|
18
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
19
|
+
* |nodeClass |ObjectType |
|
|
20
|
+
* |typedDefinition |ParticleSizeMonitorDeviceStreamType i=1032 |
|
|
21
|
+
* |isAbstract |false |
|
|
22
22
|
*/
|
|
23
23
|
export interface UAParticleSizeMonitorDeviceStream_Base extends UAStream_Base {
|
|
24
24
|
/**
|
|
@@ -6,14 +6,14 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
6
6
|
* space changes, after the new configuration is
|
|
7
7
|
* loaded.
|
|
8
8
|
*
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
12
|
-
* |nodeClass |VariableType
|
|
13
|
-
* |typedDefinition |
|
|
14
|
-
* |dataType |Null
|
|
15
|
-
* |dataType Name |VariantOptions
|
|
16
|
-
* |isAbstract |false
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|------------------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
12
|
+
* |nodeClass |VariableType |
|
|
13
|
+
* |typedDefinition |ProcessVariableType i=2008 |
|
|
14
|
+
* |dataType |Null |
|
|
15
|
+
* |dataType Name |VariantOptions i=0 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
19
19
|
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, DT>, UAProcessVariable_Base<T, DT> {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |SmartSamplingSystemType i=9359 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UASmartSamplingSystem_Base = UAAccessory_Base;
|
|
11
11
|
export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
|
package/dist/ua_source.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |SourceType i=9368 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UASource_Base = UAAccessory_Base;
|
|
11
11
|
export interface UASource extends UAAccessory, UASource_Base {
|
|
@@ -7,12 +7,12 @@ export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_para
|
|
|
7
7
|
spectralRange?: UADataItem<DTRange[], DataType.ExtensionObject>;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* | |
|
|
11
|
-
*
|
|
12
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
13
|
-
* |nodeClass |ObjectType
|
|
14
|
-
* |typedDefinition |
|
|
15
|
-
* |isAbstract |false
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|------------------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |SpectrometerDeviceType i=1011 |
|
|
15
|
+
* |isAbstract |false |
|
|
16
16
|
*/
|
|
17
17
|
export interface UASpectrometerDevice_Base extends UAAnalyserDevice_Base {
|
|
18
18
|
/**
|
|
@@ -42,12 +42,12 @@ export interface UASpectrometerDeviceStream_acquisitionData extends UAStream_acq
|
|
|
42
42
|
pendingBackground1?: UAYArrayItem<number, DataType.Float>;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* | |
|
|
46
|
-
*
|
|
47
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
48
|
-
* |nodeClass |ObjectType
|
|
49
|
-
* |typedDefinition |
|
|
50
|
-
* |isAbstract |false
|
|
45
|
+
* | | |
|
|
46
|
+
* |----------------|------------------------------------------------------------|
|
|
47
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
48
|
+
* |nodeClass |ObjectType |
|
|
49
|
+
* |typedDefinition |SpectrometerDeviceStreamType i=1030 |
|
|
50
|
+
* |isAbstract |false |
|
|
51
51
|
*/
|
|
52
52
|
export interface UASpectrometerDeviceStream_Base extends UAStream_Base {
|
|
53
53
|
/**
|
package/dist/ua_stream.d.ts
CHANGED
|
@@ -340,12 +340,12 @@ export interface UAStream_context extends UAFunctionalGroup {
|
|
|
340
340
|
sampleId?: UADataItem<UAString, DataType.String>;
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
|
-
* | |
|
|
344
|
-
*
|
|
345
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
346
|
-
* |nodeClass |ObjectType
|
|
347
|
-
* |typedDefinition |
|
|
348
|
-
* |isAbstract |false
|
|
343
|
+
* | | |
|
|
344
|
+
* |----------------|------------------------------------------------------------|
|
|
345
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
346
|
+
* |nodeClass |ObjectType |
|
|
347
|
+
* |typedDefinition |StreamType i=1010 |
|
|
348
|
+
* |isAbstract |false |
|
|
349
349
|
*/
|
|
350
350
|
export interface UAStream_Base extends UATopologyElement_Base {
|
|
351
351
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.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",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.103.0",
|
|
14
14
|
"node-opcua-basic-types": "2.99.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
15
|
+
"node-opcua-data-access": "2.103.0",
|
|
16
|
+
"node-opcua-data-model": "2.102.0",
|
|
17
17
|
"node-opcua-nodeid": "2.99.0",
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
18
|
+
"node-opcua-nodeset-di": "2.103.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.103.0",
|
|
20
|
+
"node-opcua-variant": "2.102.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"internet of things"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e"
|
|
40
40
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* | namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* | nodeClass |DataType
|
|
8
|
-
* | name |2:AcquisitionResultStatusEnumeration
|
|
9
|
-
* | isAbstract|false
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|------------------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |2:AcquisitionResultStatusEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumAcquisitionResultStatus {
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* | namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* | nodeClass |DataType
|
|
8
|
-
* | name |2:AlarmStateEnumeration
|
|
9
|
-
* | isAbstract|false
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|------------------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |2:AlarmStateEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumAlarmState {
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* | namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* | nodeClass |DataType
|
|
8
|
-
* | name |2:ExecutionCycleEnumeration
|
|
9
|
-
* | isAbstract|false
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|------------------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |2:ExecutionCycleEnumeration |
|
|
9
|
+
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumExecutionCycle {
|
|
12
12
|
/**
|
package/source/ua_accessory.ts
CHANGED
|
@@ -4,12 +4,12 @@ import { DataType } from "node-opcua-variant"
|
|
|
4
4
|
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element"
|
|
5
5
|
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
10
|
-
* |nodeClass |ObjectType
|
|
11
|
-
* |typedDefinition |
|
|
12
|
-
* |isAbstract |false
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|------------------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |AccessoryType i=1019 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
13
|
*/
|
|
14
14
|
export interface UAAccessory_Base extends UATopologyElement_Base {
|
|
15
15
|
configuration: UAFunctionalGroup;
|
|
@@ -9,12 +9,12 @@ import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine"
|
|
|
9
9
|
* represent Accessories currently being used on
|
|
10
10
|
* that AccessorySlot.
|
|
11
11
|
*
|
|
12
|
-
* | |
|
|
13
|
-
*
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
15
|
-
* |nodeClass |ObjectType
|
|
16
|
-
* |typedDefinition |
|
|
17
|
-
* |isAbstract |false
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|------------------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |AccessorySlotType i=1017 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
18
|
*/
|
|
19
19
|
export interface UAAccessorySlot_Base extends UAConfigurableObject_Base {
|
|
20
20
|
/**
|
|
@@ -9,12 +9,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
|
9
9
|
* Describes the behaviour of an AccessorySlot when
|
|
10
10
|
* a physical accessory is inserted or removed.
|
|
11
11
|
*
|
|
12
|
-
* | |
|
|
13
|
-
*
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
15
|
-
* |nodeClass |ObjectType
|
|
16
|
-
* |typedDefinition |
|
|
17
|
-
* |isAbstract |false
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|------------------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |AccessorySlotStateMachineType i=1018 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
18
|
*/
|
|
19
19
|
export interface UAAccessorySlotStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
20
20
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AcousticSpectrometerDeviceType i=1015 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAcousticSpectrometerDevice_Base = UAAnalyserDevice_Base;
|
|
12
12
|
export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAStream, UAStream_Base } from "./ua_stream"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AcousticSpectrometerDeviceStreamType i=1033 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAcousticSpectrometerDeviceStream_Base = UAStream_Base;
|
|
12
12
|
export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
|
|
@@ -65,12 +65,12 @@ export interface UAAnalyserChannel_status extends UAFunctionalGroup { // Object
|
|
|
65
65
|
activeStream: UADataItem<UAString, DataType.String>;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* | |
|
|
69
|
-
*
|
|
70
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
71
|
-
* |nodeClass |ObjectType
|
|
72
|
-
* |typedDefinition |
|
|
73
|
-
* |isAbstract |false
|
|
68
|
+
* | | |
|
|
69
|
+
* |----------------|------------------------------------------------------------|
|
|
70
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
71
|
+
* |nodeClass |ObjectType |
|
|
72
|
+
* |typedDefinition |AnalyserChannelType i=1003 |
|
|
73
|
+
* |isAbstract |false |
|
|
74
74
|
*/
|
|
75
75
|
export interface UAAnalyserChannel_Base extends UATopologyElement_Base {
|
|
76
76
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AnalyserChannelLocalStateType i=1005 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAnalyserChannelLocalState_Base = UAState_Base;
|
|
12
12
|
export interface UAAnalyserChannelLocalState extends UAState, UAAnalyserChannelLocalState_Base {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AnalyserChannelMaintenanceStateType i=1006 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
|
|
12
12
|
export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AnalyserChannelOperatingExecuteStateType i=8964 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
|
|
12
12
|
export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
|
|
@@ -67,12 +67,12 @@ export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_cleanupSa
|
|
|
67
67
|
stateNumber: UAProperty<UInt32, DataType.UInt32>;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* | |
|
|
71
|
-
*
|
|
72
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
73
|
-
* |nodeClass |ObjectType
|
|
74
|
-
* |typedDefinition |
|
|
75
|
-
* |isAbstract |false
|
|
70
|
+
* | | |
|
|
71
|
+
* |----------------|------------------------------------------------------------|
|
|
72
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
73
|
+
* |nodeClass |ObjectType |
|
|
74
|
+
* |typedDefinition |AnalyserChannel_OperatingModeExecuteSubStateMachineType i=1009|
|
|
75
|
+
* |isAbstract |false |
|
|
76
76
|
*/
|
|
77
77
|
export interface UAAnalyserChannel_OperatingModeExecuteSubStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
78
78
|
/**
|
|
@@ -173,12 +173,12 @@ export interface UAAnalyserChannel_OperatingModeSubStateMachine_stoppingToAborti
|
|
|
173
173
|
/**
|
|
174
174
|
* AnalyserChannel OperatingMode SubStateMachine
|
|
175
175
|
*
|
|
176
|
-
* | |
|
|
177
|
-
*
|
|
178
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
179
|
-
* |nodeClass |ObjectType
|
|
180
|
-
* |typedDefinition |
|
|
181
|
-
* |isAbstract |false
|
|
176
|
+
* | | |
|
|
177
|
+
* |----------------|------------------------------------------------------------|
|
|
178
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
179
|
+
* |nodeClass |ObjectType |
|
|
180
|
+
* |typedDefinition |AnalyserChannel_OperatingModeSubStateMachineType i=1008 |
|
|
181
|
+
* |isAbstract |false |
|
|
182
182
|
*/
|
|
183
183
|
export interface UAAnalyserChannel_OperatingModeSubStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
184
184
|
operatingExecuteSubStateMachine: UAAnalyserChannel_OperatingModeExecuteSubStateMachine;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state"
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |AnalyserChannelOperatingStateType i=1004 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export type UAAnalyserChannelOperatingState_Base = UAState_Base;
|
|
12
12
|
export interface UAAnalyserChannelOperatingState extends UAState, UAAnalyserChannelOperatingState_Base {
|
|
@@ -13,12 +13,12 @@ import { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_mainten
|
|
|
13
13
|
* Contains a nested state model that defines the
|
|
14
14
|
* top level states Operating, Local and Maintenance
|
|
15
15
|
*
|
|
16
|
-
* | |
|
|
17
|
-
*
|
|
18
|
-
* |namespace |http://opcfoundation.org/UA/ADI/
|
|
19
|
-
* |nodeClass |ObjectType
|
|
20
|
-
* |typedDefinition |
|
|
21
|
-
* |isAbstract |false
|
|
16
|
+
* | | |
|
|
17
|
+
* |----------------|------------------------------------------------------------|
|
|
18
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
19
|
+
* |nodeClass |ObjectType |
|
|
20
|
+
* |typedDefinition |AnalyserChannelStateMachineType i=1007 |
|
|
21
|
+
* |isAbstract |false |
|
|
22
22
|
*/
|
|
23
23
|
export interface UAAnalyserChannelStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
24
24
|
operatingSubStateMachine: UAAnalyserChannel_OperatingModeSubStateMachine;
|