node-opcua-nodeset-adi 2.76.0 → 2.76.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enum_acquisition_result_status.d.ts +34 -34
- package/dist/enum_acquisition_result_status.js +39 -39
- package/dist/enum_alarm_state.d.ts +40 -40
- package/dist/enum_alarm_state.js +45 -45
- package/dist/enum_execution_cycle.d.ts +64 -64
- package/dist/enum_execution_cycle.js +69 -69
- package/dist/index.d.ts +38 -38
- package/dist/index.js +54 -54
- package/dist/ua_accessory.d.ts +30 -30
- package/dist/ua_accessory.js +2 -2
- package/dist/ua_accessory_slot.d.ts +34 -34
- package/dist/ua_accessory_slot.js +2 -2
- package/dist/ua_accessory_slot_state_machine.d.ts +67 -67
- package/dist/ua_accessory_slot_state_machine.js +2 -2
- package/dist/ua_acoustic_spectrometer_device.d.ts +12 -12
- package/dist/ua_acoustic_spectrometer_device.js +2 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +12 -12
- package/dist/ua_acoustic_spectrometer_device_stream.js +2 -2
- package/dist/ua_analyser_channel.d.ts +90 -90
- package/dist/ua_analyser_channel.js +2 -2
- package/dist/ua_analyser_channel_local_state.d.ts +12 -12
- package/dist/ua_analyser_channel_local_state.js +2 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +12 -12
- package/dist/ua_analyser_channel_maintenance_state.js +2 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +12 -12
- package/dist/ua_analyser_channel_operating_execute_state.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -231
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -351
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_state.d.ts +12 -12
- package/dist/ua_analyser_channel_operating_state.js +2 -2
- package/dist/ua_analyser_channel_state_machine.d.ts +60 -60
- package/dist/ua_analyser_channel_state_machine.js +2 -2
- package/dist/ua_analyser_device.d.ts +98 -98
- package/dist/ua_analyser_device.js +2 -2
- package/dist/ua_analyser_device_state_machine.d.ts +57 -57
- package/dist/ua_analyser_device_state_machine.js +2 -2
- package/dist/ua_chemometric_model.d.ts +26 -26
- package/dist/ua_chemometric_model.js +2 -2
- package/dist/ua_chromatograph_device.d.ts +12 -12
- package/dist/ua_chromatograph_device.js +2 -2
- package/dist/ua_chromatograph_device_stream.d.ts +12 -12
- package/dist/ua_chromatograph_device_stream.js +2 -2
- package/dist/ua_detector.d.ts +12 -12
- package/dist/ua_detector.js +2 -2
- package/dist/ua_engineering_value.d.ts +18 -18
- package/dist/ua_engineering_value.js +2 -2
- package/dist/ua_gc_oven.d.ts +12 -12
- package/dist/ua_gc_oven.js +2 -2
- package/dist/ua_mass_spectrometer_device.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device.js +2 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device_stream.js +2 -2
- package/dist/ua_mnr_device_stream.d.ts +12 -12
- package/dist/ua_mnr_device_stream.js +2 -2
- package/dist/ua_mva_model.d.ts +24 -24
- package/dist/ua_mva_model.js +2 -2
- package/dist/ua_mva_output_parameter.d.ts +28 -28
- package/dist/ua_mva_output_parameter.js +2 -2
- package/dist/ua_nmr_device.d.ts +12 -12
- package/dist/ua_nmr_device.js +2 -2
- package/dist/ua_particle_size_monitor_device.d.ts +12 -12
- package/dist/ua_particle_size_monitor_device.js +2 -2
- package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -32
- package/dist/ua_particle_size_monitor_device_stream.js +2 -2
- package/dist/ua_process_variable.d.ts +20 -20
- package/dist/ua_process_variable.js +2 -2
- package/dist/ua_smart_sampling_system.d.ts +12 -12
- package/dist/ua_smart_sampling_system.js +2 -2
- package/dist/ua_source.d.ts +12 -12
- package/dist/ua_source.js +2 -2
- package/dist/ua_spectrometer_device.d.ts +26 -26
- package/dist/ua_spectrometer_device.js +2 -2
- package/dist/ua_spectrometer_device_stream.d.ts +65 -65
- package/dist/ua_spectrometer_device_stream.js +2 -2
- package/dist/ua_stream.d.ts +365 -365
- package/dist/ua_stream.js +2 -2
- package/package.json +10 -10
package/dist/ua_detector.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:DetectorType ns=2;i=9350 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UADetector_Base = UAAccessory_Base;
|
|
11
|
-
export interface UADetector extends UAAccessory, UADetector_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:DetectorType ns=2;i=9350 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UADetector_Base = UAAccessory_Base;
|
|
11
|
+
export interface UADetector extends UAAccessory, UADetector_Base {
|
|
12
|
+
}
|
package/dist/ua_detector.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_detector.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
3
|
-
/**
|
|
4
|
-
* Expose key results of an analyser and the
|
|
5
|
-
* associated values that qualified it
|
|
6
|
-
*
|
|
7
|
-
* | | |
|
|
8
|
-
* |----------------|--------------------------------------------------|
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
10
|
-
* |nodeClass |VariableType |
|
|
11
|
-
* |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
|
|
12
|
-
* |dataType |Null |
|
|
13
|
-
* |dataType Name |undefined ns=0;i=0 |
|
|
14
|
-
* |isAbstract |false |
|
|
15
|
-
*/
|
|
16
|
-
export declare type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
17
|
-
export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, DT>, UAEngineeringValue_Base<T, DT> {
|
|
18
|
-
}
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
3
|
+
/**
|
|
4
|
+
* Expose key results of an analyser and the
|
|
5
|
+
* associated values that qualified it
|
|
6
|
+
*
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
|
|
12
|
+
* |dataType |Null |
|
|
13
|
+
* |dataType Name |undefined ns=0;i=0 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
|
+
*/
|
|
16
|
+
export declare type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
17
|
+
export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, DT>, UAEngineeringValue_Base<T, DT> {
|
|
18
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_engineering_value.js.map
|
package/dist/ua_gc_oven.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:GcOvenType ns=2;i=1020 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UAGcOven_Base = UAAccessory_Base;
|
|
11
|
-
export interface UAGcOven extends UAAccessory, UAGcOven_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:GcOvenType ns=2;i=1020 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UAGcOven_Base = UAAccessory_Base;
|
|
11
|
+
export interface UAGcOven extends UAAccessory, UAGcOven_Base {
|
|
12
|
+
}
|
package/dist/ua_gc_oven.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_gc_oven.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:MassSpectrometerDeviceType ns=2;i=1014 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UAMassSpectrometerDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
-
export interface UAMassSpectrometerDevice extends UAAnalyserDevice, UAMassSpectrometerDevice_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:MassSpectrometerDeviceType ns=2;i=1014 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UAMassSpectrometerDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
+
export interface UAMassSpectrometerDevice extends UAAnalyserDevice, UAMassSpectrometerDevice_Base {
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_mass_spectrometer_device.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:MassSpectrometerDeviceStreamType ns=2;i=1031 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UAMassSpectrometerDeviceStream_Base = UAStream_Base;
|
|
11
|
-
export interface UAMassSpectrometerDeviceStream extends UAStream, UAMassSpectrometerDeviceStream_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:MassSpectrometerDeviceStreamType ns=2;i=1031 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UAMassSpectrometerDeviceStream_Base = UAStream_Base;
|
|
11
|
+
export interface UAMassSpectrometerDeviceStream extends UAStream, UAMassSpectrometerDeviceStream_Base {
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_mass_spectrometer_device_stream.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:MNRDeviceStreamType ns=2;i=1035 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UAMNRDeviceStream_Base = UAStream_Base;
|
|
11
|
-
export interface UAMNRDeviceStream extends UAStream, UAMNRDeviceStream_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAStream, UAStream_Base } from "./ua_stream";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:MNRDeviceStreamType ns=2;i=1035 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UAMNRDeviceStream_Base = UAStream_Base;
|
|
11
|
+
export interface UAMNRDeviceStream extends UAStream, UAMNRDeviceStream_Base {
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_mnr_device_stream.js.map
|
package/dist/ua_mva_model.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
3
|
-
import { DataType } from "node-opcua-variant";
|
|
4
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
5
|
-
import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model";
|
|
6
|
-
/**
|
|
7
|
-
* Hold the descriptions of a mathematical process
|
|
8
|
-
* and associated information to convert scaled data
|
|
9
|
-
* into one or more process values.
|
|
10
|
-
*
|
|
11
|
-
* | | |
|
|
12
|
-
* |----------------|--------------------------------------------------|
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
-
* |nodeClass |VariableType |
|
|
15
|
-
* |typedDefinition |2:MVAModelType ns=2;i=2009 |
|
|
16
|
-
* |dataType |ByteString |
|
|
17
|
-
* |dataType Name |Buffer ns=0;i=15 |
|
|
18
|
-
* |isAbstract |false |
|
|
19
|
-
*/
|
|
20
|
-
export interface UAMVAModel_Base<T extends Buffer> extends UAChemometricModel_Base<T> {
|
|
21
|
-
mainDataIndex: UAProperty<Int32, DataType.Int32>;
|
|
22
|
-
}
|
|
23
|
-
export interface UAMVAModel<T extends Buffer> extends Omit<UAChemometricModel<T>, "$User_defined_Output_$">, UAMVAModel_Base<T> {
|
|
24
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
3
|
+
import { DataType } from "node-opcua-variant";
|
|
4
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
5
|
+
import { UAChemometricModel, UAChemometricModel_Base } from "./ua_chemometric_model";
|
|
6
|
+
/**
|
|
7
|
+
* Hold the descriptions of a mathematical process
|
|
8
|
+
* and associated information to convert scaled data
|
|
9
|
+
* into one or more process values.
|
|
10
|
+
*
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|--------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
14
|
+
* |nodeClass |VariableType |
|
|
15
|
+
* |typedDefinition |2:MVAModelType ns=2;i=2009 |
|
|
16
|
+
* |dataType |ByteString |
|
|
17
|
+
* |dataType Name |Buffer ns=0;i=15 |
|
|
18
|
+
* |isAbstract |false |
|
|
19
|
+
*/
|
|
20
|
+
export interface UAMVAModel_Base<T extends Buffer> extends UAChemometricModel_Base<T> {
|
|
21
|
+
mainDataIndex: UAProperty<Int32, DataType.Int32>;
|
|
22
|
+
}
|
|
23
|
+
export interface UAMVAModel<T extends Buffer> extends Omit<UAChemometricModel<T>, "$User_defined_Output_$">, UAMVAModel_Base<T> {
|
|
24
|
+
}
|
package/dist/ua_mva_model.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_mva_model.js.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
-
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range";
|
|
6
|
-
import { EnumAlarmState } from "./enum_alarm_state";
|
|
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, DT> {
|
|
22
|
-
warningLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
23
|
-
alarmLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
24
|
-
alarmState: UAProperty<EnumAlarmState, DataType.Int32>;
|
|
25
|
-
vendorSpecificError?: UAProperty<UAString, DataType.String>;
|
|
26
|
-
}
|
|
27
|
-
export interface UAMVAOutputParameter<T, DT extends DataType> extends UABaseDataVariable<T, DT>, UAMVAOutputParameter_Base<T, DT> {
|
|
28
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range";
|
|
6
|
+
import { EnumAlarmState } from "./enum_alarm_state";
|
|
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, DT> {
|
|
22
|
+
warningLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
23
|
+
alarmLimits?: UAProperty<DTRange, DataType.ExtensionObject>;
|
|
24
|
+
alarmState: UAProperty<EnumAlarmState, DataType.Int32>;
|
|
25
|
+
vendorSpecificError?: UAProperty<UAString, DataType.String>;
|
|
26
|
+
}
|
|
27
|
+
export interface UAMVAOutputParameter<T, DT extends DataType> extends UABaseDataVariable<T, DT>, UAMVAOutputParameter_Base<T, DT> {
|
|
28
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_mva_output_parameter.js.map
|
package/dist/ua_nmr_device.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:NMRDeviceType ns=2;i=1016 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UANMRDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
-
export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:NMRDeviceType ns=2;i=1016 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UANMRDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
+
export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
|
|
12
|
+
}
|
package/dist/ua_nmr_device.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_nmr_device.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:ParticleSizeMonitorDeviceType ns=2;i=1012 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
-
export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:ParticleSizeMonitorDeviceType ns=2;i=1012 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
|
|
11
|
+
export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_particle_size_monitor_device.js.map
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item";
|
|
3
|
-
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
4
|
-
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream";
|
|
5
|
-
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
6
|
-
background?: UAYArrayItem<number, DataType.Float>;
|
|
7
|
-
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
8
|
-
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
9
|
-
}
|
|
10
|
-
export interface UAParticleSizeMonitorDeviceStream_acquisitionData extends UAStream_acquisitionData {
|
|
11
|
-
background?: UAYArrayItem<number, DataType.Float>;
|
|
12
|
-
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
13
|
-
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* | | |
|
|
17
|
-
* |----------------|--------------------------------------------------|
|
|
18
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
19
|
-
* |nodeClass |ObjectType |
|
|
20
|
-
* |typedDefinition |2:ParticleSizeMonitorDeviceStreamType ns=2;i=1032 |
|
|
21
|
-
* |isAbstract |false |
|
|
22
|
-
*/
|
|
23
|
-
export interface UAParticleSizeMonitorDeviceStream_Base extends UAStream_Base {
|
|
24
|
-
/**
|
|
25
|
-
* parameterSet
|
|
26
|
-
* Flat list of Parameters
|
|
27
|
-
*/
|
|
28
|
-
parameterSet?: UAParticleSizeMonitorDeviceStream_parameterSet;
|
|
29
|
-
acquisitionData: UAParticleSizeMonitorDeviceStream_acquisitionData;
|
|
30
|
-
}
|
|
31
|
-
export interface UAParticleSizeMonitorDeviceStream extends Omit<UAStream, "parameterSet" | "acquisitionData">, UAParticleSizeMonitorDeviceStream_Base {
|
|
32
|
-
}
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item";
|
|
3
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
4
|
+
import { UAStream_parameterSet, UAStream_acquisitionData, UAStream, UAStream_Base } from "./ua_stream";
|
|
5
|
+
export interface UAParticleSizeMonitorDeviceStream_parameterSet extends UAStream_parameterSet {
|
|
6
|
+
background?: UAYArrayItem<number, DataType.Float>;
|
|
7
|
+
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
8
|
+
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
9
|
+
}
|
|
10
|
+
export interface UAParticleSizeMonitorDeviceStream_acquisitionData extends UAStream_acquisitionData {
|
|
11
|
+
background?: UAYArrayItem<number, DataType.Float>;
|
|
12
|
+
sizeDistribution: UAYArrayItem<number, DataType.Float>;
|
|
13
|
+
backgroundAcquisitionTime: UADataItem<Date, DataType.DateTime>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* | | |
|
|
17
|
+
* |----------------|--------------------------------------------------|
|
|
18
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
19
|
+
* |nodeClass |ObjectType |
|
|
20
|
+
* |typedDefinition |2:ParticleSizeMonitorDeviceStreamType ns=2;i=1032 |
|
|
21
|
+
* |isAbstract |false |
|
|
22
|
+
*/
|
|
23
|
+
export interface UAParticleSizeMonitorDeviceStream_Base extends UAStream_Base {
|
|
24
|
+
/**
|
|
25
|
+
* parameterSet
|
|
26
|
+
* Flat list of Parameters
|
|
27
|
+
*/
|
|
28
|
+
parameterSet?: UAParticleSizeMonitorDeviceStream_parameterSet;
|
|
29
|
+
acquisitionData: UAParticleSizeMonitorDeviceStream_acquisitionData;
|
|
30
|
+
}
|
|
31
|
+
export interface UAParticleSizeMonitorDeviceStream extends Omit<UAStream, "parameterSet" | "acquisitionData">, UAParticleSizeMonitorDeviceStream_Base {
|
|
32
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_particle_size_monitor_device_stream.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { DataType } from "node-opcua-variant";
|
|
2
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
3
|
-
/**
|
|
4
|
-
* Provides a stable address space view from the
|
|
5
|
-
* user point of view even if the ADI server address
|
|
6
|
-
* space changes, after the new configuration is
|
|
7
|
-
* loaded.
|
|
8
|
-
*
|
|
9
|
-
* | | |
|
|
10
|
-
* |----------------|--------------------------------------------------|
|
|
11
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
12
|
-
* |nodeClass |VariableType |
|
|
13
|
-
* |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
|
|
14
|
-
* |dataType |Null |
|
|
15
|
-
* |dataType Name |undefined ns=0;i=0 |
|
|
16
|
-
* |isAbstract |false |
|
|
17
|
-
*/
|
|
18
|
-
export declare type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
19
|
-
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, DT>, UAProcessVariable_Base<T, DT> {
|
|
20
|
-
}
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
3
|
+
/**
|
|
4
|
+
* Provides a stable address space view from the
|
|
5
|
+
* user point of view even if the ADI server address
|
|
6
|
+
* space changes, after the new configuration is
|
|
7
|
+
* loaded.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
12
|
+
* |nodeClass |VariableType |
|
|
13
|
+
* |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
|
|
14
|
+
* |dataType |Null |
|
|
15
|
+
* |dataType Name |undefined ns=0;i=0 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
|
+
*/
|
|
18
|
+
export declare type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
19
|
+
export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, DT>, UAProcessVariable_Base<T, DT> {
|
|
20
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_process_variable.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:SmartSamplingSystemType ns=2;i=9359 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UASmartSamplingSystem_Base = UAAccessory_Base;
|
|
11
|
-
export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:SmartSamplingSystemType ns=2;i=9359 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UASmartSamplingSystem_Base = UAAccessory_Base;
|
|
11
|
+
export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_smart_sampling_system.js.map
|
package/dist/ua_source.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:SourceType ns=2;i=9368 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export declare type UASource_Base = UAAccessory_Base;
|
|
11
|
-
export interface UASource extends UAAccessory, UASource_Base {
|
|
12
|
-
}
|
|
1
|
+
import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:SourceType ns=2;i=9368 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export declare type UASource_Base = UAAccessory_Base;
|
|
11
|
+
export interface UASource extends UAAccessory, UASource_Base {
|
|
12
|
+
}
|
package/dist/ua_source.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_source.js.map
|