node-opcua-nodeset-adi 2.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -0
- package/dist/enum_acquisition_result_status.d.ts +34 -0
- package/dist/enum_acquisition_result_status.js +40 -0
- package/dist/enum_acquisition_result_status.js.map +1 -0
- package/dist/enum_alarm_state.d.ts +40 -0
- package/dist/enum_alarm_state.js +46 -0
- package/dist/enum_alarm_state.js.map +1 -0
- package/dist/enum_execution_cycle.d.ts +64 -0
- package/dist/enum_execution_cycle.js +70 -0
- package/dist/enum_execution_cycle.js.map +1 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.js +51 -0
- package/dist/index.js.map +1 -0
- package/dist/ua_accessory.d.ts +30 -0
- package/dist/ua_accessory.js +3 -0
- package/dist/ua_accessory.js.map +1 -0
- package/dist/ua_accessory_slot.d.ts +34 -0
- package/dist/ua_accessory_slot.js +3 -0
- package/dist/ua_accessory_slot.js.map +1 -0
- package/dist/ua_accessory_slot_state_machine.d.ts +67 -0
- package/dist/ua_accessory_slot_state_machine.js +3 -0
- package/dist/ua_accessory_slot_state_machine.js.map +1 -0
- package/dist/ua_acoustic_spectrometer_device.d.ts +13 -0
- package/dist/ua_acoustic_spectrometer_device.js +3 -0
- package/dist/ua_acoustic_spectrometer_device.js.map +1 -0
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +13 -0
- package/dist/ua_acoustic_spectrometer_device_stream.js +3 -0
- package/dist/ua_acoustic_spectrometer_device_stream.js.map +1 -0
- package/dist/ua_analyser_channel.d.ts +89 -0
- package/dist/ua_analyser_channel.js +3 -0
- package/dist/ua_analyser_channel.js.map +1 -0
- package/dist/ua_analyser_channel_local_state.d.ts +13 -0
- package/dist/ua_analyser_channel_local_state.js +3 -0
- package/dist/ua_analyser_channel_local_state.js.map +1 -0
- package/dist/ua_analyser_channel_maintenance_state.d.ts +13 -0
- package/dist/ua_analyser_channel_maintenance_state.js +3 -0
- package/dist/ua_analyser_channel_maintenance_state.js.map +1 -0
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +13 -0
- package/dist/ua_analyser_channel_operating_execute_state.js +3 -0
- package/dist/ua_analyser_channel_operating_execute_state.js.map +1 -0
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -0
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +3 -0
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js.map +1 -0
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -0
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +3 -0
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js.map +1 -0
- package/dist/ua_analyser_channel_operating_state.d.ts +13 -0
- package/dist/ua_analyser_channel_operating_state.js +3 -0
- package/dist/ua_analyser_channel_operating_state.js.map +1 -0
- package/dist/ua_analyser_channel_state_machine.d.ts +60 -0
- package/dist/ua_analyser_channel_state_machine.js +3 -0
- package/dist/ua_analyser_channel_state_machine.js.map +1 -0
- package/dist/ua_analyser_device.d.ts +97 -0
- package/dist/ua_analyser_device.js +3 -0
- package/dist/ua_analyser_device.js.map +1 -0
- package/dist/ua_analyser_device_state_machine.d.ts +57 -0
- package/dist/ua_analyser_device_state_machine.js +3 -0
- package/dist/ua_analyser_device_state_machine.js.map +1 -0
- package/dist/ua_chemometric_model.d.ts +26 -0
- package/dist/ua_chemometric_model.js +3 -0
- package/dist/ua_chemometric_model.js.map +1 -0
- package/dist/ua_chromatograph_device.d.ts +13 -0
- package/dist/ua_chromatograph_device.js +3 -0
- package/dist/ua_chromatograph_device.js.map +1 -0
- package/dist/ua_chromatograph_device_stream.d.ts +13 -0
- package/dist/ua_chromatograph_device_stream.js +3 -0
- package/dist/ua_chromatograph_device_stream.js.map +1 -0
- package/dist/ua_detector.d.ts +13 -0
- package/dist/ua_detector.js +3 -0
- package/dist/ua_detector.js.map +1 -0
- package/dist/ua_engineering_value.d.ts +19 -0
- package/dist/ua_engineering_value.js +3 -0
- package/dist/ua_engineering_value.js.map +1 -0
- package/dist/ua_gc_oven.d.ts +13 -0
- package/dist/ua_gc_oven.js +3 -0
- package/dist/ua_gc_oven.js.map +1 -0
- package/dist/ua_mass_spectrometer_device.d.ts +13 -0
- package/dist/ua_mass_spectrometer_device.js +3 -0
- package/dist/ua_mass_spectrometer_device.js.map +1 -0
- package/dist/ua_mass_spectrometer_device_stream.d.ts +13 -0
- package/dist/ua_mass_spectrometer_device_stream.js +3 -0
- package/dist/ua_mass_spectrometer_device_stream.js.map +1 -0
- package/dist/ua_mnr_device_stream.d.ts +13 -0
- package/dist/ua_mnr_device_stream.js +3 -0
- package/dist/ua_mnr_device_stream.js.map +1 -0
- package/dist/ua_mva_model.d.ts +24 -0
- package/dist/ua_mva_model.js +3 -0
- package/dist/ua_mva_model.js.map +1 -0
- package/dist/ua_mva_output_parameter.d.ts +27 -0
- package/dist/ua_mva_output_parameter.js +3 -0
- package/dist/ua_mva_output_parameter.js.map +1 -0
- package/dist/ua_nmr_device.d.ts +13 -0
- package/dist/ua_nmr_device.js +3 -0
- package/dist/ua_nmr_device.js.map +1 -0
- package/dist/ua_particle_size_monitor_device.d.ts +13 -0
- package/dist/ua_particle_size_monitor_device.js +3 -0
- package/dist/ua_particle_size_monitor_device.js.map +1 -0
- package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -0
- package/dist/ua_particle_size_monitor_device_stream.js +3 -0
- package/dist/ua_particle_size_monitor_device_stream.js.map +1 -0
- package/dist/ua_process_variable.d.ts +21 -0
- package/dist/ua_process_variable.js +3 -0
- package/dist/ua_process_variable.js.map +1 -0
- package/dist/ua_smart_sampling_system.d.ts +13 -0
- package/dist/ua_smart_sampling_system.js +3 -0
- package/dist/ua_smart_sampling_system.js.map +1 -0
- package/dist/ua_source.d.ts +13 -0
- package/dist/ua_source.js +3 -0
- package/dist/ua_source.js.map +1 -0
- package/dist/ua_spectrometer_device.d.ts +26 -0
- package/dist/ua_spectrometer_device.js +3 -0
- package/dist/ua_spectrometer_device.js.map +1 -0
- package/dist/ua_spectrometer_device_stream.d.ts +65 -0
- package/dist/ua_spectrometer_device_stream.js +3 -0
- package/dist/ua_spectrometer_device_stream.js.map +1 -0
- package/dist/ua_stream.d.ts +362 -0
- package/dist/ua_stream.js +3 -0
- package/dist/ua_stream.js.map +1 -0
- package/package.json +23 -0
- package/pnpm-lock.yaml +21 -0
- package/source/enum_acquisition_result_status.ts +36 -0
- package/source/enum_alarm_state.ts +42 -0
- package/source/enum_execution_cycle.ts +66 -0
- package/source/index.ts +38 -0
- package/source/ua_accessory.ts +31 -0
- package/source/ua_accessory_slot.ts +35 -0
- package/source/ua_accessory_slot_state_machine.ts +70 -0
- package/source/ua_acoustic_spectrometer_device.ts +14 -0
- package/source/ua_acoustic_spectrometer_device_stream.ts +14 -0
- package/source/ua_analyser_channel.ts +90 -0
- package/source/ua_analyser_channel_local_state.ts +14 -0
- package/source/ua_analyser_channel_maintenance_state.ts +14 -0
- package/source/ua_analyser_channel_operating_execute_state.ts +14 -0
- package/source/ua_analyser_channel_operating_mode_execute_sub_state_machine.ts +232 -0
- package/source/ua_analyser_channel_operating_mode_sub_state_machine.ts +352 -0
- package/source/ua_analyser_channel_operating_state.ts +14 -0
- package/source/ua_analyser_channel_state_machine.ts +64 -0
- package/source/ua_analyser_device.ts +101 -0
- package/source/ua_analyser_device_state_machine.ts +62 -0
- package/source/ua_chemometric_model.ts +26 -0
- package/source/ua_chromatograph_device.ts +14 -0
- package/source/ua_chromatograph_device_stream.ts +14 -0
- package/source/ua_detector.ts +14 -0
- package/source/ua_engineering_value.ts +20 -0
- package/source/ua_gc_oven.ts +14 -0
- package/source/ua_mass_spectrometer_device.ts +14 -0
- package/source/ua_mass_spectrometer_device_stream.ts +14 -0
- package/source/ua_mnr_device_stream.ts +14 -0
- package/source/ua_mva_model.ts +25 -0
- package/source/ua_mva_output_parameter.ts +28 -0
- package/source/ua_nmr_device.ts +14 -0
- package/source/ua_particle_size_monitor_device.ts +14 -0
- package/source/ua_particle_size_monitor_device_stream.ts +34 -0
- package/source/ua_process_variable.ts +22 -0
- package/source/ua_smart_sampling_system.ts +14 -0
- package/source/ua_source.ts +14 -0
- package/source/ua_spectrometer_device.ts +27 -0
- package/source/ua_spectrometer_device_stream.ts +69 -0
- package/source/ua_stream.ts +363 -0
- package/tsconfig.json +25 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:DetectorType ns=2;i=9350 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UADetector_Base extends UAAccessory_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UADetector extends UAAccessory, UADetector_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
4
|
+
/**
|
|
5
|
+
* Expose key results of an analyser and the
|
|
6
|
+
* associated values that qualified it
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
11
|
+
* |nodeClass |VariableType |
|
|
12
|
+
* |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
|
|
13
|
+
* |dataType |Null |
|
|
14
|
+
* |dataType Name |undefined ns=0;i=0 |
|
|
15
|
+
* |isAbstract |false |
|
|
16
|
+
*/
|
|
17
|
+
export interface UAEngineeringValue_Base<T, DT extends DataType> extends UADataItem_Base<T/*g*/, DT> {
|
|
18
|
+
}
|
|
19
|
+
export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, /*m*/DT>, UAEngineeringValue_Base<T, DT /*A*/> {
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:GcOvenType ns=2;i=1020 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAGcOven_Base extends UAAccessory_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UAGcOven extends UAAccessory, UAGcOven_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:MassSpectrometerDeviceType ns=2;i=1014 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAMassSpectrometerDevice_Base extends UAAnalyserDevice_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UAMassSpectrometerDevice extends UAAnalyserDevice, UAMassSpectrometerDevice_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAStream, UAStream_Base } from "./ua_stream"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:MassSpectrometerDeviceStreamType ns=2;i=1031 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAMassSpectrometerDeviceStream_Base extends UAStream_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UAMassSpectrometerDeviceStream extends UAStream, UAMassSpectrometerDeviceStream_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAStream, UAStream_Base } from "./ua_stream"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:MNRDeviceStreamType ns=2;i=1035 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAMNRDeviceStream_Base extends UAStream_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UAMNRDeviceStream extends UAStream, UAMNRDeviceStream_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
4
|
+
import { Int32, UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
6
|
+
import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model"
|
|
7
|
+
/**
|
|
8
|
+
* Hold the descriptions of a mathematical process
|
|
9
|
+
* and associated information to convert scaled data
|
|
10
|
+
* into one or more process values.
|
|
11
|
+
*
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|--------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |VariableType |
|
|
16
|
+
* |typedDefinition |2:MVAModelType ns=2;i=2009 |
|
|
17
|
+
* |dataType |ByteString |
|
|
18
|
+
* |dataType Name |Buffer ns=0;i=15 |
|
|
19
|
+
* |isAbstract |false |
|
|
20
|
+
*/
|
|
21
|
+
export interface UAMVAModel_Base<T extends Buffer/*j*/> extends UAChemometricModel_Base<T/*h*/> {
|
|
22
|
+
mainDataIndex: UAProperty<Int32, /*z*/DataType.Int32>;
|
|
23
|
+
}
|
|
24
|
+
export interface UAMVAModel<T extends Buffer/*j*/> extends Omit<UAChemometricModel<T/*k*/>, "$User_defined_Output_$">, UAMVAModel_Base<T /*B*/> {
|
|
25
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
6
|
+
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
7
|
+
/**
|
|
8
|
+
* Hold the descriptions of a mathematical process
|
|
9
|
+
* and associated information to convert scaled data
|
|
10
|
+
* into one or more process values.
|
|
11
|
+
*
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|--------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |VariableType |
|
|
16
|
+
* |typedDefinition |2:MVAOutputParameterType ns=2;i=2010 |
|
|
17
|
+
* |dataType |Null |
|
|
18
|
+
* |dataType Name |undefined ns=0;i=0 |
|
|
19
|
+
* |isAbstract |false |
|
|
20
|
+
*/
|
|
21
|
+
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T/*g*/, DT> {
|
|
22
|
+
warningLimits?: UAProperty<DTRange, /*z*/DataType.ExtensionObject>;
|
|
23
|
+
alarmLimits?: UAProperty<DTRange, /*z*/DataType.ExtensionObject>;
|
|
24
|
+
alarmState: UAProperty<any, any>;
|
|
25
|
+
vendorSpecificError?: UAProperty<UAString, /*z*/DataType.String>;
|
|
26
|
+
}
|
|
27
|
+
export interface UAMVAOutputParameter<T, DT extends DataType> extends UABaseDataVariable<T, /*m*/DT>, UAMVAOutputParameter_Base<T, DT /*A*/> {
|
|
28
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:NMRDeviceType ns=2;i=1016 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UANMRDevice_Base extends UAAnalyserDevice_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:ParticleSizeMonitorDeviceType ns=2;i=1012 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAParticleSizeMonitorDevice_Base extends UAAnalyserDevice_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
3
|
+
import { UInt32, UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item"
|
|
5
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
6
|
+
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream"
|
|
7
|
+
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet { // Object
|
|
8
|
+
background?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
9
|
+
sizeDistribution: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
10
|
+
backgroundAcquisitionTime: UADataItem<Date, /*z*/DataType.DateTime>;
|
|
11
|
+
}
|
|
12
|
+
export interface UAParticleSizeMonitorDeviceStream_acquisitionData extends UAStream_acquisitionData { // Object
|
|
13
|
+
background?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
14
|
+
sizeDistribution: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
15
|
+
backgroundAcquisitionTime: UADataItem<Date, /*z*/DataType.DateTime>;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* | | |
|
|
19
|
+
* |----------------|--------------------------------------------------|
|
|
20
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
21
|
+
* |nodeClass |ObjectType |
|
|
22
|
+
* |typedDefinition |2:ParticleSizeMonitorDeviceStreamType ns=2;i=1032 |
|
|
23
|
+
* |isAbstract |false |
|
|
24
|
+
*/
|
|
25
|
+
export interface UAParticleSizeMonitorDeviceStream_Base extends UAStream_Base {
|
|
26
|
+
/**
|
|
27
|
+
* parameterSet
|
|
28
|
+
* Flat list of Parameters
|
|
29
|
+
*/
|
|
30
|
+
parameterSet?: UAParticleSizeMonitorDeviceStream_parameterSet;
|
|
31
|
+
acquisitionData: UAParticleSizeMonitorDeviceStream_acquisitionData;
|
|
32
|
+
}
|
|
33
|
+
export interface UAParticleSizeMonitorDeviceStream extends Omit<UAStream, "parameterSet"|"acquisitionData">, UAParticleSizeMonitorDeviceStream_Base {
|
|
34
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
4
|
+
/**
|
|
5
|
+
* Provides a stable address space view from the
|
|
6
|
+
* user point of view even if the ADI server address
|
|
7
|
+
* space changes, after the new configuration is
|
|
8
|
+
* loaded.
|
|
9
|
+
*
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|--------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
13
|
+
* |nodeClass |VariableType |
|
|
14
|
+
* |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
|
|
15
|
+
* |dataType |Null |
|
|
16
|
+
* |dataType Name |undefined ns=0;i=0 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
|
+
*/
|
|
19
|
+
export interface UAProcessVariable_Base<T, DT extends DataType> extends UADataItem_Base<T/*g*/, DT> {
|
|
20
|
+
}
|
|
21
|
+
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, /*m*/DT>, UAProcessVariable_Base<T, DT /*A*/> {
|
|
22
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:SmartSamplingSystemType ns=2;i=9359 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UASmartSamplingSystem_Base extends UAAccessory_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory"
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |2:SourceType ns=2;i=9368 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UASource_Base extends UAAccessory_Base {
|
|
12
|
+
}
|
|
13
|
+
export interface UASource extends UAAccessory, UASource_Base {
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
3
|
+
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
4
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
5
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
6
|
+
import { UAAnalyserDevice_parameterSet, UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device"
|
|
7
|
+
export interface UASpectrometerDevice_parameterSet extends UAAnalyserDevice_parameterSet { // Object
|
|
8
|
+
spectralRange?: UADataItem<DTRange[], /*z*/DataType.ExtensionObject>;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|--------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |2:SpectrometerDeviceType ns=2;i=1011 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
|
+
*/
|
|
18
|
+
export interface UASpectrometerDevice_Base extends UAAnalyserDevice_Base {
|
|
19
|
+
/**
|
|
20
|
+
* parameterSet
|
|
21
|
+
* Flat list of Parameters
|
|
22
|
+
*/
|
|
23
|
+
parameterSet?: UASpectrometerDevice_parameterSet;
|
|
24
|
+
factorySettings: UAFunctionalGroup;
|
|
25
|
+
}
|
|
26
|
+
export interface UASpectrometerDevice extends Omit<UAAnalyserDevice, "parameterSet"|"factorySettings">, UASpectrometerDevice_Base {
|
|
27
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
+
import { DataType, Variant } from "node-opcua-variant"
|
|
4
|
+
import { LocalizedText } from "node-opcua-data-model"
|
|
5
|
+
import { EUInformation } from "node-opcua-data-access"
|
|
6
|
+
import { UInt32, Int32, UAString } from "node-opcua-basic-types"
|
|
7
|
+
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
8
|
+
import { DTAxisInformation } from "node-opcua-nodeset-ua/source/dt_axis_information"
|
|
9
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item"
|
|
10
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
11
|
+
import { UAStream_parameterSet, UAStream_configuration, UAStream_acquisitionSettings, UAStream_acquisitionStatus, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream"
|
|
12
|
+
export interface UASpectrometerDeviceStream_parameterSet extends UAStream_parameterSet { // Object
|
|
13
|
+
activeBackground: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
14
|
+
activeBackground1?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
15
|
+
spectralRange?: UADataItem<DTRange[], /*z*/DataType.ExtensionObject>;
|
|
16
|
+
resolution?: UADataItem<any, any>;
|
|
17
|
+
requestedNumberOfScans?: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
18
|
+
gain?: UADataItem<any, any>;
|
|
19
|
+
transmittanceCutoff?: UADataItem<DTRange, /*z*/DataType.ExtensionObject>;
|
|
20
|
+
absorbanceCutoff?: UADataItem<DTRange, /*z*/DataType.ExtensionObject>;
|
|
21
|
+
numberOfScansDone?: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
22
|
+
totalNumberOfScansDone: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
23
|
+
backgroundAcquisitionTime: UADataItem<Date, /*z*/DataType.DateTime>;
|
|
24
|
+
pendingBackground: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
25
|
+
pendingBackground1?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
26
|
+
}
|
|
27
|
+
export interface UASpectrometerDeviceStream_configuration extends UAStream_configuration { // Object
|
|
28
|
+
activeBackground: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
29
|
+
activeBackground1?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
30
|
+
}
|
|
31
|
+
export interface UASpectrometerDeviceStream_acquisitionSettings extends UAStream_acquisitionSettings { // Object
|
|
32
|
+
spectralRange?: UADataItem<DTRange[], /*z*/DataType.ExtensionObject>;
|
|
33
|
+
resolution?: UADataItem<any, any>;
|
|
34
|
+
requestedNumberOfScans?: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
35
|
+
gain?: UADataItem<any, any>;
|
|
36
|
+
transmittanceCutoff?: UADataItem<DTRange, /*z*/DataType.ExtensionObject>;
|
|
37
|
+
absorbanceCutoff?: UADataItem<DTRange, /*z*/DataType.ExtensionObject>;
|
|
38
|
+
}
|
|
39
|
+
export interface UASpectrometerDeviceStream_acquisitionStatus extends UAStream_acquisitionStatus { // Object
|
|
40
|
+
numberOfScansDone?: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
41
|
+
}
|
|
42
|
+
export interface UASpectrometerDeviceStream_acquisitionData extends UAStream_acquisitionData { // Object
|
|
43
|
+
totalNumberOfScansDone: UADataItem<Int32, /*z*/DataType.Int32>;
|
|
44
|
+
backgroundAcquisitionTime: UADataItem<Date, /*z*/DataType.DateTime>;
|
|
45
|
+
pendingBackground: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
46
|
+
pendingBackground1?: UAYArrayItem<number, /*z*/DataType.Float>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* | | |
|
|
50
|
+
* |----------------|--------------------------------------------------|
|
|
51
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
52
|
+
* |nodeClass |ObjectType |
|
|
53
|
+
* |typedDefinition |2:SpectrometerDeviceStreamType ns=2;i=1030 |
|
|
54
|
+
* |isAbstract |false |
|
|
55
|
+
*/
|
|
56
|
+
export interface UASpectrometerDeviceStream_Base extends UAStream_Base {
|
|
57
|
+
/**
|
|
58
|
+
* parameterSet
|
|
59
|
+
* Flat list of Parameters
|
|
60
|
+
*/
|
|
61
|
+
parameterSet?: UASpectrometerDeviceStream_parameterSet;
|
|
62
|
+
configuration: UASpectrometerDeviceStream_configuration;
|
|
63
|
+
acquisitionSettings: UASpectrometerDeviceStream_acquisitionSettings;
|
|
64
|
+
acquisitionStatus: UASpectrometerDeviceStream_acquisitionStatus;
|
|
65
|
+
acquisitionData: UASpectrometerDeviceStream_acquisitionData;
|
|
66
|
+
factorySettings: UAObject;
|
|
67
|
+
}
|
|
68
|
+
export interface UASpectrometerDeviceStream extends Omit<UAStream, "parameterSet"|"configuration"|"acquisitionSettings"|"acquisitionStatus"|"acquisitionData">, UASpectrometerDeviceStream_Base {
|
|
69
|
+
}
|