node-opcua-nodeset-padim 2.99.0 → 2.99.1
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_execution_mode_enum.d.ts +12 -0
- package/dist/enum_execution_mode_enum.js +18 -0
- package/dist/enum_execution_mode_enum.js.map +1 -0
- package/dist/enum_reset_mode_enum.d.ts +13 -0
- package/dist/enum_reset_mode_enum.js +19 -0
- package/dist/enum_reset_mode_enum.js.map +1 -0
- package/dist/index.d.ts +27 -0
- package/dist/index.js +44 -0
- package/dist/index.js.map +1 -0
- package/dist/ua_actual_density_variable.d.ts +15 -0
- package/dist/ua_actual_density_variable.js +3 -0
- package/dist/ua_actual_density_variable.js.map +1 -0
- package/dist/ua_actual_volume_flow_rate_variable.d.ts +14 -0
- package/dist/ua_actual_volume_flow_rate_variable.js +3 -0
- package/dist/ua_actual_volume_flow_rate_variable.js.map +1 -0
- package/dist/ua_analog_signal.d.ts +17 -0
- package/dist/ua_analog_signal.js +3 -0
- package/dist/ua_analog_signal.js.map +1 -0
- package/dist/ua_analog_signal_variable.d.ts +22 -0
- package/dist/ua_analog_signal_variable.js +3 -0
- package/dist/ua_analog_signal_variable.js.map +1 -0
- package/dist/ua_analytical_measurement_variable.d.ts +15 -0
- package/dist/ua_analytical_measurement_variable.js +3 -0
- package/dist/ua_analytical_measurement_variable.js.map +1 -0
- package/dist/ua_control_signal.d.ts +17 -0
- package/dist/ua_control_signal.js +3 -0
- package/dist/ua_control_signal.js.map +1 -0
- package/dist/ua_control_variable.d.ts +22 -0
- package/dist/ua_control_variable.js +3 -0
- package/dist/ua_control_variable.js.map +1 -0
- package/dist/ua_discrete_signal.d.ts +15 -0
- package/dist/ua_discrete_signal.js +3 -0
- package/dist/ua_discrete_signal.js.map +1 -0
- package/dist/ua_discrete_signal_variable.d.ts +20 -0
- package/dist/ua_discrete_signal_variable.js +3 -0
- package/dist/ua_discrete_signal_variable.js.map +1 -0
- package/dist/ua_flow_measurement_variable.d.ts +21 -0
- package/dist/ua_flow_measurement_variable.js +3 -0
- package/dist/ua_flow_measurement_variable.js.map +1 -0
- package/dist/ua_i_administration.d.ts +20 -0
- package/dist/ua_i_administration.js +3 -0
- package/dist/ua_i_administration.js.map +1 -0
- package/dist/ua_i_signal_set.d.ts +15 -0
- package/dist/ua_i_signal_set.js +3 -0
- package/dist/ua_i_signal_set.js.map +1 -0
- package/dist/ua_level_measurement_variable.d.ts +15 -0
- package/dist/ua_level_measurement_variable.js +3 -0
- package/dist/ua_level_measurement_variable.js.map +1 -0
- package/dist/ua_mass_flow_rate_variable.d.ts +14 -0
- package/dist/ua_mass_flow_rate_variable.js +3 -0
- package/dist/ua_mass_flow_rate_variable.js.map +1 -0
- package/dist/ua_multi_state_discrete_signal.d.ts +16 -0
- package/dist/ua_multi_state_discrete_signal.js +3 -0
- package/dist/ua_multi_state_discrete_signal.js.map +1 -0
- package/dist/ua_multi_state_discrete_signal_variable.d.ts +21 -0
- package/dist/ua_multi_state_discrete_signal_variable.js +3 -0
- package/dist/ua_multi_state_discrete_signal_variable.js.map +1 -0
- package/dist/ua_normalized_volume_flow_rate_variable.d.ts +14 -0
- package/dist/ua_normalized_volume_flow_rate_variable.js +3 -0
- package/dist/ua_normalized_volume_flow_rate_variable.js.map +1 -0
- package/dist/ua_padim.d.ts +39 -0
- package/dist/ua_padim.js +3 -0
- package/dist/ua_padim.js.map +1 -0
- package/dist/ua_pressure_measurement_variable.d.ts +15 -0
- package/dist/ua_pressure_measurement_variable.js +3 -0
- package/dist/ua_pressure_measurement_variable.js.map +1 -0
- package/dist/ua_signal.d.ts +16 -0
- package/dist/ua_signal.js +3 -0
- package/dist/ua_signal.js.map +1 -0
- package/dist/ua_signal_set.d.ts +13 -0
- package/dist/ua_signal_set.js +3 -0
- package/dist/ua_signal_set.js.map +1 -0
- package/dist/ua_temperature_measurement_variable.d.ts +21 -0
- package/dist/ua_temperature_measurement_variable.js +3 -0
- package/dist/ua_temperature_measurement_variable.js.map +1 -0
- package/dist/ua_totalizer_variable.d.ts +19 -0
- package/dist/ua_totalizer_variable.js +3 -0
- package/dist/ua_totalizer_variable.js.map +1 -0
- package/dist/ua_two_state_discrete_signal.d.ts +15 -0
- package/dist/ua_two_state_discrete_signal.js +3 -0
- package/dist/ua_two_state_discrete_signal.js.map +1 -0
- package/dist/ua_two_state_discrete_signal_variable.d.ts +20 -0
- package/dist/ua_two_state_discrete_signal_variable.js +3 -0
- package/dist/ua_two_state_discrete_signal_variable.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |20:ExecutionModeEnum |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumExecutionModeEnum {
|
|
10
|
+
Start = 2,
|
|
11
|
+
Abort = 255
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumExecutionModeEnum = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |20:ExecutionModeEnum |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumExecutionModeEnum;
|
|
14
|
+
(function (EnumExecutionModeEnum) {
|
|
15
|
+
EnumExecutionModeEnum[EnumExecutionModeEnum["Start"] = 2] = "Start";
|
|
16
|
+
EnumExecutionModeEnum[EnumExecutionModeEnum["Abort"] = 255] = "Abort";
|
|
17
|
+
})(EnumExecutionModeEnum = exports.EnumExecutionModeEnum || (exports.EnumExecutionModeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=enum_execution_mode_enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_execution_mode_enum.js","sourceRoot":"","sources":["../source/enum_execution_mode_enum.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,mEAAS,CAAA;IACT,qEAAW,CAAA;AACb,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |20:ResetModeEnum |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumResetModeEnum {
|
|
10
|
+
Application = 1,
|
|
11
|
+
Communication = 2712,
|
|
12
|
+
Factory = 2713
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumResetModeEnum = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |20:ResetModeEnum |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumResetModeEnum;
|
|
14
|
+
(function (EnumResetModeEnum) {
|
|
15
|
+
EnumResetModeEnum[EnumResetModeEnum["Application"] = 1] = "Application";
|
|
16
|
+
EnumResetModeEnum[EnumResetModeEnum["Communication"] = 2712] = "Communication";
|
|
17
|
+
EnumResetModeEnum[EnumResetModeEnum["Factory"] = 2713] = "Factory";
|
|
18
|
+
})(EnumResetModeEnum = exports.EnumResetModeEnum || (exports.EnumResetModeEnum = {}));
|
|
19
|
+
//# sourceMappingURL=enum_reset_mode_enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_reset_mode_enum.js","sourceRoot":"","sources":["../source/enum_reset_mode_enum.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,uEAAe,CAAA;IACf,8EAAoB,CAAA;IACpB,kEAAc,CAAA;AAChB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./enum_execution_mode_enum";
|
|
2
|
+
export * from "./enum_reset_mode_enum";
|
|
3
|
+
export * from "./ua_actual_density_variable";
|
|
4
|
+
export * from "./ua_actual_volume_flow_rate_variable";
|
|
5
|
+
export * from "./ua_analog_signal";
|
|
6
|
+
export * from "./ua_analog_signal_variable";
|
|
7
|
+
export * from "./ua_analytical_measurement_variable";
|
|
8
|
+
export * from "./ua_control_signal";
|
|
9
|
+
export * from "./ua_control_variable";
|
|
10
|
+
export * from "./ua_discrete_signal";
|
|
11
|
+
export * from "./ua_discrete_signal_variable";
|
|
12
|
+
export * from "./ua_flow_measurement_variable";
|
|
13
|
+
export * from "./ua_i_administration";
|
|
14
|
+
export * from "./ua_i_signal_set";
|
|
15
|
+
export * from "./ua_level_measurement_variable";
|
|
16
|
+
export * from "./ua_mass_flow_rate_variable";
|
|
17
|
+
export * from "./ua_multi_state_discrete_signal";
|
|
18
|
+
export * from "./ua_multi_state_discrete_signal_variable";
|
|
19
|
+
export * from "./ua_normalized_volume_flow_rate_variable";
|
|
20
|
+
export * from "./ua_padim";
|
|
21
|
+
export * from "./ua_pressure_measurement_variable";
|
|
22
|
+
export * from "./ua_signal";
|
|
23
|
+
export * from "./ua_signal_set";
|
|
24
|
+
export * from "./ua_temperature_measurement_variable";
|
|
25
|
+
export * from "./ua_totalizer_variable";
|
|
26
|
+
export * from "./ua_two_state_discrete_signal";
|
|
27
|
+
export * from "./ua_two_state_discrete_signal_variable";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./enum_execution_mode_enum"), exports);
|
|
18
|
+
__exportStar(require("./enum_reset_mode_enum"), exports);
|
|
19
|
+
__exportStar(require("./ua_actual_density_variable"), exports);
|
|
20
|
+
__exportStar(require("./ua_actual_volume_flow_rate_variable"), exports);
|
|
21
|
+
__exportStar(require("./ua_analog_signal"), exports);
|
|
22
|
+
__exportStar(require("./ua_analog_signal_variable"), exports);
|
|
23
|
+
__exportStar(require("./ua_analytical_measurement_variable"), exports);
|
|
24
|
+
__exportStar(require("./ua_control_signal"), exports);
|
|
25
|
+
__exportStar(require("./ua_control_variable"), exports);
|
|
26
|
+
__exportStar(require("./ua_discrete_signal"), exports);
|
|
27
|
+
__exportStar(require("./ua_discrete_signal_variable"), exports);
|
|
28
|
+
__exportStar(require("./ua_flow_measurement_variable"), exports);
|
|
29
|
+
__exportStar(require("./ua_i_administration"), exports);
|
|
30
|
+
__exportStar(require("./ua_i_signal_set"), exports);
|
|
31
|
+
__exportStar(require("./ua_level_measurement_variable"), exports);
|
|
32
|
+
__exportStar(require("./ua_mass_flow_rate_variable"), exports);
|
|
33
|
+
__exportStar(require("./ua_multi_state_discrete_signal"), exports);
|
|
34
|
+
__exportStar(require("./ua_multi_state_discrete_signal_variable"), exports);
|
|
35
|
+
__exportStar(require("./ua_normalized_volume_flow_rate_variable"), exports);
|
|
36
|
+
__exportStar(require("./ua_padim"), exports);
|
|
37
|
+
__exportStar(require("./ua_pressure_measurement_variable"), exports);
|
|
38
|
+
__exportStar(require("./ua_signal"), exports);
|
|
39
|
+
__exportStar(require("./ua_signal_set"), exports);
|
|
40
|
+
__exportStar(require("./ua_temperature_measurement_variable"), exports);
|
|
41
|
+
__exportStar(require("./ua_totalizer_variable"), exports);
|
|
42
|
+
__exportStar(require("./ua_two_state_discrete_signal"), exports);
|
|
43
|
+
__exportStar(require("./ua_two_state_discrete_signal_variable"), exports);
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,yDAAuC;AACvC,+DAA6C;AAC7C,wEAAsD;AACtD,qDAAmC;AACnC,8DAA4C;AAC5C,uEAAqD;AACrD,sDAAoC;AACpC,wDAAsC;AACtC,uDAAqC;AACrC,gEAA8C;AAC9C,iEAA+C;AAC/C,wDAAsC;AACtC,oDAAkC;AAClC,kEAAgD;AAChD,+DAA6C;AAC7C,mEAAiD;AACjD,4EAA0D;AAC1D,4EAA0D;AAC1D,6CAA2B;AAC3B,qEAAmD;AACnD,8CAA4B;AAC5B,kDAAgC;AAChC,wEAAsD;AACtD,0DAAwC;AACxC,iEAA+C;AAC/C,0EAAwD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |20:ActualDensityVariableType ns=20;i=1124 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number ns=0;i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export type UAActualDensityVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
|
+
export interface UAActualDensityVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAActualDensityVariable_Base<T> {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_actual_density_variable.js","sourceRoot":"","sources":["../source/ua_actual_density_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |20:ActualVolumeFlowRateVariableType ns=20;i=1134 |
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number ns=0;i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export type UAActualVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
|
+
export interface UAActualVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAActualVolumeFlowRateVariable_Base<T> {
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_actual_volume_flow_rate_variable.js","sourceRoot":"","sources":["../source/ua_actual_volume_flow_rate_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
|
+
import { UAAnalogSignalVariable } from "./ua_analog_signal_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |20:AnalogSignalType ns=20;i=1022 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UAAnalogSignal_Base extends UASignal_Base {
|
|
13
|
+
zeroPointAdjustment?: UAMethod;
|
|
14
|
+
analogSignal: UAAnalogSignalVariable<any, any>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAAnalogSignal extends UASignal, UAAnalogSignal_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_analog_signal.js","sourceRoot":"","sources":["../source/ua_analog_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAAnalogUnitRange, UAAnalogUnitRange_Base } from "node-opcua-nodeset-ua/source/ua_analog_unit_range";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |20:AnalogSignalVariableType ns=20;i=1111 |
|
|
11
|
+
* |dataType |Variant |
|
|
12
|
+
* |dataType Name |Variant ns=0;i=26 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAnalogSignalVariable_Base<T, DT extends DataType> extends UAAnalogUnitRange_Base<T, DT> {
|
|
16
|
+
simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
17
|
+
actualValue?: UABaseDataVariable<any, any>;
|
|
18
|
+
simulationValue?: UABaseDataVariable<any, any>;
|
|
19
|
+
damping?: UAProperty<number, DataType.Float>;
|
|
20
|
+
}
|
|
21
|
+
export interface UAAnalogSignalVariable<T, DT extends DataType> extends UAAnalogUnitRange<T, DT>, UAAnalogSignalVariable_Base<T, DT> {
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_analog_signal_variable.js","sourceRoot":"","sources":["../source/ua_analog_signal_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |20:AnalyticalMeasurementVariableType ns=20;i=1127 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number ns=0;i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export type UAAnalyticalMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
|
+
export interface UAAnalyticalMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAAnalyticalMeasurementVariable_Base<T> {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_analytical_measurement_variable.js","sourceRoot":"","sources":["../source/ua_analytical_measurement_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
|
+
import { UAControlVariable } from "./ua_control_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |20:ControlSignalType ns=20;i=1023 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UAControlSignal_Base extends UASignal_Base {
|
|
13
|
+
autoAdjustPositioner?: UAMethod;
|
|
14
|
+
controlSignal: UAControlVariable<number>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAControlSignal extends UASignal, UAControlSignal_Base {
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_control_signal.js","sourceRoot":"","sources":["../source/ua_control_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
3
|
+
import { UABaseAnalog } from "node-opcua-nodeset-ua/source/ua_base_analog";
|
|
4
|
+
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
5
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |20:ControlVariableType ns=20;i=1125 |
|
|
12
|
+
* |dataType |Float |
|
|
13
|
+
* |dataType Name |number ns=0;i=10 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
|
+
*/
|
|
16
|
+
export interface UAControlVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
17
|
+
setpoint: UABaseAnalog<number, DataType.Float>;
|
|
18
|
+
operatingDirection: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
19
|
+
actuatorType: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
20
|
+
}
|
|
21
|
+
export interface UAControlVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAControlVariable_Base<T> {
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_control_variable.js","sourceRoot":"","sources":["../source/ua_control_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
2
|
+
import { UADiscreteSignalVariable } from "./ua_discrete_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |20:DiscreteSignalType ns=20;i=1036 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UADiscreteSignal_Base extends UASignal_Base {
|
|
12
|
+
discreteSignal: UADiscreteSignalVariable<any, any>;
|
|
13
|
+
}
|
|
14
|
+
export interface UADiscreteSignal extends UASignal, UADiscreteSignal_Base {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_discrete_signal.js","sourceRoot":"","sources":["../source/ua_discrete_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UADiscreteItem, UADiscreteItem_Base } from "node-opcua-nodeset-ua/source/ua_discrete_item";
|
|
3
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |VariableType |
|
|
9
|
+
* |typedDefinition |20:DiscreteSignalVariableType ns=20;i=1143 |
|
|
10
|
+
* |dataType |Null |
|
|
11
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
|
+
*/
|
|
14
|
+
export interface UADiscreteSignalVariable_Base<T, DT extends DataType> extends UADiscreteItem_Base<T, DT> {
|
|
15
|
+
actualValue?: UABaseDataVariable<any, any>;
|
|
16
|
+
simulationValue?: UABaseDataVariable<any, any>;
|
|
17
|
+
simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
18
|
+
}
|
|
19
|
+
export interface UADiscreteSignalVariable<T, DT extends DataType> extends UADiscreteItem<T, DT>, UADiscreteSignalVariable_Base<T, DT> {
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_discrete_signal_variable.js","sourceRoot":"","sources":["../source/ua_discrete_signal_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
4
|
+
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
5
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |20:FlowMeasurementVariableType ns=20;i=1122 |
|
|
12
|
+
* |dataType |Float |
|
|
13
|
+
* |dataType Name |number ns=0;i=10 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
|
+
*/
|
|
16
|
+
export interface UAFlowMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
17
|
+
lowFlowCutOff: UAProperty<number, DataType.Float>;
|
|
18
|
+
flowDirection?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
19
|
+
}
|
|
20
|
+
export interface UAFlowMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAFlowMeasurementVariable_Base<T> {
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_flow_measurement_variable.js","sourceRoot":"","sources":["../source/ua_flow_measurement_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |20:IAdministrationType ns=20;i=1050 |
|
|
12
|
+
* |isAbstract |true |
|
|
13
|
+
*/
|
|
14
|
+
export interface UAIAdministration_Base extends UABaseInterface_Base {
|
|
15
|
+
displayLanguage?: UABaseDataVariable<UAString, DataType.String>;
|
|
16
|
+
dateOfLastChange?: UABaseDataVariable<Date, DataType.DateTime>;
|
|
17
|
+
factoryReset?: UAMethod;
|
|
18
|
+
}
|
|
19
|
+
export interface UAIAdministration extends UABaseInterface, UAIAdministration_Base {
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_i_administration.js","sourceRoot":"","sources":["../source/ua_i_administration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface";
|
|
2
|
+
import { UASignalSet } from "./ua_signal_set";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |20:ISignalSetType ns=20;i=1052 |
|
|
9
|
+
* |isAbstract |true |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAISignalSet_Base extends UABaseInterface_Base {
|
|
12
|
+
signalSet?: UASignalSet;
|
|
13
|
+
}
|
|
14
|
+
export interface UAISignalSet extends UABaseInterface, UAISignalSet_Base {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_i_signal_set.js","sourceRoot":"","sources":["../source/ua_i_signal_set.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |20:LevelMeasurementVariableType ns=20;i=1123 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number ns=0;i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export type UALevelMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
|
+
export interface UALevelMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UALevelMeasurementVariable_Base<T> {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_level_measurement_variable.js","sourceRoot":"","sources":["../source/ua_level_measurement_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |20:MassFlowRateVariableType ns=20;i=1133 |
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number ns=0;i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export type UAMassFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
|
+
export interface UAMassFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAMassFlowRateVariable_Base<T> {
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_mass_flow_rate_variable.js","sourceRoot":"","sources":["../source/ua_mass_flow_rate_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
2
|
+
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
|
+
import { UAMultiStateDiscreteSignalVariable } from "./ua_multi_state_discrete_signal_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |20:MultiStateDiscreteSignalType ns=20;i=1038 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UAMultiStateDiscreteSignal_Base extends UASignal_Base {
|
|
13
|
+
multiStateDiscreteSignal: UAMultiStateDiscreteSignalVariable<UInt32>;
|
|
14
|
+
}
|
|
15
|
+
export interface UAMultiStateDiscreteSignal extends UASignal, UAMultiStateDiscreteSignal_Base {
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_multi_state_discrete_signal.js","sourceRoot":"","sources":["../source/ua_multi_state_discrete_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
3
|
+
import { UAMultiStateDictionaryEntryDiscreteBase, UAMultiStateDictionaryEntryDiscreteBase_Base } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete_base";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |20:MultiStateDiscreteSignalVariableType ns=20;i=1142|
|
|
11
|
+
* |dataType |UInt32 |
|
|
12
|
+
* |dataType Name |UInt32 ns=0;i=7 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAMultiStateDiscreteSignalVariable_Base<T extends UInt32> extends UAMultiStateDictionaryEntryDiscreteBase_Base<T, DataType.UInt32> {
|
|
16
|
+
actualValue?: UABaseDataVariable<UInt32, DataType.UInt32>;
|
|
17
|
+
simulationValue?: UABaseDataVariable<UInt32, DataType.UInt32>;
|
|
18
|
+
simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
19
|
+
}
|
|
20
|
+
export interface UAMultiStateDiscreteSignalVariable<T extends UInt32> extends UAMultiStateDictionaryEntryDiscreteBase<T, DataType.UInt32>, UAMultiStateDiscreteSignalVariable_Base<T> {
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_multi_state_discrete_signal_variable.js","sourceRoot":"","sources":["../source/ua_multi_state_discrete_signal_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |20:NormalizedVolumeFlowRateVariableType ns=20;i=1135|
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number ns=0;i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export type UANormalizedVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
|
+
export interface UANormalizedVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UANormalizedVolumeFlowRateVariable_Base<T> {
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_normalized_volume_flow_rate_variable.js","sourceRoot":"","sources":["../source/ua_normalized_volume_flow_rate_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { 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 { Int32, UAString } from "node-opcua-basic-types";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
7
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health";
|
|
8
|
+
import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
|
|
9
|
+
import { UAConfigurableObject } from "node-opcua-nodeset-di/source/ua_configurable_object";
|
|
10
|
+
import { UASignalSet } from "./ua_signal_set";
|
|
11
|
+
/**
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|--------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |20:PADIMType ns=20;i=1009 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
|
+
*/
|
|
19
|
+
export interface UAPADIM_Base extends UAComponent_Base {
|
|
20
|
+
manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
21
|
+
manufacturerUri: UAProperty<UAString, DataType.String>;
|
|
22
|
+
model: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
23
|
+
serialNumber: UAProperty<UAString, DataType.String>;
|
|
24
|
+
softwareRevision: UAProperty<UAString, DataType.String>;
|
|
25
|
+
hardwareRevision: UAProperty<UAString, DataType.String>;
|
|
26
|
+
productCode: UAProperty<UAString, DataType.String>;
|
|
27
|
+
deviceHealth: UABaseDataVariable<EnumDeviceHealth, DataType.Int32>;
|
|
28
|
+
dateOfLastChange?: UABaseDataVariable<Date, DataType.DateTime>;
|
|
29
|
+
displayLanguage?: UABaseDataVariable<UAString, DataType.String>;
|
|
30
|
+
signalSet?: UASignalSet;
|
|
31
|
+
productInstanceUri: UAProperty<UAString, DataType.String>;
|
|
32
|
+
deviceHealthAlarms?: UAFolder;
|
|
33
|
+
subDevices?: UAConfigurableObject;
|
|
34
|
+
factoryReset?: UAMethod;
|
|
35
|
+
assetId: UAProperty<UAString, DataType.String>;
|
|
36
|
+
revisionCounter: UAProperty<Int32, DataType.Int32>;
|
|
37
|
+
}
|
|
38
|
+
export interface UAPADIM extends Omit<UAComponent, "manufacturer" | "manufacturerUri" | "model" | "serialNumber" | "softwareRevision" | "hardwareRevision" | "productCode" | "productInstanceUri" | "assetId" | "revisionCounter">, UAPADIM_Base {
|
|
39
|
+
}
|
package/dist/ua_padim.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_padim.js","sourceRoot":"","sources":["../source/ua_padim.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |20:PressureMeasurementVariableType ns=20;i=1121 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number ns=0;i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export type UAPressureMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
|
+
export interface UAPressureMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAPressureMeasurementVariable_Base<T> {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_pressure_measurement_variable.js","sourceRoot":"","sources":["../source/ua_pressure_measurement_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |20:SignalType ns=20;i=1008 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UASignal_Base {
|
|
13
|
+
signalTag: UAProperty<UAString, DataType.String>;
|
|
14
|
+
}
|
|
15
|
+
export interface UASignal extends UAObject, UASignal_Base {
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_signal.js","sourceRoot":"","sources":["../source/ua_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |20:SignalSetType ns=20;i=1021 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UASignalSet_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UASignalSet extends UAObject, UASignalSet_Base {
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_signal_set.js","sourceRoot":"","sources":["../source/ua_signal_set.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UInt32 } from "node-opcua-basic-types";
|
|
3
|
+
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
4
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |20:TemperatureMeasurementVariableType ns=20;i=1120|
|
|
11
|
+
* |dataType |Float |
|
|
12
|
+
* |dataType Name |number ns=0;i=10 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
|
+
*/
|
|
15
|
+
export interface UATemperatureMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
16
|
+
sensorType: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
17
|
+
sensorConnection?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
18
|
+
sensorReference?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
19
|
+
}
|
|
20
|
+
export interface UATemperatureMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UATemperatureMeasurementVariable_Base<T> {
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_temperature_measurement_variable.js","sourceRoot":"","sources":["../source/ua_temperature_measurement_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |VariableType |
|
|
9
|
+
* |typedDefinition |20:TotalizerVariableType ns=20;i=1126 |
|
|
10
|
+
* |dataType |Variant |
|
|
11
|
+
* |dataType Name |Variant ns=0;i=26 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
|
+
*/
|
|
14
|
+
export interface UATotalizerVariable_Base<T, DT extends DataType> extends UAAnalogSignalVariable_Base<T, DT> {
|
|
15
|
+
pulseValue: UAProperty<any, any>;
|
|
16
|
+
pulseWidth: UAProperty<number, DataType.Float>;
|
|
17
|
+
}
|
|
18
|
+
export interface UATotalizerVariable<T, DT extends DataType> extends UAAnalogSignalVariable<T, DT>, UATotalizerVariable_Base<T, DT> {
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_totalizer_variable.js","sourceRoot":"","sources":["../source/ua_totalizer_variable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
2
|
+
import { UATwoStateDiscreteSignalVariable } from "./ua_two_state_discrete_signal_variable";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |20:TwoStateDiscreteSignalType ns=20;i=1037 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UATwoStateDiscreteSignal_Base extends UASignal_Base {
|
|
12
|
+
twoStateDiscreteSignal: UATwoStateDiscreteSignalVariable<boolean>;
|
|
13
|
+
}
|
|
14
|
+
export interface UATwoStateDiscreteSignal extends UASignal, UATwoStateDiscreteSignal_Base {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_two_state_discrete_signal.js","sourceRoot":"","sources":["../source/ua_two_state_discrete_signal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DataType } from "node-opcua-variant";
|
|
2
|
+
import { UATwoStateDiscrete, UATwoStateDiscrete_Base } from "node-opcua-nodeset-ua/source/ua_two_state_discrete";
|
|
3
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |VariableType |
|
|
9
|
+
* |typedDefinition |20:TwoStateDiscreteSignalVariableType ns=20;i=1141|
|
|
10
|
+
* |dataType |Boolean |
|
|
11
|
+
* |dataType Name |boolean ns=0;i=1 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
|
+
*/
|
|
14
|
+
export interface UATwoStateDiscreteSignalVariable_Base<T extends boolean> extends UATwoStateDiscrete_Base<T> {
|
|
15
|
+
actualValue?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
16
|
+
simulationValue?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
17
|
+
simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
18
|
+
}
|
|
19
|
+
export interface UATwoStateDiscreteSignalVariable<T extends boolean> extends UATwoStateDiscrete<T>, UATwoStateDiscreteSignalVariable_Base<T> {
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_two_state_discrete_signal_variable.js","sourceRoot":"","sources":["../source/ua_two_state_discrete_signal_variable.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-padim",
|
|
3
|
-
"version": "2.99.
|
|
3
|
+
"version": "2.99.1",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-padim",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"internet of things"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "2653c8e3b006286ce40e4efc33670c5352fab07a"
|
|
40
40
|
}
|