node-opcua-nodeset-adi 2.52.0 → 2.56.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.
Files changed (121) hide show
  1. package/LICENSE +20 -20
  2. package/dist/enum_acquisition_result_status.d.ts +34 -0
  3. package/dist/enum_acquisition_result_status.js +40 -0
  4. package/dist/enum_acquisition_result_status.js.map +1 -0
  5. package/dist/enum_alarm_state.d.ts +40 -0
  6. package/dist/enum_alarm_state.js +46 -0
  7. package/dist/enum_alarm_state.js.map +1 -0
  8. package/dist/enum_execution_cycle.d.ts +64 -0
  9. package/dist/enum_execution_cycle.js +70 -0
  10. package/dist/enum_execution_cycle.js.map +1 -0
  11. package/dist/index.d.ts +38 -0
  12. package/dist/index.js +51 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/ua_accessory.d.ts +30 -0
  15. package/dist/ua_accessory.js +3 -0
  16. package/dist/ua_accessory.js.map +1 -0
  17. package/dist/ua_accessory_slot.d.ts +34 -0
  18. package/dist/ua_accessory_slot.js +3 -0
  19. package/dist/ua_accessory_slot.js.map +1 -0
  20. package/dist/ua_accessory_slot_state_machine.d.ts +67 -0
  21. package/dist/ua_accessory_slot_state_machine.js +3 -0
  22. package/dist/ua_accessory_slot_state_machine.js.map +1 -0
  23. package/dist/ua_acoustic_spectrometer_device.d.ts +13 -0
  24. package/dist/ua_acoustic_spectrometer_device.js +3 -0
  25. package/dist/ua_acoustic_spectrometer_device.js.map +1 -0
  26. package/dist/ua_acoustic_spectrometer_device_stream.d.ts +13 -0
  27. package/dist/ua_acoustic_spectrometer_device_stream.js +3 -0
  28. package/dist/ua_acoustic_spectrometer_device_stream.js.map +1 -0
  29. package/dist/ua_analyser_channel.d.ts +89 -0
  30. package/dist/ua_analyser_channel.js +3 -0
  31. package/dist/ua_analyser_channel.js.map +1 -0
  32. package/dist/ua_analyser_channel_local_state.d.ts +13 -0
  33. package/dist/ua_analyser_channel_local_state.js +3 -0
  34. package/dist/ua_analyser_channel_local_state.js.map +1 -0
  35. package/dist/ua_analyser_channel_maintenance_state.d.ts +13 -0
  36. package/dist/ua_analyser_channel_maintenance_state.js +3 -0
  37. package/dist/ua_analyser_channel_maintenance_state.js.map +1 -0
  38. package/dist/ua_analyser_channel_operating_execute_state.d.ts +13 -0
  39. package/dist/ua_analyser_channel_operating_execute_state.js +3 -0
  40. package/dist/ua_analyser_channel_operating_execute_state.js.map +1 -0
  41. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -0
  42. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +3 -0
  43. package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js.map +1 -0
  44. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -0
  45. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +3 -0
  46. package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js.map +1 -0
  47. package/dist/ua_analyser_channel_operating_state.d.ts +13 -0
  48. package/dist/ua_analyser_channel_operating_state.js +3 -0
  49. package/dist/ua_analyser_channel_operating_state.js.map +1 -0
  50. package/dist/ua_analyser_channel_state_machine.d.ts +60 -0
  51. package/dist/ua_analyser_channel_state_machine.js +3 -0
  52. package/dist/ua_analyser_channel_state_machine.js.map +1 -0
  53. package/dist/ua_analyser_device.d.ts +97 -0
  54. package/dist/ua_analyser_device.js +3 -0
  55. package/dist/ua_analyser_device.js.map +1 -0
  56. package/dist/ua_analyser_device_state_machine.d.ts +57 -0
  57. package/dist/ua_analyser_device_state_machine.js +3 -0
  58. package/dist/ua_analyser_device_state_machine.js.map +1 -0
  59. package/dist/ua_chemometric_model.d.ts +26 -0
  60. package/dist/ua_chemometric_model.js +3 -0
  61. package/dist/ua_chemometric_model.js.map +1 -0
  62. package/dist/ua_chromatograph_device.d.ts +13 -0
  63. package/dist/ua_chromatograph_device.js +3 -0
  64. package/dist/ua_chromatograph_device.js.map +1 -0
  65. package/dist/ua_chromatograph_device_stream.d.ts +13 -0
  66. package/dist/ua_chromatograph_device_stream.js +3 -0
  67. package/dist/ua_chromatograph_device_stream.js.map +1 -0
  68. package/dist/ua_detector.d.ts +13 -0
  69. package/dist/ua_detector.js +3 -0
  70. package/dist/ua_detector.js.map +1 -0
  71. package/dist/ua_engineering_value.d.ts +19 -0
  72. package/dist/ua_engineering_value.js +3 -0
  73. package/dist/ua_engineering_value.js.map +1 -0
  74. package/dist/ua_gc_oven.d.ts +13 -0
  75. package/dist/ua_gc_oven.js +3 -0
  76. package/dist/ua_gc_oven.js.map +1 -0
  77. package/dist/ua_mass_spectrometer_device.d.ts +13 -0
  78. package/dist/ua_mass_spectrometer_device.js +3 -0
  79. package/dist/ua_mass_spectrometer_device.js.map +1 -0
  80. package/dist/ua_mass_spectrometer_device_stream.d.ts +13 -0
  81. package/dist/ua_mass_spectrometer_device_stream.js +3 -0
  82. package/dist/ua_mass_spectrometer_device_stream.js.map +1 -0
  83. package/dist/ua_mnr_device_stream.d.ts +13 -0
  84. package/dist/ua_mnr_device_stream.js +3 -0
  85. package/dist/ua_mnr_device_stream.js.map +1 -0
  86. package/dist/ua_mva_model.d.ts +24 -0
  87. package/dist/ua_mva_model.js +3 -0
  88. package/dist/ua_mva_model.js.map +1 -0
  89. package/dist/ua_mva_output_parameter.d.ts +27 -0
  90. package/dist/ua_mva_output_parameter.js +3 -0
  91. package/dist/ua_mva_output_parameter.js.map +1 -0
  92. package/dist/ua_nmr_device.d.ts +13 -0
  93. package/dist/ua_nmr_device.js +3 -0
  94. package/dist/ua_nmr_device.js.map +1 -0
  95. package/dist/ua_particle_size_monitor_device.d.ts +13 -0
  96. package/dist/ua_particle_size_monitor_device.js +3 -0
  97. package/dist/ua_particle_size_monitor_device.js.map +1 -0
  98. package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -0
  99. package/dist/ua_particle_size_monitor_device_stream.js +3 -0
  100. package/dist/ua_particle_size_monitor_device_stream.js.map +1 -0
  101. package/dist/ua_process_variable.d.ts +21 -0
  102. package/dist/ua_process_variable.js +3 -0
  103. package/dist/ua_process_variable.js.map +1 -0
  104. package/dist/ua_smart_sampling_system.d.ts +13 -0
  105. package/dist/ua_smart_sampling_system.js +3 -0
  106. package/dist/ua_smart_sampling_system.js.map +1 -0
  107. package/dist/ua_source.d.ts +13 -0
  108. package/dist/ua_source.js +3 -0
  109. package/dist/ua_source.js.map +1 -0
  110. package/dist/ua_spectrometer_device.d.ts +26 -0
  111. package/dist/ua_spectrometer_device.js +3 -0
  112. package/dist/ua_spectrometer_device.js.map +1 -0
  113. package/dist/ua_spectrometer_device_stream.d.ts +65 -0
  114. package/dist/ua_spectrometer_device_stream.js +3 -0
  115. package/dist/ua_spectrometer_device_stream.js.map +1 -0
  116. package/dist/ua_stream.d.ts +362 -0
  117. package/dist/ua_stream.js +3 -0
  118. package/dist/ua_stream.js.map +1 -0
  119. package/package.json +10 -10
  120. package/pnpm-lock.yaml +8 -8
  121. package/tsconfig.tsbuildinfo +1 -0
package/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014-2021 Etienne Rossignon
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the "Software"), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- the Software, and to permit persons to whom the Software is furnished to do so,
10
- subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014-2021 Etienne Rossignon
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +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
+ }
@@ -0,0 +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 = {}));
40
+ //# sourceMappingURL=enum_acquisition_result_status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum_acquisition_result_status.js","sourceRoot":"","sources":["../source/enum_acquisition_result_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,2BAyBX;AAzBD,WAAY,2BAA2B;IACrC;;OAEG;IACH,qFAAY,CAAA;IACZ;;;OAGG;IACH,6EAAQ,CAAA;IACR;;;OAGG;IACH,2EAAO,CAAA;IACP;;;OAGG;IACH,mFAAW,CAAA;IACX;;;OAGG;IACH,mFAAW,CAAA;AACb,CAAC,EAzBW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyBtC"}
@@ -0,0 +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
+ }
@@ -0,0 +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 = {}));
46
+ //# sourceMappingURL=enum_alarm_state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum_alarm_state.js","sourceRoot":"","sources":["../source/enum_alarm_state.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,cA+BX;AA/BD,WAAY,cAAc;IACxB;;OAEG;IACH,2DAAY,CAAA;IACZ;;OAEG;IACH,qEAAiB,CAAA;IACjB;;OAEG;IACH,uEAAkB,CAAA;IAClB;;;OAGG;IACH,6DAAa,CAAA;IACb;;OAEG;IACH,iEAAe,CAAA;IACf;;OAEG;IACH,sEAAkB,CAAA;IAClB;;;OAGG;IACH,4DAAa,CAAA;AACf,CAAC,EA/BW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA+BzB"}
@@ -0,0 +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
+ }
@@ -0,0 +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 = {}));
70
+ //# sourceMappingURL=enum_execution_cycle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum_execution_cycle.js","sourceRoot":"","sources":["../source/enum_execution_cycle.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,kBAuDX;AAvDD,WAAY,kBAAkB;IAC5B;;OAEG;IACH,2DAAQ,CAAA;IACR;;;OAGG;IACH,uEAAc,CAAA;IACd;;OAEG;IACH,mEAAY,CAAA;IACZ;;OAEG;IACH,yEAAe,CAAA;IACf;;OAEG;IACH,uEAAc,CAAA;IACd;;OAEG;IACH,oEAAa,CAAA;IACb;;;;OAIG;IACH,6GAAmC,CAAA;IACnC;;;;OAIG;IACH,yGAAiC,CAAA;IACjC;;;;OAIG;IACH,+GAAoC,CAAA;IACpC;;;;OAIG;IACH,6GAAmC,CAAA;IACnC;;;OAGG;IACH,yGAAiC,CAAA;AACnC,CAAC,EAvDW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuD7B"}
@@ -0,0 +1,38 @@
1
+ export * from "./enum_acquisition_result_status";
2
+ export * from "./enum_alarm_state";
3
+ export * from "./enum_execution_cycle";
4
+ export * from "./ua_accessory";
5
+ export * from "./ua_accessory_slot";
6
+ export * from "./ua_accessory_slot_state_machine";
7
+ export * from "./ua_acoustic_spectrometer_device";
8
+ export * from "./ua_acoustic_spectrometer_device_stream";
9
+ export * from "./ua_analyser_channel";
10
+ export * from "./ua_analyser_channel_local_state";
11
+ export * from "./ua_analyser_channel_maintenance_state";
12
+ export * from "./ua_analyser_channel_operating_execute_state";
13
+ export * from "./ua_analyser_channel_operating_mode_execute_sub_state_machine";
14
+ export * from "./ua_analyser_channel_operating_mode_sub_state_machine";
15
+ export * from "./ua_analyser_channel_operating_state";
16
+ export * from "./ua_analyser_channel_state_machine";
17
+ export * from "./ua_analyser_device";
18
+ export * from "./ua_analyser_device_state_machine";
19
+ export * from "./ua_chemometric_model";
20
+ export * from "./ua_chromatograph_device";
21
+ export * from "./ua_chromatograph_device_stream";
22
+ export * from "./ua_detector";
23
+ export * from "./ua_engineering_value";
24
+ export * from "./ua_gc_oven";
25
+ export * from "./ua_mass_spectrometer_device";
26
+ export * from "./ua_mass_spectrometer_device_stream";
27
+ export * from "./ua_mnr_device_stream";
28
+ export * from "./ua_mva_model";
29
+ export * from "./ua_mva_output_parameter";
30
+ export * from "./ua_nmr_device";
31
+ export * from "./ua_particle_size_monitor_device";
32
+ export * from "./ua_particle_size_monitor_device_stream";
33
+ export * from "./ua_process_variable";
34
+ export * from "./ua_smart_sampling_system";
35
+ export * from "./ua_source";
36
+ export * from "./ua_spectrometer_device";
37
+ export * from "./ua_spectrometer_device_stream";
38
+ export * from "./ua_stream";
package/dist/index.js ADDED
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./enum_acquisition_result_status"), exports);
14
+ __exportStar(require("./enum_alarm_state"), exports);
15
+ __exportStar(require("./enum_execution_cycle"), exports);
16
+ __exportStar(require("./ua_accessory"), exports);
17
+ __exportStar(require("./ua_accessory_slot"), exports);
18
+ __exportStar(require("./ua_accessory_slot_state_machine"), exports);
19
+ __exportStar(require("./ua_acoustic_spectrometer_device"), exports);
20
+ __exportStar(require("./ua_acoustic_spectrometer_device_stream"), exports);
21
+ __exportStar(require("./ua_analyser_channel"), exports);
22
+ __exportStar(require("./ua_analyser_channel_local_state"), exports);
23
+ __exportStar(require("./ua_analyser_channel_maintenance_state"), exports);
24
+ __exportStar(require("./ua_analyser_channel_operating_execute_state"), exports);
25
+ __exportStar(require("./ua_analyser_channel_operating_mode_execute_sub_state_machine"), exports);
26
+ __exportStar(require("./ua_analyser_channel_operating_mode_sub_state_machine"), exports);
27
+ __exportStar(require("./ua_analyser_channel_operating_state"), exports);
28
+ __exportStar(require("./ua_analyser_channel_state_machine"), exports);
29
+ __exportStar(require("./ua_analyser_device"), exports);
30
+ __exportStar(require("./ua_analyser_device_state_machine"), exports);
31
+ __exportStar(require("./ua_chemometric_model"), exports);
32
+ __exportStar(require("./ua_chromatograph_device"), exports);
33
+ __exportStar(require("./ua_chromatograph_device_stream"), exports);
34
+ __exportStar(require("./ua_detector"), exports);
35
+ __exportStar(require("./ua_engineering_value"), exports);
36
+ __exportStar(require("./ua_gc_oven"), exports);
37
+ __exportStar(require("./ua_mass_spectrometer_device"), exports);
38
+ __exportStar(require("./ua_mass_spectrometer_device_stream"), exports);
39
+ __exportStar(require("./ua_mnr_device_stream"), exports);
40
+ __exportStar(require("./ua_mva_model"), exports);
41
+ __exportStar(require("./ua_mva_output_parameter"), exports);
42
+ __exportStar(require("./ua_nmr_device"), exports);
43
+ __exportStar(require("./ua_particle_size_monitor_device"), exports);
44
+ __exportStar(require("./ua_particle_size_monitor_device_stream"), exports);
45
+ __exportStar(require("./ua_process_variable"), exports);
46
+ __exportStar(require("./ua_smart_sampling_system"), exports);
47
+ __exportStar(require("./ua_source"), exports);
48
+ __exportStar(require("./ua_spectrometer_device"), exports);
49
+ __exportStar(require("./ua_spectrometer_device_stream"), exports);
50
+ __exportStar(require("./ua_stream"), exports);
51
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mEAAiD;AACjD,qDAAmC;AACnC,yDAAuC;AACvC,iDAA+B;AAC/B,sDAAoC;AACpC,oEAAkD;AAClD,oEAAkD;AAClD,2EAAyD;AACzD,wDAAsC;AACtC,oEAAkD;AAClD,0EAAwD;AACxD,gFAA8D;AAC9D,iGAA+E;AAC/E,yFAAuE;AACvE,wEAAsD;AACtD,sEAAoD;AACpD,uDAAqC;AACrC,qEAAmD;AACnD,yDAAuC;AACvC,4DAA0C;AAC1C,mEAAiD;AACjD,gDAA8B;AAC9B,yDAAuC;AACvC,+CAA6B;AAC7B,gEAA8C;AAC9C,uEAAqD;AACrD,yDAAuC;AACvC,iDAA+B;AAC/B,4DAA0C;AAC1C,kDAAgC;AAChC,oEAAkD;AAClD,2EAAyD;AACzD,wDAAsC;AACtC,6DAA2C;AAC3C,8CAA4B;AAC5B,2DAAyC;AACzC,kEAAgD;AAChD,8CAA4B"}
@@ -0,0 +1,30 @@
1
+ import { UAProperty } from "node-opcua-address-space-base";
2
+ import { DataType } from "node-opcua-variant";
3
+ import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element";
4
+ import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
5
+ /**
6
+ * | | |
7
+ * |----------------|--------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |2:AccessoryType ns=2;i=1019 |
11
+ * |isAbstract |false |
12
+ */
13
+ export interface UAAccessory_Base extends UATopologyElement_Base {
14
+ configuration: UAFunctionalGroup;
15
+ status: UAFunctionalGroup;
16
+ factorySettings: UAFunctionalGroup;
17
+ /**
18
+ * isHotSwappable
19
+ * True if this accessory can be inserted in the
20
+ * accessory slot while it is powered
21
+ */
22
+ isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
23
+ /**
24
+ * isReady
25
+ * True if this accessory is ready for use
26
+ */
27
+ isReady: UAProperty<boolean, /*z*/ DataType.Boolean>;
28
+ }
29
+ export interface UAAccessory extends UATopologyElement, UAAccessory_Base {
30
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_accessory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_accessory.js","sourceRoot":"","sources":["../source/ua_accessory.ts"],"names":[],"mappings":""}
@@ -0,0 +1,34 @@
1
+ import { UAProperty } from "node-opcua-address-space-base";
2
+ import { DataType } from "node-opcua-variant";
3
+ import { UAConfigurableObject, UAConfigurableObject_Base } from "node-opcua-nodeset-di/source/ua_configurable_object";
4
+ import { UAAccessorySlotStateMachine } from "./ua_accessory_slot_state_machine";
5
+ /**
6
+ * Organizes zero or more Accessory objects
7
+ * identified by "AccessoryIdentifier" which
8
+ * represent Accessories currently being used on
9
+ * that AccessorySlot.
10
+ *
11
+ * | | |
12
+ * |----------------|--------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |2:AccessorySlotType ns=2;i=1017 |
16
+ * |isAbstract |false |
17
+ */
18
+ export interface UAAccessorySlot_Base extends UAConfigurableObject_Base {
19
+ /**
20
+ * isHotSwappable
21
+ * True if an accessory can be inserted in the
22
+ * accessory slot while it is powered
23
+ */
24
+ isHotSwappable: UAProperty<boolean, /*z*/ DataType.Boolean>;
25
+ /**
26
+ * isEnabled
27
+ * True if this accessory slot is capable of
28
+ * accepting an accessory in it
29
+ */
30
+ isEnabled: UAProperty<boolean, /*z*/ DataType.Boolean>;
31
+ accessorySlotStateMachine: UAAccessorySlotStateMachine;
32
+ }
33
+ export interface UAAccessorySlot extends UAConfigurableObject, UAAccessorySlot_Base {
34
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_accessory_slot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_accessory_slot.js","sourceRoot":"","sources":["../source/ua_accessory_slot.ts"],"names":[],"mappings":""}
@@ -0,0 +1,67 @@
1
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
2
+ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
3
+ import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
4
+ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
5
+ /**
6
+ * Describes the behaviour of an AccessorySlot when
7
+ * a physical accessory is inserted or removed.
8
+ *
9
+ * | | |
10
+ * |----------------|--------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |2:AccessorySlotStateMachineType ns=2;i=1018 |
14
+ * |isAbstract |false |
15
+ */
16
+ export interface UAAccessorySlotStateMachine_Base extends UAFiniteStateMachine_Base {
17
+ /**
18
+ * powerup
19
+ * The AccessorySlot is in its power-up sequence and
20
+ * cannot perform any other task.
21
+ */
22
+ powerup: UAInitialState;
23
+ /**
24
+ * empty
25
+ * This represents an AccessorySlot where no
26
+ * Accessory is installed.
27
+ */
28
+ empty: UAState;
29
+ /**
30
+ * inserting
31
+ * This represents an AccessorySlot when an
32
+ * Accessory is being inserted and initializing.
33
+ */
34
+ inserting: UAState;
35
+ /**
36
+ * installed
37
+ * This represents an AccessorySlot where an
38
+ * Accessory is installed and ready to use.
39
+ */
40
+ installed: UAState;
41
+ /**
42
+ * removing
43
+ * This represents an AccessorySlot where no
44
+ * Accessory is installed.
45
+ */
46
+ removing: UAState;
47
+ /**
48
+ * shutdown
49
+ * The AccessorySlot is in its power-down sequence
50
+ * and cannot perform any other task.
51
+ */
52
+ shutdown: UAState;
53
+ powerupToEmptyTransition: UATransition;
54
+ emptyToInsertingTransition: UATransition;
55
+ insertingTransition: UATransition;
56
+ insertingToRemovingTransition: UATransition;
57
+ insertingToInstalledTransition: UATransition;
58
+ installedToRemovingTransition: UATransition;
59
+ removingTransition: UATransition;
60
+ removingToEmptyTransition: UATransition;
61
+ emptyToShutdownTransition: UATransition;
62
+ insertingToShutdownTransition: UATransition;
63
+ installedToShutdownTransition: UATransition;
64
+ removingToShutdownTransition: UATransition;
65
+ }
66
+ export interface UAAccessorySlotStateMachine extends UAFiniteStateMachine, UAAccessorySlotStateMachine_Base {
67
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_accessory_slot_state_machine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_accessory_slot_state_machine.js","sourceRoot":"","sources":["../source/ua_accessory_slot_state_machine.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
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:AcousticSpectrometerDeviceType ns=2;i=1015 |
8
+ * |isAbstract |false |
9
+ */
10
+ export interface UAAcousticSpectrometerDevice_Base extends UAAnalyserDevice_Base {
11
+ }
12
+ export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_acoustic_spectrometer_device.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_acoustic_spectrometer_device.js","sourceRoot":"","sources":["../source/ua_acoustic_spectrometer_device.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { UAStream, UAStream_Base } from "./ua_stream";
2
+ /**
3
+ * | | |
4
+ * |----------------|--------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/ADI/ |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |2:AcousticSpectrometerDeviceStreamType ns=2;i=1033|
8
+ * |isAbstract |false |
9
+ */
10
+ export interface UAAcousticSpectrometerDeviceStream_Base extends UAStream_Base {
11
+ }
12
+ export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_acoustic_spectrometer_device_stream.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_acoustic_spectrometer_device_stream.js","sourceRoot":"","sources":["../source/ua_acoustic_spectrometer_device_stream.ts"],"names":[],"mappings":""}