node-opcua-nodeset-adi 2.97.0 → 2.98.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 +29 -12
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |2:AcquisitionResultStatusEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumAcquisitionResultStatus {
|
|
10
|
-
/**
|
|
11
|
-
* No longer used.
|
|
12
|
-
*/
|
|
13
|
-
NOT_USED = 0,
|
|
14
|
-
/**
|
|
15
|
-
* The acquisition has been completed as requested
|
|
16
|
-
* without any error.
|
|
17
|
-
*/
|
|
18
|
-
GOOD = 1,
|
|
19
|
-
/**
|
|
20
|
-
* The acquisition has been completed as requested
|
|
21
|
-
* with error.
|
|
22
|
-
*/
|
|
23
|
-
BAD = 2,
|
|
24
|
-
/**
|
|
25
|
-
* The acquisition has been completed but nothing
|
|
26
|
-
* can be said about the quality of the result.
|
|
27
|
-
*/
|
|
28
|
-
UNKNOWN = 3,
|
|
29
|
-
/**
|
|
30
|
-
* The acquisition has been partially completed as
|
|
31
|
-
* requested without any error.
|
|
32
|
-
*/
|
|
33
|
-
PARTIAL = 4
|
|
34
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |2:AcquisitionResultStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumAcquisitionResultStatus {
|
|
10
|
+
/**
|
|
11
|
+
* No longer used.
|
|
12
|
+
*/
|
|
13
|
+
NOT_USED = 0,
|
|
14
|
+
/**
|
|
15
|
+
* The acquisition has been completed as requested
|
|
16
|
+
* without any error.
|
|
17
|
+
*/
|
|
18
|
+
GOOD = 1,
|
|
19
|
+
/**
|
|
20
|
+
* The acquisition has been completed as requested
|
|
21
|
+
* with error.
|
|
22
|
+
*/
|
|
23
|
+
BAD = 2,
|
|
24
|
+
/**
|
|
25
|
+
* The acquisition has been completed but nothing
|
|
26
|
+
* can be said about the quality of the result.
|
|
27
|
+
*/
|
|
28
|
+
UNKNOWN = 3,
|
|
29
|
+
/**
|
|
30
|
+
* The acquisition has been partially completed as
|
|
31
|
+
* requested without any error.
|
|
32
|
+
*/
|
|
33
|
+
PARTIAL = 4
|
|
34
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumAcquisitionResultStatus = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |2:AcquisitionResultStatusEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumAcquisitionResultStatus;
|
|
14
|
-
(function (EnumAcquisitionResultStatus) {
|
|
15
|
-
/**
|
|
16
|
-
* No longer used.
|
|
17
|
-
*/
|
|
18
|
-
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["NOT_USED"] = 0] = "NOT_USED";
|
|
19
|
-
/**
|
|
20
|
-
* The acquisition has been completed as requested
|
|
21
|
-
* without any error.
|
|
22
|
-
*/
|
|
23
|
-
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["GOOD"] = 1] = "GOOD";
|
|
24
|
-
/**
|
|
25
|
-
* The acquisition has been completed as requested
|
|
26
|
-
* with error.
|
|
27
|
-
*/
|
|
28
|
-
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["BAD"] = 2] = "BAD";
|
|
29
|
-
/**
|
|
30
|
-
* The acquisition has been completed but nothing
|
|
31
|
-
* can be said about the quality of the result.
|
|
32
|
-
*/
|
|
33
|
-
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["UNKNOWN"] = 3] = "UNKNOWN";
|
|
34
|
-
/**
|
|
35
|
-
* The acquisition has been partially completed as
|
|
36
|
-
* requested without any error.
|
|
37
|
-
*/
|
|
38
|
-
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["PARTIAL"] = 4] = "PARTIAL";
|
|
39
|
-
})(EnumAcquisitionResultStatus = exports.EnumAcquisitionResultStatus || (exports.EnumAcquisitionResultStatus = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumAcquisitionResultStatus = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |2:AcquisitionResultStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumAcquisitionResultStatus;
|
|
14
|
+
(function (EnumAcquisitionResultStatus) {
|
|
15
|
+
/**
|
|
16
|
+
* No longer used.
|
|
17
|
+
*/
|
|
18
|
+
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["NOT_USED"] = 0] = "NOT_USED";
|
|
19
|
+
/**
|
|
20
|
+
* The acquisition has been completed as requested
|
|
21
|
+
* without any error.
|
|
22
|
+
*/
|
|
23
|
+
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["GOOD"] = 1] = "GOOD";
|
|
24
|
+
/**
|
|
25
|
+
* The acquisition has been completed as requested
|
|
26
|
+
* with error.
|
|
27
|
+
*/
|
|
28
|
+
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["BAD"] = 2] = "BAD";
|
|
29
|
+
/**
|
|
30
|
+
* The acquisition has been completed but nothing
|
|
31
|
+
* can be said about the quality of the result.
|
|
32
|
+
*/
|
|
33
|
+
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["UNKNOWN"] = 3] = "UNKNOWN";
|
|
34
|
+
/**
|
|
35
|
+
* The acquisition has been partially completed as
|
|
36
|
+
* requested without any error.
|
|
37
|
+
*/
|
|
38
|
+
EnumAcquisitionResultStatus[EnumAcquisitionResultStatus["PARTIAL"] = 4] = "PARTIAL";
|
|
39
|
+
})(EnumAcquisitionResultStatus = exports.EnumAcquisitionResultStatus || (exports.EnumAcquisitionResultStatus = {}));
|
|
40
40
|
//# sourceMappingURL=enum_acquisition_result_status.js.map
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |2:AlarmStateEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumAlarmState {
|
|
10
|
-
/**
|
|
11
|
-
* Normal
|
|
12
|
-
*/
|
|
13
|
-
NORMAL_0 = 0,
|
|
14
|
-
/**
|
|
15
|
-
* In low warning range
|
|
16
|
-
*/
|
|
17
|
-
WARNING_LOW_1 = 1,
|
|
18
|
-
/**
|
|
19
|
-
* In high warning range
|
|
20
|
-
*/
|
|
21
|
-
WARNING_HIGH_2 = 2,
|
|
22
|
-
/**
|
|
23
|
-
* In warning range (low or high) or some other
|
|
24
|
-
* warning cause
|
|
25
|
-
*/
|
|
26
|
-
WARNING_4 = 4,
|
|
27
|
-
/**
|
|
28
|
-
* In low alarm range
|
|
29
|
-
*/
|
|
30
|
-
ALARM_LOW_8 = 8,
|
|
31
|
-
/**
|
|
32
|
-
* In high alarm range
|
|
33
|
-
*/
|
|
34
|
-
ALARM_HIGH_16 = 16,
|
|
35
|
-
/**
|
|
36
|
-
* In alarm range (low or high) or some other alarm
|
|
37
|
-
* cause
|
|
38
|
-
*/
|
|
39
|
-
ALARM_32 = 32
|
|
40
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |2:AlarmStateEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumAlarmState {
|
|
10
|
+
/**
|
|
11
|
+
* Normal
|
|
12
|
+
*/
|
|
13
|
+
NORMAL_0 = 0,
|
|
14
|
+
/**
|
|
15
|
+
* In low warning range
|
|
16
|
+
*/
|
|
17
|
+
WARNING_LOW_1 = 1,
|
|
18
|
+
/**
|
|
19
|
+
* In high warning range
|
|
20
|
+
*/
|
|
21
|
+
WARNING_HIGH_2 = 2,
|
|
22
|
+
/**
|
|
23
|
+
* In warning range (low or high) or some other
|
|
24
|
+
* warning cause
|
|
25
|
+
*/
|
|
26
|
+
WARNING_4 = 4,
|
|
27
|
+
/**
|
|
28
|
+
* In low alarm range
|
|
29
|
+
*/
|
|
30
|
+
ALARM_LOW_8 = 8,
|
|
31
|
+
/**
|
|
32
|
+
* In high alarm range
|
|
33
|
+
*/
|
|
34
|
+
ALARM_HIGH_16 = 16,
|
|
35
|
+
/**
|
|
36
|
+
* In alarm range (low or high) or some other alarm
|
|
37
|
+
* cause
|
|
38
|
+
*/
|
|
39
|
+
ALARM_32 = 32
|
|
40
|
+
}
|
package/dist/enum_alarm_state.js
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumAlarmState = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |2:AlarmStateEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumAlarmState;
|
|
14
|
-
(function (EnumAlarmState) {
|
|
15
|
-
/**
|
|
16
|
-
* Normal
|
|
17
|
-
*/
|
|
18
|
-
EnumAlarmState[EnumAlarmState["NORMAL_0"] = 0] = "NORMAL_0";
|
|
19
|
-
/**
|
|
20
|
-
* In low warning range
|
|
21
|
-
*/
|
|
22
|
-
EnumAlarmState[EnumAlarmState["WARNING_LOW_1"] = 1] = "WARNING_LOW_1";
|
|
23
|
-
/**
|
|
24
|
-
* In high warning range
|
|
25
|
-
*/
|
|
26
|
-
EnumAlarmState[EnumAlarmState["WARNING_HIGH_2"] = 2] = "WARNING_HIGH_2";
|
|
27
|
-
/**
|
|
28
|
-
* In warning range (low or high) or some other
|
|
29
|
-
* warning cause
|
|
30
|
-
*/
|
|
31
|
-
EnumAlarmState[EnumAlarmState["WARNING_4"] = 4] = "WARNING_4";
|
|
32
|
-
/**
|
|
33
|
-
* In low alarm range
|
|
34
|
-
*/
|
|
35
|
-
EnumAlarmState[EnumAlarmState["ALARM_LOW_8"] = 8] = "ALARM_LOW_8";
|
|
36
|
-
/**
|
|
37
|
-
* In high alarm range
|
|
38
|
-
*/
|
|
39
|
-
EnumAlarmState[EnumAlarmState["ALARM_HIGH_16"] = 16] = "ALARM_HIGH_16";
|
|
40
|
-
/**
|
|
41
|
-
* In alarm range (low or high) or some other alarm
|
|
42
|
-
* cause
|
|
43
|
-
*/
|
|
44
|
-
EnumAlarmState[EnumAlarmState["ALARM_32"] = 32] = "ALARM_32";
|
|
45
|
-
})(EnumAlarmState = exports.EnumAlarmState || (exports.EnumAlarmState = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumAlarmState = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |2:AlarmStateEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumAlarmState;
|
|
14
|
+
(function (EnumAlarmState) {
|
|
15
|
+
/**
|
|
16
|
+
* Normal
|
|
17
|
+
*/
|
|
18
|
+
EnumAlarmState[EnumAlarmState["NORMAL_0"] = 0] = "NORMAL_0";
|
|
19
|
+
/**
|
|
20
|
+
* In low warning range
|
|
21
|
+
*/
|
|
22
|
+
EnumAlarmState[EnumAlarmState["WARNING_LOW_1"] = 1] = "WARNING_LOW_1";
|
|
23
|
+
/**
|
|
24
|
+
* In high warning range
|
|
25
|
+
*/
|
|
26
|
+
EnumAlarmState[EnumAlarmState["WARNING_HIGH_2"] = 2] = "WARNING_HIGH_2";
|
|
27
|
+
/**
|
|
28
|
+
* In warning range (low or high) or some other
|
|
29
|
+
* warning cause
|
|
30
|
+
*/
|
|
31
|
+
EnumAlarmState[EnumAlarmState["WARNING_4"] = 4] = "WARNING_4";
|
|
32
|
+
/**
|
|
33
|
+
* In low alarm range
|
|
34
|
+
*/
|
|
35
|
+
EnumAlarmState[EnumAlarmState["ALARM_LOW_8"] = 8] = "ALARM_LOW_8";
|
|
36
|
+
/**
|
|
37
|
+
* In high alarm range
|
|
38
|
+
*/
|
|
39
|
+
EnumAlarmState[EnumAlarmState["ALARM_HIGH_16"] = 16] = "ALARM_HIGH_16";
|
|
40
|
+
/**
|
|
41
|
+
* In alarm range (low or high) or some other alarm
|
|
42
|
+
* cause
|
|
43
|
+
*/
|
|
44
|
+
EnumAlarmState[EnumAlarmState["ALARM_32"] = 32] = "ALARM_32";
|
|
45
|
+
})(EnumAlarmState = exports.EnumAlarmState || (exports.EnumAlarmState = {}));
|
|
46
46
|
//# sourceMappingURL=enum_alarm_state.js.map
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |2:ExecutionCycleEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumExecutionCycle {
|
|
10
|
-
/**
|
|
11
|
-
* Idle, no cleaning or acquisition cycle in progress
|
|
12
|
-
*/
|
|
13
|
-
IDLE = 0,
|
|
14
|
-
/**
|
|
15
|
-
* Scquisition cycle collecting data for diagnostic
|
|
16
|
-
* purpose
|
|
17
|
-
*/
|
|
18
|
-
DIAGNOSTIC = 1,
|
|
19
|
-
/**
|
|
20
|
-
* Cleaning cycle
|
|
21
|
-
*/
|
|
22
|
-
CLEANING = 2,
|
|
23
|
-
/**
|
|
24
|
-
* Calibration acquisition cycle
|
|
25
|
-
*/
|
|
26
|
-
CALIBRATION = 4,
|
|
27
|
-
/**
|
|
28
|
-
* Validation acquisition cycle
|
|
29
|
-
*/
|
|
30
|
-
VALIDATION = 8,
|
|
31
|
-
/**
|
|
32
|
-
* Sample acquisition cycle
|
|
33
|
-
*/
|
|
34
|
-
SAMPLING = 16,
|
|
35
|
-
/**
|
|
36
|
-
* Scquisition cycle collecting data for diagnostic
|
|
37
|
-
* purpose and sample is extracted from the process
|
|
38
|
-
* to be sent in control lab
|
|
39
|
-
*/
|
|
40
|
-
DIAGNOSTIC_WITH_GRAB_SAMPLE = 32769,
|
|
41
|
-
/**
|
|
42
|
-
* Cleaning cycle with or without acquisition and
|
|
43
|
-
* sample is extracted from the process to be sent
|
|
44
|
-
* in control lab
|
|
45
|
-
*/
|
|
46
|
-
CLEANING_WITH_GRAB_SAMPLE = 32770,
|
|
47
|
-
/**
|
|
48
|
-
* Calibration acquisition cycle and sample is
|
|
49
|
-
* extracted from the process to be sent in control
|
|
50
|
-
* lab
|
|
51
|
-
*/
|
|
52
|
-
CALIBRATION_WITH_GRAB_SAMPLE = 32772,
|
|
53
|
-
/**
|
|
54
|
-
* Validation acquisition cycle and sample is
|
|
55
|
-
* extracted from the process to be sent in control
|
|
56
|
-
* lab
|
|
57
|
-
*/
|
|
58
|
-
VALIDATION_WITH_GRAB_SAMPLE = 32776,
|
|
59
|
-
/**
|
|
60
|
-
* Sample acquisition cycle and sample is extracted
|
|
61
|
-
* from the process to be sent in control lab
|
|
62
|
-
*/
|
|
63
|
-
SAMPLING_WITH_GRAB_SAMPLE = 32784
|
|
64
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |2:ExecutionCycleEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumExecutionCycle {
|
|
10
|
+
/**
|
|
11
|
+
* Idle, no cleaning or acquisition cycle in progress
|
|
12
|
+
*/
|
|
13
|
+
IDLE = 0,
|
|
14
|
+
/**
|
|
15
|
+
* Scquisition cycle collecting data for diagnostic
|
|
16
|
+
* purpose
|
|
17
|
+
*/
|
|
18
|
+
DIAGNOSTIC = 1,
|
|
19
|
+
/**
|
|
20
|
+
* Cleaning cycle
|
|
21
|
+
*/
|
|
22
|
+
CLEANING = 2,
|
|
23
|
+
/**
|
|
24
|
+
* Calibration acquisition cycle
|
|
25
|
+
*/
|
|
26
|
+
CALIBRATION = 4,
|
|
27
|
+
/**
|
|
28
|
+
* Validation acquisition cycle
|
|
29
|
+
*/
|
|
30
|
+
VALIDATION = 8,
|
|
31
|
+
/**
|
|
32
|
+
* Sample acquisition cycle
|
|
33
|
+
*/
|
|
34
|
+
SAMPLING = 16,
|
|
35
|
+
/**
|
|
36
|
+
* Scquisition cycle collecting data for diagnostic
|
|
37
|
+
* purpose and sample is extracted from the process
|
|
38
|
+
* to be sent in control lab
|
|
39
|
+
*/
|
|
40
|
+
DIAGNOSTIC_WITH_GRAB_SAMPLE = 32769,
|
|
41
|
+
/**
|
|
42
|
+
* Cleaning cycle with or without acquisition and
|
|
43
|
+
* sample is extracted from the process to be sent
|
|
44
|
+
* in control lab
|
|
45
|
+
*/
|
|
46
|
+
CLEANING_WITH_GRAB_SAMPLE = 32770,
|
|
47
|
+
/**
|
|
48
|
+
* Calibration acquisition cycle and sample is
|
|
49
|
+
* extracted from the process to be sent in control
|
|
50
|
+
* lab
|
|
51
|
+
*/
|
|
52
|
+
CALIBRATION_WITH_GRAB_SAMPLE = 32772,
|
|
53
|
+
/**
|
|
54
|
+
* Validation acquisition cycle and sample is
|
|
55
|
+
* extracted from the process to be sent in control
|
|
56
|
+
* lab
|
|
57
|
+
*/
|
|
58
|
+
VALIDATION_WITH_GRAB_SAMPLE = 32776,
|
|
59
|
+
/**
|
|
60
|
+
* Sample acquisition cycle and sample is extracted
|
|
61
|
+
* from the process to be sent in control lab
|
|
62
|
+
*/
|
|
63
|
+
SAMPLING_WITH_GRAB_SAMPLE = 32784
|
|
64
|
+
}
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumExecutionCycle = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |2:ExecutionCycleEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumExecutionCycle;
|
|
14
|
-
(function (EnumExecutionCycle) {
|
|
15
|
-
/**
|
|
16
|
-
* Idle, no cleaning or acquisition cycle in progress
|
|
17
|
-
*/
|
|
18
|
-
EnumExecutionCycle[EnumExecutionCycle["IDLE"] = 0] = "IDLE";
|
|
19
|
-
/**
|
|
20
|
-
* Scquisition cycle collecting data for diagnostic
|
|
21
|
-
* purpose
|
|
22
|
-
*/
|
|
23
|
-
EnumExecutionCycle[EnumExecutionCycle["DIAGNOSTIC"] = 1] = "DIAGNOSTIC";
|
|
24
|
-
/**
|
|
25
|
-
* Cleaning cycle
|
|
26
|
-
*/
|
|
27
|
-
EnumExecutionCycle[EnumExecutionCycle["CLEANING"] = 2] = "CLEANING";
|
|
28
|
-
/**
|
|
29
|
-
* Calibration acquisition cycle
|
|
30
|
-
*/
|
|
31
|
-
EnumExecutionCycle[EnumExecutionCycle["CALIBRATION"] = 4] = "CALIBRATION";
|
|
32
|
-
/**
|
|
33
|
-
* Validation acquisition cycle
|
|
34
|
-
*/
|
|
35
|
-
EnumExecutionCycle[EnumExecutionCycle["VALIDATION"] = 8] = "VALIDATION";
|
|
36
|
-
/**
|
|
37
|
-
* Sample acquisition cycle
|
|
38
|
-
*/
|
|
39
|
-
EnumExecutionCycle[EnumExecutionCycle["SAMPLING"] = 16] = "SAMPLING";
|
|
40
|
-
/**
|
|
41
|
-
* Scquisition cycle collecting data for diagnostic
|
|
42
|
-
* purpose and sample is extracted from the process
|
|
43
|
-
* to be sent in control lab
|
|
44
|
-
*/
|
|
45
|
-
EnumExecutionCycle[EnumExecutionCycle["DIAGNOSTIC_WITH_GRAB_SAMPLE"] = 32769] = "DIAGNOSTIC_WITH_GRAB_SAMPLE";
|
|
46
|
-
/**
|
|
47
|
-
* Cleaning cycle with or without acquisition and
|
|
48
|
-
* sample is extracted from the process to be sent
|
|
49
|
-
* in control lab
|
|
50
|
-
*/
|
|
51
|
-
EnumExecutionCycle[EnumExecutionCycle["CLEANING_WITH_GRAB_SAMPLE"] = 32770] = "CLEANING_WITH_GRAB_SAMPLE";
|
|
52
|
-
/**
|
|
53
|
-
* Calibration acquisition cycle and sample is
|
|
54
|
-
* extracted from the process to be sent in control
|
|
55
|
-
* lab
|
|
56
|
-
*/
|
|
57
|
-
EnumExecutionCycle[EnumExecutionCycle["CALIBRATION_WITH_GRAB_SAMPLE"] = 32772] = "CALIBRATION_WITH_GRAB_SAMPLE";
|
|
58
|
-
/**
|
|
59
|
-
* Validation acquisition cycle and sample is
|
|
60
|
-
* extracted from the process to be sent in control
|
|
61
|
-
* lab
|
|
62
|
-
*/
|
|
63
|
-
EnumExecutionCycle[EnumExecutionCycle["VALIDATION_WITH_GRAB_SAMPLE"] = 32776] = "VALIDATION_WITH_GRAB_SAMPLE";
|
|
64
|
-
/**
|
|
65
|
-
* Sample acquisition cycle and sample is extracted
|
|
66
|
-
* from the process to be sent in control lab
|
|
67
|
-
*/
|
|
68
|
-
EnumExecutionCycle[EnumExecutionCycle["SAMPLING_WITH_GRAB_SAMPLE"] = 32784] = "SAMPLING_WITH_GRAB_SAMPLE";
|
|
69
|
-
})(EnumExecutionCycle = exports.EnumExecutionCycle || (exports.EnumExecutionCycle = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumExecutionCycle = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |2:ExecutionCycleEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumExecutionCycle;
|
|
14
|
+
(function (EnumExecutionCycle) {
|
|
15
|
+
/**
|
|
16
|
+
* Idle, no cleaning or acquisition cycle in progress
|
|
17
|
+
*/
|
|
18
|
+
EnumExecutionCycle[EnumExecutionCycle["IDLE"] = 0] = "IDLE";
|
|
19
|
+
/**
|
|
20
|
+
* Scquisition cycle collecting data for diagnostic
|
|
21
|
+
* purpose
|
|
22
|
+
*/
|
|
23
|
+
EnumExecutionCycle[EnumExecutionCycle["DIAGNOSTIC"] = 1] = "DIAGNOSTIC";
|
|
24
|
+
/**
|
|
25
|
+
* Cleaning cycle
|
|
26
|
+
*/
|
|
27
|
+
EnumExecutionCycle[EnumExecutionCycle["CLEANING"] = 2] = "CLEANING";
|
|
28
|
+
/**
|
|
29
|
+
* Calibration acquisition cycle
|
|
30
|
+
*/
|
|
31
|
+
EnumExecutionCycle[EnumExecutionCycle["CALIBRATION"] = 4] = "CALIBRATION";
|
|
32
|
+
/**
|
|
33
|
+
* Validation acquisition cycle
|
|
34
|
+
*/
|
|
35
|
+
EnumExecutionCycle[EnumExecutionCycle["VALIDATION"] = 8] = "VALIDATION";
|
|
36
|
+
/**
|
|
37
|
+
* Sample acquisition cycle
|
|
38
|
+
*/
|
|
39
|
+
EnumExecutionCycle[EnumExecutionCycle["SAMPLING"] = 16] = "SAMPLING";
|
|
40
|
+
/**
|
|
41
|
+
* Scquisition cycle collecting data for diagnostic
|
|
42
|
+
* purpose and sample is extracted from the process
|
|
43
|
+
* to be sent in control lab
|
|
44
|
+
*/
|
|
45
|
+
EnumExecutionCycle[EnumExecutionCycle["DIAGNOSTIC_WITH_GRAB_SAMPLE"] = 32769] = "DIAGNOSTIC_WITH_GRAB_SAMPLE";
|
|
46
|
+
/**
|
|
47
|
+
* Cleaning cycle with or without acquisition and
|
|
48
|
+
* sample is extracted from the process to be sent
|
|
49
|
+
* in control lab
|
|
50
|
+
*/
|
|
51
|
+
EnumExecutionCycle[EnumExecutionCycle["CLEANING_WITH_GRAB_SAMPLE"] = 32770] = "CLEANING_WITH_GRAB_SAMPLE";
|
|
52
|
+
/**
|
|
53
|
+
* Calibration acquisition cycle and sample is
|
|
54
|
+
* extracted from the process to be sent in control
|
|
55
|
+
* lab
|
|
56
|
+
*/
|
|
57
|
+
EnumExecutionCycle[EnumExecutionCycle["CALIBRATION_WITH_GRAB_SAMPLE"] = 32772] = "CALIBRATION_WITH_GRAB_SAMPLE";
|
|
58
|
+
/**
|
|
59
|
+
* Validation acquisition cycle and sample is
|
|
60
|
+
* extracted from the process to be sent in control
|
|
61
|
+
* lab
|
|
62
|
+
*/
|
|
63
|
+
EnumExecutionCycle[EnumExecutionCycle["VALIDATION_WITH_GRAB_SAMPLE"] = 32776] = "VALIDATION_WITH_GRAB_SAMPLE";
|
|
64
|
+
/**
|
|
65
|
+
* Sample acquisition cycle and sample is extracted
|
|
66
|
+
* from the process to be sent in control lab
|
|
67
|
+
*/
|
|
68
|
+
EnumExecutionCycle[EnumExecutionCycle["SAMPLING_WITH_GRAB_SAMPLE"] = 32784] = "SAMPLING_WITH_GRAB_SAMPLE";
|
|
69
|
+
})(EnumExecutionCycle = exports.EnumExecutionCycle || (exports.EnumExecutionCycle = {}));
|
|
70
70
|
//# sourceMappingURL=enum_execution_cycle.js.map
|