node-opcua-nodeset-adi 2.71.0 → 2.72.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 +13 -13
- package/dist/ua_acoustic_spectrometer_device.js +2 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +13 -13
- 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 +13 -13
- package/dist/ua_analyser_channel_local_state.js +2 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +13 -13
- package/dist/ua_analyser_channel_maintenance_state.js +2 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +13 -13
- 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 +13 -13
- 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 +13 -13
- package/dist/ua_chromatograph_device.js +2 -2
- package/dist/ua_chromatograph_device_stream.d.ts +13 -13
- package/dist/ua_chromatograph_device_stream.js +2 -2
- package/dist/ua_detector.d.ts +13 -13
- package/dist/ua_detector.js +2 -2
- package/dist/ua_engineering_value.d.ts +19 -19
- package/dist/ua_engineering_value.js +2 -2
- package/dist/ua_gc_oven.d.ts +13 -13
- package/dist/ua_gc_oven.js +2 -2
- package/dist/ua_mass_spectrometer_device.d.ts +13 -13
- package/dist/ua_mass_spectrometer_device.js +2 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +13 -13
- package/dist/ua_mass_spectrometer_device_stream.js +2 -2
- package/dist/ua_mnr_device_stream.d.ts +13 -13
- 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 +13 -13
- package/dist/ua_nmr_device.js +2 -2
- package/dist/ua_particle_size_monitor_device.d.ts +13 -13
- 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 +21 -21
- package/dist/ua_process_variable.js +2 -2
- package/dist/ua_smart_sampling_system.d.ts +13 -13
- package/dist/ua_smart_sampling_system.js +2 -2
- package/dist/ua_source.d.ts +13 -13
- 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 +9 -10
- package/LICENSE +0 -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_analyser_channel_operating_mode_sub_state_machine.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |2:AnalyserChannelOperatingStateType ns=2;i=1004 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAAnalyserChannelOperatingState_Base extends UAState_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAAnalyserChannelOperatingState extends UAState, UAAnalyserChannelOperatingState_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |2:AnalyserChannelOperatingStateType ns=2;i=1004 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAAnalyserChannelOperatingState_Base extends UAState_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAAnalyserChannelOperatingState extends UAState, UAAnalyserChannelOperatingState_Base {
|
|
13
|
+
}
|
|
@@ -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_analyser_channel_operating_state.js.map
|
|
@@ -1,60 +1,60 @@
|
|
|
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 { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
4
|
-
import { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
5
|
-
import { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state";
|
|
6
|
-
import { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state";
|
|
7
|
-
import { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state";
|
|
8
|
-
/**
|
|
9
|
-
* Contains a nested state model that defines the
|
|
10
|
-
* top level states Operating, Local and Maintenance
|
|
11
|
-
*
|
|
12
|
-
* | | |
|
|
13
|
-
* |----------------|--------------------------------------------------|
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
-
* |nodeClass |ObjectType |
|
|
16
|
-
* |typedDefinition |2:AnalyserChannelStateMachineType ns=2;i=1007 |
|
|
17
|
-
* |isAbstract |false |
|
|
18
|
-
*/
|
|
19
|
-
export interface UAAnalyserChannelStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
20
|
-
operatingSubStateMachine: UAAnalyserChannel_OperatingModeSubStateMachine;
|
|
21
|
-
localSubStateMachine?: UAFiniteStateMachine;
|
|
22
|
-
maintenanceSubStateMachine?: UAFiniteStateMachine;
|
|
23
|
-
/**
|
|
24
|
-
* slaveMode
|
|
25
|
-
* The AnalyserDevice is in Local or Maintenance
|
|
26
|
-
* mode and all AnalyserChannels are in SlaveMode
|
|
27
|
-
*/
|
|
28
|
-
slaveMode: UAInitialState;
|
|
29
|
-
/**
|
|
30
|
-
* operating
|
|
31
|
-
* The AnalyserChannel is in the Operating mode.
|
|
32
|
-
*/
|
|
33
|
-
operating: UAAnalyserChannelOperatingState;
|
|
34
|
-
/**
|
|
35
|
-
* local
|
|
36
|
-
* The AnalyserChannel is in the Local mode. This
|
|
37
|
-
* mode is normally used to perform local physical
|
|
38
|
-
* maintenance on the analyser.
|
|
39
|
-
*/
|
|
40
|
-
local: UAAnalyserChannelLocalState;
|
|
41
|
-
/**
|
|
42
|
-
* maintenance
|
|
43
|
-
* The AnalyserChannel is in the Maintenance mode.
|
|
44
|
-
* This mode is used to perform remote maintenance
|
|
45
|
-
* on the analyser like firmware upgrade.
|
|
46
|
-
*/
|
|
47
|
-
maintenance: UAAnalyserChannelMaintenanceState;
|
|
48
|
-
slaveModeToOperatingTransition: UATransition;
|
|
49
|
-
operatingToLocalTransition: UATransition;
|
|
50
|
-
operatingToMaintenanceTransition: UATransition;
|
|
51
|
-
localToOperatingTransition: UATransition;
|
|
52
|
-
localToMaintenanceTransition: UATransition;
|
|
53
|
-
maintenanceToOperatingTransition: UATransition;
|
|
54
|
-
maintenanceToLocalTransition: UATransition;
|
|
55
|
-
operatingToSlaveModeTransition: UATransition;
|
|
56
|
-
localToSlaveModeTransition: UATransition;
|
|
57
|
-
maintenanceToSlaveModeTransition: UATransition;
|
|
58
|
-
}
|
|
59
|
-
export interface UAAnalyserChannelStateMachine extends UAFiniteStateMachine, UAAnalyserChannelStateMachine_Base {
|
|
60
|
-
}
|
|
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 { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
4
|
+
import { UAAnalyserChannel_OperatingModeSubStateMachine } from "./ua_analyser_channel_operating_mode_sub_state_machine";
|
|
5
|
+
import { UAAnalyserChannelOperatingState } from "./ua_analyser_channel_operating_state";
|
|
6
|
+
import { UAAnalyserChannelLocalState } from "./ua_analyser_channel_local_state";
|
|
7
|
+
import { UAAnalyserChannelMaintenanceState } from "./ua_analyser_channel_maintenance_state";
|
|
8
|
+
/**
|
|
9
|
+
* Contains a nested state model that defines the
|
|
10
|
+
* top level states Operating, Local and Maintenance
|
|
11
|
+
*
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|--------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |2:AnalyserChannelStateMachineType ns=2;i=1007 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
|
+
*/
|
|
19
|
+
export interface UAAnalyserChannelStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
20
|
+
operatingSubStateMachine: UAAnalyserChannel_OperatingModeSubStateMachine;
|
|
21
|
+
localSubStateMachine?: UAFiniteStateMachine;
|
|
22
|
+
maintenanceSubStateMachine?: UAFiniteStateMachine;
|
|
23
|
+
/**
|
|
24
|
+
* slaveMode
|
|
25
|
+
* The AnalyserDevice is in Local or Maintenance
|
|
26
|
+
* mode and all AnalyserChannels are in SlaveMode
|
|
27
|
+
*/
|
|
28
|
+
slaveMode: UAInitialState;
|
|
29
|
+
/**
|
|
30
|
+
* operating
|
|
31
|
+
* The AnalyserChannel is in the Operating mode.
|
|
32
|
+
*/
|
|
33
|
+
operating: UAAnalyserChannelOperatingState;
|
|
34
|
+
/**
|
|
35
|
+
* local
|
|
36
|
+
* The AnalyserChannel is in the Local mode. This
|
|
37
|
+
* mode is normally used to perform local physical
|
|
38
|
+
* maintenance on the analyser.
|
|
39
|
+
*/
|
|
40
|
+
local: UAAnalyserChannelLocalState;
|
|
41
|
+
/**
|
|
42
|
+
* maintenance
|
|
43
|
+
* The AnalyserChannel is in the Maintenance mode.
|
|
44
|
+
* This mode is used to perform remote maintenance
|
|
45
|
+
* on the analyser like firmware upgrade.
|
|
46
|
+
*/
|
|
47
|
+
maintenance: UAAnalyserChannelMaintenanceState;
|
|
48
|
+
slaveModeToOperatingTransition: UATransition;
|
|
49
|
+
operatingToLocalTransition: UATransition;
|
|
50
|
+
operatingToMaintenanceTransition: UATransition;
|
|
51
|
+
localToOperatingTransition: UATransition;
|
|
52
|
+
localToMaintenanceTransition: UATransition;
|
|
53
|
+
maintenanceToOperatingTransition: UATransition;
|
|
54
|
+
maintenanceToLocalTransition: UATransition;
|
|
55
|
+
operatingToSlaveModeTransition: UATransition;
|
|
56
|
+
localToSlaveModeTransition: UATransition;
|
|
57
|
+
maintenanceToSlaveModeTransition: UATransition;
|
|
58
|
+
}
|
|
59
|
+
export interface UAAnalyserChannelStateMachine extends UAFiniteStateMachine, UAAnalyserChannelStateMachine_Base {
|
|
60
|
+
}
|
|
@@ -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_analyser_channel_state_machine.js.map
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import { UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
6
|
-
import { UAFile } from "node-opcua-nodeset-ua/source/ua_file";
|
|
7
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health";
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
9
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
|
|
10
|
-
import { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine";
|
|
11
|
-
export interface UAAnalyserDevice_parameterSet extends UAObject {
|
|
12
|
-
/**
|
|
13
|
-
* diagnosticStatus
|
|
14
|
-
* General health status of the analyser
|
|
15
|
-
*/
|
|
16
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth, /*z*/ DataType.Int32>;
|
|
17
|
-
/**
|
|
18
|
-
* configData
|
|
19
|
-
* Optional analyser device large configuration
|
|
20
|
-
*/
|
|
21
|
-
configData?: UAFile;
|
|
22
|
-
}
|
|
23
|
-
export interface UAAnalyserDevice_methodSet extends UAObject {
|
|
24
|
-
getConfiguration: UAMethod;
|
|
25
|
-
setConfiguration: UAMethod;
|
|
26
|
-
getConfigDataDigest: UAMethod;
|
|
27
|
-
compareConfigDataDigest: UAMethod;
|
|
28
|
-
resetAllChannels: UAMethod;
|
|
29
|
-
startAllChannels: UAMethod;
|
|
30
|
-
stopAllChannels: UAMethod;
|
|
31
|
-
abortAllChannels: UAMethod;
|
|
32
|
-
gotoOperating: UAMethod;
|
|
33
|
-
gotoMaintenance: UAMethod;
|
|
34
|
-
}
|
|
35
|
-
export interface UAAnalyserDevice_identification extends UAFunctionalGroup {
|
|
36
|
-
/**
|
|
37
|
-
* manufacturer
|
|
38
|
-
* Name of the company that manufactured the device
|
|
39
|
-
*/
|
|
40
|
-
manufacturer: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
41
|
-
/**
|
|
42
|
-
* model
|
|
43
|
-
* Model name of the device
|
|
44
|
-
*/
|
|
45
|
-
model: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
46
|
-
/**
|
|
47
|
-
* serialNumber
|
|
48
|
-
* Identifier that uniquely identifies, within a
|
|
49
|
-
* manufacturer, a device instance
|
|
50
|
-
*/
|
|
51
|
-
serialNumber: UAProperty<UAString, /*z*/ DataType.String>;
|
|
52
|
-
}
|
|
53
|
-
export interface UAAnalyserDevice_configuration extends UAFunctionalGroup {
|
|
54
|
-
/**
|
|
55
|
-
* configData
|
|
56
|
-
* Optional analyser device large configuration
|
|
57
|
-
*/
|
|
58
|
-
configData?: UAFile;
|
|
59
|
-
}
|
|
60
|
-
export interface UAAnalyserDevice_status extends UAFunctionalGroup {
|
|
61
|
-
/**
|
|
62
|
-
* diagnosticStatus
|
|
63
|
-
* General health status of the analyser
|
|
64
|
-
*/
|
|
65
|
-
diagnosticStatus: UADataItem<EnumDeviceHealth, /*z*/ DataType.Int32>;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* | | |
|
|
69
|
-
* |----------------|--------------------------------------------------|
|
|
70
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
71
|
-
* |nodeClass |ObjectType |
|
|
72
|
-
* |typedDefinition |2:AnalyserDeviceType ns=2;i=1001 |
|
|
73
|
-
* |isAbstract |true |
|
|
74
|
-
*/
|
|
75
|
-
export interface UAAnalyserDevice_Base extends UADevice_Base {
|
|
76
|
-
/**
|
|
77
|
-
* parameterSet
|
|
78
|
-
* Flat list of Parameters
|
|
79
|
-
*/
|
|
80
|
-
parameterSet?: UAAnalyserDevice_parameterSet;
|
|
81
|
-
/**
|
|
82
|
-
* methodSet
|
|
83
|
-
* Flat list of Methods
|
|
84
|
-
*/
|
|
85
|
-
methodSet: UAAnalyserDevice_methodSet;
|
|
86
|
-
/**
|
|
87
|
-
* identification
|
|
88
|
-
* Used to organize parameters for identification of
|
|
89
|
-
* this TopologyElement
|
|
90
|
-
*/
|
|
91
|
-
identification: UAAnalyserDevice_identification;
|
|
92
|
-
configuration: UAAnalyserDevice_configuration;
|
|
93
|
-
status: UAAnalyserDevice_status;
|
|
94
|
-
factorySettings: UAFunctionalGroup;
|
|
95
|
-
analyserStateMachine: UAAnalyserDeviceStateMachine;
|
|
96
|
-
}
|
|
97
|
-
export interface UAAnalyserDevice extends Omit<UADevice, "parameterSet" | "methodSet" | "identification">, UAAnalyserDevice_Base {
|
|
98
|
-
}
|
|
1
|
+
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
+
import { UAString } from "node-opcua-basic-types";
|
|
5
|
+
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item";
|
|
6
|
+
import { UAFile } from "node-opcua-nodeset-ua/source/ua_file";
|
|
7
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
9
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
|
|
10
|
+
import { UAAnalyserDeviceStateMachine } from "./ua_analyser_device_state_machine";
|
|
11
|
+
export interface UAAnalyserDevice_parameterSet extends UAObject {
|
|
12
|
+
/**
|
|
13
|
+
* diagnosticStatus
|
|
14
|
+
* General health status of the analyser
|
|
15
|
+
*/
|
|
16
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, /*z*/ DataType.Int32>;
|
|
17
|
+
/**
|
|
18
|
+
* configData
|
|
19
|
+
* Optional analyser device large configuration
|
|
20
|
+
*/
|
|
21
|
+
configData?: UAFile;
|
|
22
|
+
}
|
|
23
|
+
export interface UAAnalyserDevice_methodSet extends UAObject {
|
|
24
|
+
getConfiguration: UAMethod;
|
|
25
|
+
setConfiguration: UAMethod;
|
|
26
|
+
getConfigDataDigest: UAMethod;
|
|
27
|
+
compareConfigDataDigest: UAMethod;
|
|
28
|
+
resetAllChannels: UAMethod;
|
|
29
|
+
startAllChannels: UAMethod;
|
|
30
|
+
stopAllChannels: UAMethod;
|
|
31
|
+
abortAllChannels: UAMethod;
|
|
32
|
+
gotoOperating: UAMethod;
|
|
33
|
+
gotoMaintenance: UAMethod;
|
|
34
|
+
}
|
|
35
|
+
export interface UAAnalyserDevice_identification extends UAFunctionalGroup {
|
|
36
|
+
/**
|
|
37
|
+
* manufacturer
|
|
38
|
+
* Name of the company that manufactured the device
|
|
39
|
+
*/
|
|
40
|
+
manufacturer: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
41
|
+
/**
|
|
42
|
+
* model
|
|
43
|
+
* Model name of the device
|
|
44
|
+
*/
|
|
45
|
+
model: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
46
|
+
/**
|
|
47
|
+
* serialNumber
|
|
48
|
+
* Identifier that uniquely identifies, within a
|
|
49
|
+
* manufacturer, a device instance
|
|
50
|
+
*/
|
|
51
|
+
serialNumber: UAProperty<UAString, /*z*/ DataType.String>;
|
|
52
|
+
}
|
|
53
|
+
export interface UAAnalyserDevice_configuration extends UAFunctionalGroup {
|
|
54
|
+
/**
|
|
55
|
+
* configData
|
|
56
|
+
* Optional analyser device large configuration
|
|
57
|
+
*/
|
|
58
|
+
configData?: UAFile;
|
|
59
|
+
}
|
|
60
|
+
export interface UAAnalyserDevice_status extends UAFunctionalGroup {
|
|
61
|
+
/**
|
|
62
|
+
* diagnosticStatus
|
|
63
|
+
* General health status of the analyser
|
|
64
|
+
*/
|
|
65
|
+
diagnosticStatus: UADataItem<EnumDeviceHealth, /*z*/ DataType.Int32>;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* | | |
|
|
69
|
+
* |----------------|--------------------------------------------------|
|
|
70
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
71
|
+
* |nodeClass |ObjectType |
|
|
72
|
+
* |typedDefinition |2:AnalyserDeviceType ns=2;i=1001 |
|
|
73
|
+
* |isAbstract |true |
|
|
74
|
+
*/
|
|
75
|
+
export interface UAAnalyserDevice_Base extends UADevice_Base {
|
|
76
|
+
/**
|
|
77
|
+
* parameterSet
|
|
78
|
+
* Flat list of Parameters
|
|
79
|
+
*/
|
|
80
|
+
parameterSet?: UAAnalyserDevice_parameterSet;
|
|
81
|
+
/**
|
|
82
|
+
* methodSet
|
|
83
|
+
* Flat list of Methods
|
|
84
|
+
*/
|
|
85
|
+
methodSet: UAAnalyserDevice_methodSet;
|
|
86
|
+
/**
|
|
87
|
+
* identification
|
|
88
|
+
* Used to organize parameters for identification of
|
|
89
|
+
* this TopologyElement
|
|
90
|
+
*/
|
|
91
|
+
identification: UAAnalyserDevice_identification;
|
|
92
|
+
configuration: UAAnalyserDevice_configuration;
|
|
93
|
+
status: UAAnalyserDevice_status;
|
|
94
|
+
factorySettings: UAFunctionalGroup;
|
|
95
|
+
analyserStateMachine: UAAnalyserDeviceStateMachine;
|
|
96
|
+
}
|
|
97
|
+
export interface UAAnalyserDevice extends Omit<UADevice, "parameterSet" | "methodSet" | "identification">, UAAnalyserDevice_Base {
|
|
98
|
+
}
|
|
@@ -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_analyser_device.js.map
|
|
@@ -1,57 +1,57 @@
|
|
|
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
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |2:AnalyserDeviceStateMachineType ns=2;i=1002 |
|
|
11
|
-
* |isAbstract |false |
|
|
12
|
-
*/
|
|
13
|
-
export interface UAAnalyserDeviceStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
14
|
-
/**
|
|
15
|
-
* powerup
|
|
16
|
-
* The AnalyserDevice is in its power-up sequence
|
|
17
|
-
* and cannot perform any other task.
|
|
18
|
-
*/
|
|
19
|
-
powerup: UAInitialState;
|
|
20
|
-
/**
|
|
21
|
-
* operating
|
|
22
|
-
* The AnalyserDevice is in the Operating mode.
|
|
23
|
-
*/
|
|
24
|
-
operating: UAState;
|
|
25
|
-
/**
|
|
26
|
-
* local
|
|
27
|
-
* The AnalyserDevice is in the Local mode. This
|
|
28
|
-
* mode is normally used to perform local physical
|
|
29
|
-
* maintenance on the analyser.
|
|
30
|
-
*/
|
|
31
|
-
local: UAState;
|
|
32
|
-
/**
|
|
33
|
-
* maintenance
|
|
34
|
-
* The AnalyserDevice is in the Maintenance mode.
|
|
35
|
-
* This mode is used to perform remote maintenance
|
|
36
|
-
* on the analyser like firmware upgrade.
|
|
37
|
-
*/
|
|
38
|
-
maintenance: UAState;
|
|
39
|
-
/**
|
|
40
|
-
* shutdown
|
|
41
|
-
* The AnalyserDevice is in its power-down sequence
|
|
42
|
-
* and cannot perform any other task.
|
|
43
|
-
*/
|
|
44
|
-
shutdown: UAState;
|
|
45
|
-
powerupToOperatingTransition: UATransition;
|
|
46
|
-
operatingToLocalTransition: UATransition;
|
|
47
|
-
operatingToMaintenanceTransition: UATransition;
|
|
48
|
-
localToOperatingTransition: UATransition;
|
|
49
|
-
localToMaintenanceTransition: UATransition;
|
|
50
|
-
maintenanceToOperatingTransition: UATransition;
|
|
51
|
-
maintenanceToLocalTransition: UATransition;
|
|
52
|
-
operatingToShutdownTransition: UATransition;
|
|
53
|
-
localToShutdownTransition: UATransition;
|
|
54
|
-
maintenanceToShutdownTransition: UATransition;
|
|
55
|
-
}
|
|
56
|
-
export interface UAAnalyserDeviceStateMachine extends UAFiniteStateMachine, UAAnalyserDeviceStateMachine_Base {
|
|
57
|
-
}
|
|
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
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/ADI/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |2:AnalyserDeviceStateMachineType ns=2;i=1002 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAAnalyserDeviceStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
14
|
+
/**
|
|
15
|
+
* powerup
|
|
16
|
+
* The AnalyserDevice is in its power-up sequence
|
|
17
|
+
* and cannot perform any other task.
|
|
18
|
+
*/
|
|
19
|
+
powerup: UAInitialState;
|
|
20
|
+
/**
|
|
21
|
+
* operating
|
|
22
|
+
* The AnalyserDevice is in the Operating mode.
|
|
23
|
+
*/
|
|
24
|
+
operating: UAState;
|
|
25
|
+
/**
|
|
26
|
+
* local
|
|
27
|
+
* The AnalyserDevice is in the Local mode. This
|
|
28
|
+
* mode is normally used to perform local physical
|
|
29
|
+
* maintenance on the analyser.
|
|
30
|
+
*/
|
|
31
|
+
local: UAState;
|
|
32
|
+
/**
|
|
33
|
+
* maintenance
|
|
34
|
+
* The AnalyserDevice is in the Maintenance mode.
|
|
35
|
+
* This mode is used to perform remote maintenance
|
|
36
|
+
* on the analyser like firmware upgrade.
|
|
37
|
+
*/
|
|
38
|
+
maintenance: UAState;
|
|
39
|
+
/**
|
|
40
|
+
* shutdown
|
|
41
|
+
* The AnalyserDevice is in its power-down sequence
|
|
42
|
+
* and cannot perform any other task.
|
|
43
|
+
*/
|
|
44
|
+
shutdown: UAState;
|
|
45
|
+
powerupToOperatingTransition: UATransition;
|
|
46
|
+
operatingToLocalTransition: UATransition;
|
|
47
|
+
operatingToMaintenanceTransition: UATransition;
|
|
48
|
+
localToOperatingTransition: UATransition;
|
|
49
|
+
localToMaintenanceTransition: UATransition;
|
|
50
|
+
maintenanceToOperatingTransition: UATransition;
|
|
51
|
+
maintenanceToLocalTransition: UATransition;
|
|
52
|
+
operatingToShutdownTransition: UATransition;
|
|
53
|
+
localToShutdownTransition: UATransition;
|
|
54
|
+
maintenanceToShutdownTransition: UATransition;
|
|
55
|
+
}
|
|
56
|
+
export interface UAAnalyserDeviceStateMachine extends UAFiniteStateMachine, UAAnalyserDeviceStateMachine_Base {
|
|
57
|
+
}
|
|
@@ -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_analyser_device_state_machine.js.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
3
|
-
import { DataType } from "node-opcua-variant";
|
|
4
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
5
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
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:ChemometricModelType ns=2;i=2007 |
|
|
16
|
-
* |dataType |ByteString |
|
|
17
|
-
* |dataType Name |Buffer ns=0;i=15 |
|
|
18
|
-
* |isAbstract |false |
|
|
19
|
-
*/
|
|
20
|
-
export interface UAChemometricModel_Base<T extends Buffer> extends UABaseDataVariable_Base<T, /*e*/ DataType.ByteString> {
|
|
21
|
-
name: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
22
|
-
creationDate: UAProperty<Date, /*z*/ DataType.DateTime>;
|
|
23
|
-
modelDescription: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
24
|
-
}
|
|
25
|
-
export interface UAChemometricModel<T extends Buffer> extends UABaseDataVariable<T, /*n*/ DataType.ByteString>, UAChemometricModel_Base<T> {
|
|
26
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
3
|
+
import { DataType } from "node-opcua-variant";
|
|
4
|
+
import { LocalizedText } from "node-opcua-data-model";
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
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:ChemometricModelType ns=2;i=2007 |
|
|
16
|
+
* |dataType |ByteString |
|
|
17
|
+
* |dataType Name |Buffer ns=0;i=15 |
|
|
18
|
+
* |isAbstract |false |
|
|
19
|
+
*/
|
|
20
|
+
export interface UAChemometricModel_Base<T extends Buffer> extends UABaseDataVariable_Base<T, /*e*/ DataType.ByteString> {
|
|
21
|
+
name: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
22
|
+
creationDate: UAProperty<Date, /*z*/ DataType.DateTime>;
|
|
23
|
+
modelDescription: UAProperty<LocalizedText, /*z*/ DataType.LocalizedText>;
|
|
24
|
+
}
|
|
25
|
+
export interface UAChemometricModel<T extends Buffer> extends UABaseDataVariable<T, /*n*/ DataType.ByteString>, UAChemometricModel_Base<T> {
|
|
26
|
+
}
|
|
@@ -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_chemometric_model.js.map
|
|
@@ -1,13 +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:ChromatographDeviceType ns=2;i=1013 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAChromatographDevice_Base extends UAAnalyserDevice_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAChromatographDevice extends UAAnalyserDevice, UAChromatographDevice_Base {
|
|
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:ChromatographDeviceType ns=2;i=1013 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAChromatographDevice_Base extends UAAnalyserDevice_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAChromatographDevice extends UAAnalyserDevice, UAChromatographDevice_Base {
|
|
13
|
+
}
|
|
@@ -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_chromatograph_device.js.map
|
|
@@ -1,13 +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:ChromatographDeviceStreamType ns=2;i=1034 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAChromatographDeviceStream_Base extends UAStream_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAChromatographDeviceStream extends UAStream, UAChromatographDeviceStream_Base {
|
|
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:ChromatographDeviceStreamType ns=2;i=1034 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAChromatographDeviceStream_Base extends UAStream_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAChromatographDeviceStream extends UAStream, UAChromatographDeviceStream_Base {
|
|
13
|
+
}
|
|
@@ -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_chromatograph_device_stream.js.map
|