node-opcua-nodeset-padim 2.100.0 → 2.103.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.
- package/dist/enum_execution_mode_enum.d.ts +6 -6
- package/dist/enum_execution_mode_enum.js +6 -6
- package/dist/enum_reset_mode_enum.d.ts +6 -6
- package/dist/enum_reset_mode_enum.js +6 -6
- package/dist/ua_actual_density_variable.d.ts +8 -8
- package/dist/ua_actual_volume_flow_rate_variable.d.ts +8 -8
- package/dist/ua_analog_signal.d.ts +6 -6
- package/dist/ua_analog_signal_variable.d.ts +8 -8
- package/dist/ua_analytical_measurement_variable.d.ts +8 -8
- package/dist/ua_control_signal.d.ts +6 -6
- package/dist/ua_control_variable.d.ts +8 -8
- package/dist/ua_discrete_signal.d.ts +6 -6
- package/dist/ua_discrete_signal_variable.d.ts +8 -8
- package/dist/ua_flow_measurement_variable.d.ts +8 -8
- package/dist/ua_i_administration.d.ts +6 -6
- package/dist/ua_i_signal_set.d.ts +6 -6
- package/dist/ua_level_measurement_variable.d.ts +8 -8
- package/dist/ua_mass_flow_rate_variable.d.ts +8 -8
- package/dist/ua_multi_state_discrete_signal.d.ts +6 -6
- package/dist/ua_multi_state_discrete_signal_variable.d.ts +8 -8
- package/dist/ua_normalized_volume_flow_rate_variable.d.ts +8 -8
- package/dist/ua_padim.d.ts +6 -6
- package/dist/ua_pressure_measurement_variable.d.ts +8 -8
- package/dist/ua_signal.d.ts +6 -6
- package/dist/ua_signal_set.d.ts +6 -6
- package/dist/ua_temperature_measurement_variable.d.ts +8 -8
- package/dist/ua_totalizer_variable.d.ts +8 -8
- package/dist/ua_two_state_discrete_signal.d.ts +6 -6
- package/dist/ua_two_state_discrete_signal_variable.d.ts +8 -8
- package/package.json +8 -8
- package/source/enum_execution_mode_enum.ts +6 -6
- package/source/enum_reset_mode_enum.ts +6 -6
- package/source/ua_actual_density_variable.ts +8 -8
- package/source/ua_actual_volume_flow_rate_variable.ts +8 -8
- package/source/ua_analog_signal.ts +6 -6
- package/source/ua_analog_signal_variable.ts +8 -8
- package/source/ua_analytical_measurement_variable.ts +8 -8
- package/source/ua_control_signal.ts +6 -6
- package/source/ua_control_variable.ts +8 -8
- package/source/ua_discrete_signal.ts +6 -6
- package/source/ua_discrete_signal_variable.ts +8 -8
- package/source/ua_flow_measurement_variable.ts +8 -8
- package/source/ua_i_administration.ts +6 -6
- package/source/ua_i_signal_set.ts +6 -6
- package/source/ua_level_measurement_variable.ts +8 -8
- package/source/ua_mass_flow_rate_variable.ts +8 -8
- package/source/ua_multi_state_discrete_signal.ts +6 -6
- package/source/ua_multi_state_discrete_signal_variable.ts +8 -8
- package/source/ua_normalized_volume_flow_rate_variable.ts +8 -8
- package/source/ua_padim.ts +6 -6
- package/source/ua_pressure_measurement_variable.ts +8 -8
- package/source/ua_signal.ts +6 -6
- package/source/ua_signal_set.ts +6 -6
- package/source/ua_temperature_measurement_variable.ts +8 -8
- package/source/ua_totalizer_variable.ts +8 -8
- package/source/ua_two_state_discrete_signal.ts +6 -6
- package/source/ua_two_state_discrete_signal_variable.ts +8 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/PADIM/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |19:ExecutionModeEnum |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumExecutionModeEnum {
|
|
10
10
|
Start = 2,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumExecutionModeEnum = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/PADIM/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |19:ExecutionModeEnum |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumExecutionModeEnum;
|
|
14
14
|
(function (EnumExecutionModeEnum) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/PADIM/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |19:ResetModeEnum |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumResetModeEnum {
|
|
10
10
|
Application = 1,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumResetModeEnum = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/PADIM/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |19:ResetModeEnum |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumResetModeEnum;
|
|
14
14
|
(function (EnumResetModeEnum) {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
2
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |VariableType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |dataType |Float
|
|
10
|
-
* |dataType Name |number
|
|
11
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |ActualDensityVariableType i=1124 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export type UAActualDensityVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
14
|
export interface UAActualDensityVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAActualDensityVariable_Base<T> {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
6
|
-
* |nodeClass |VariableType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |dataType |Float
|
|
9
|
-
* |dataType Name |number
|
|
10
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |ActualVolumeFlowRateVariableType i=1134 |
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export type UAActualVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
13
|
export interface UAActualVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAActualVolumeFlowRateVariable_Base<T> {
|
|
@@ -2,12 +2,12 @@ import { UAMethod } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
3
|
import { UAAnalogSignalVariable } from "./ua_analog_signal_variable";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |ObjectType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |AnalogSignalType i=1022 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export interface UAAnalogSignal_Base extends UASignal_Base {
|
|
13
13
|
zeroPointAdjustment?: UAMethod;
|
|
@@ -3,14 +3,14 @@ import { DataType } from "node-opcua-variant";
|
|
|
3
3
|
import { UAAnalogUnitRange, UAAnalogUnitRange_Base } from "node-opcua-nodeset-ua/source/ua_analog_unit_range";
|
|
4
4
|
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
9
|
-
* |nodeClass |VariableType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |dataType |Variant
|
|
12
|
-
* |dataType Name |Variant
|
|
13
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |AnalogSignalVariableType i=1111 |
|
|
11
|
+
* |dataType |Variant |
|
|
12
|
+
* |dataType Name |Variant i=26 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
14
|
*/
|
|
15
15
|
export interface UAAnalogSignalVariable_Base<T, DT extends DataType> extends UAAnalogUnitRange_Base<T, DT> {
|
|
16
16
|
simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
2
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |VariableType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |dataType |Float
|
|
10
|
-
* |dataType Name |number
|
|
11
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |AnalyticalMeasurementVariableType i=1127 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export type UAAnalyticalMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
14
|
export interface UAAnalyticalMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAAnalyticalMeasurementVariable_Base<T> {
|
|
@@ -2,12 +2,12 @@ import { UAMethod } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
3
|
import { UAControlVariable } from "./ua_control_variable";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |ObjectType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |ControlSignalType i=1023 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export interface UAControlSignal_Base extends UASignal_Base {
|
|
13
13
|
autoAdjustPositioner?: UAMethod;
|
|
@@ -4,14 +4,14 @@ import { UABaseAnalog } from "node-opcua-nodeset-ua/source/ua_base_analog";
|
|
|
4
4
|
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
5
5
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
10
|
-
* |nodeClass |VariableType
|
|
11
|
-
* |typedDefinition |
|
|
12
|
-
* |dataType |Float
|
|
13
|
-
* |dataType Name |number
|
|
14
|
-
* |isAbstract |false
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|------------------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |ControlVariableType i=1125 |
|
|
12
|
+
* |dataType |Float |
|
|
13
|
+
* |dataType Name |number i=10 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
15
|
*/
|
|
16
16
|
export interface UAControlVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
17
17
|
setpoint: UABaseAnalog<number, DataType.Float>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
2
2
|
import { UADiscreteSignalVariable } from "./ua_discrete_signal_variable";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |DiscreteSignalType i=1036 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export interface UADiscreteSignal_Base extends UASignal_Base {
|
|
12
12
|
discreteSignal: UADiscreteSignalVariable<any, any>;
|
|
@@ -2,14 +2,14 @@ import { DataType } from "node-opcua-variant";
|
|
|
2
2
|
import { UADiscreteItem, UADiscreteItem_Base } from "node-opcua-nodeset-ua/source/ua_discrete_item";
|
|
3
3
|
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |VariableType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |dataType |Null
|
|
11
|
-
* |dataType Name |VariantOptions
|
|
12
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |VariableType |
|
|
9
|
+
* |typedDefinition |DiscreteSignalVariableType i=1143 |
|
|
10
|
+
* |dataType |Null |
|
|
11
|
+
* |dataType Name |VariantOptions i=0 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
13
|
*/
|
|
14
14
|
export interface UADiscreteSignalVariable_Base<T, DT extends DataType> extends UADiscreteItem_Base<T, DT> {
|
|
15
15
|
actualValue?: UABaseDataVariable<any, any>;
|
|
@@ -4,14 +4,14 @@ import { UInt32 } from "node-opcua-basic-types";
|
|
|
4
4
|
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
5
5
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
10
|
-
* |nodeClass |VariableType
|
|
11
|
-
* |typedDefinition |
|
|
12
|
-
* |dataType |Float
|
|
13
|
-
* |dataType Name |number
|
|
14
|
-
* |isAbstract |false
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|------------------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |VariableType |
|
|
11
|
+
* |typedDefinition |FlowMeasurementVariableType i=1122 |
|
|
12
|
+
* |dataType |Float |
|
|
13
|
+
* |dataType Name |number i=10 |
|
|
14
|
+
* |isAbstract |false |
|
|
15
15
|
*/
|
|
16
16
|
export interface UAFlowMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
17
17
|
lowFlowCutOff: UAProperty<number, DataType.Float>;
|
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface";
|
|
5
5
|
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
10
|
-
* |nodeClass |ObjectType
|
|
11
|
-
* |typedDefinition |
|
|
12
|
-
* |isAbstract |true
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|------------------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |IAdministrationType i=1050 |
|
|
12
|
+
* |isAbstract |true |
|
|
13
13
|
*/
|
|
14
14
|
export interface UAIAdministration_Base extends UABaseInterface_Base {
|
|
15
15
|
displayLanguage?: UABaseDataVariable<UAString, DataType.String>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface";
|
|
2
2
|
import { UASignalSet } from "./ua_signal_set";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |true
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |ISignalSetType i=1052 |
|
|
9
|
+
* |isAbstract |true |
|
|
10
10
|
*/
|
|
11
11
|
export interface UAISignalSet_Base extends UABaseInterface_Base {
|
|
12
12
|
signalSet?: UASignalSet;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
2
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |VariableType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |dataType |Float
|
|
10
|
-
* |dataType Name |number
|
|
11
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |LevelMeasurementVariableType i=1123 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export type UALevelMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
14
|
export interface UALevelMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UALevelMeasurementVariable_Base<T> {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
6
|
-
* |nodeClass |VariableType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |dataType |Float
|
|
9
|
-
* |dataType Name |number
|
|
10
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |MassFlowRateVariableType i=1133 |
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export type UAMassFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
13
|
export interface UAMassFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAMassFlowRateVariable_Base<T> {
|
|
@@ -2,12 +2,12 @@ import { UInt32 } from "node-opcua-basic-types";
|
|
|
2
2
|
import { UASignal, UASignal_Base } from "./ua_signal";
|
|
3
3
|
import { UAMultiStateDiscreteSignalVariable } from "./ua_multi_state_discrete_signal_variable";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |ObjectType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |MultiStateDiscreteSignalType i=1038 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export interface UAMultiStateDiscreteSignal_Base extends UASignal_Base {
|
|
13
13
|
multiStateDiscreteSignal: UAMultiStateDiscreteSignalVariable<UInt32>;
|
|
@@ -3,14 +3,14 @@ import { UInt32 } from "node-opcua-basic-types";
|
|
|
3
3
|
import { UAMultiStateDictionaryEntryDiscreteBase, UAMultiStateDictionaryEntryDiscreteBase_Base } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete_base";
|
|
4
4
|
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
9
|
-
* |nodeClass |VariableType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |dataType |UInt32
|
|
12
|
-
* |dataType Name |UInt32
|
|
13
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |MultiStateDiscreteSignalVariableType i=1142 |
|
|
11
|
+
* |dataType |UInt32 |
|
|
12
|
+
* |dataType Name |UInt32 i=7 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
14
|
*/
|
|
15
15
|
export interface UAMultiStateDiscreteSignalVariable_Base<T extends UInt32> extends UAMultiStateDictionaryEntryDiscreteBase_Base<T, DataType.UInt32> {
|
|
16
16
|
actualValue?: UABaseDataVariable<UInt32, DataType.UInt32>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
6
|
-
* |nodeClass |VariableType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |dataType |Float
|
|
9
|
-
* |dataType Name |number
|
|
10
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |VariableType |
|
|
7
|
+
* |typedDefinition |NormalizedVolumeFlowRateVariableType i=1135 |
|
|
8
|
+
* |dataType |Float |
|
|
9
|
+
* |dataType Name |number i=10 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export type UANormalizedVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
|
|
13
13
|
export interface UANormalizedVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UANormalizedVolumeFlowRateVariable_Base<T> {
|
package/dist/ua_padim.d.ts
CHANGED
|
@@ -9,12 +9,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
|
|
|
9
9
|
import { UAConfigurableObject } from "node-opcua-nodeset-di/source/ua_configurable_object";
|
|
10
10
|
import { UASignalSet } from "./ua_signal_set";
|
|
11
11
|
/**
|
|
12
|
-
* | |
|
|
13
|
-
*
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
15
|
-
* |nodeClass |ObjectType
|
|
16
|
-
* |typedDefinition |
|
|
17
|
-
* |isAbstract |false
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|------------------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |PADIMType i=1009 |
|
|
17
|
+
* |isAbstract |false |
|
|
18
18
|
*/
|
|
19
19
|
export interface UAPADIM_Base extends UAComponent_Base {
|
|
20
20
|
manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DataType } from "node-opcua-variant";
|
|
2
2
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
7
|
-
* |nodeClass |VariableType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |dataType |Float
|
|
10
|
-
* |dataType Name |number
|
|
11
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
7
|
+
* |nodeClass |VariableType |
|
|
8
|
+
* |typedDefinition |PressureMeasurementVariableType i=1121 |
|
|
9
|
+
* |dataType |Float |
|
|
10
|
+
* |dataType Name |number i=10 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export type UAPressureMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
|
|
14
14
|
export interface UAPressureMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAPressureMeasurementVariable_Base<T> {
|
package/dist/ua_signal.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |ObjectType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |SignalType i=1008 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
11
|
*/
|
|
12
12
|
export interface UASignal_Base {
|
|
13
13
|
signalTag: UAProperty<UAString, DataType.String>;
|
package/dist/ua_signal_set.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |SignalSetType i=1021 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export interface UASignalSet_Base {
|
|
11
11
|
}
|
|
@@ -3,14 +3,14 @@ import { UInt32 } from "node-opcua-basic-types";
|
|
|
3
3
|
import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete";
|
|
4
4
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
9
|
-
* |nodeClass |VariableType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |dataType |Float
|
|
12
|
-
* |dataType Name |number
|
|
13
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
9
|
+
* |nodeClass |VariableType |
|
|
10
|
+
* |typedDefinition |TemperatureMeasurementVariableType i=1120 |
|
|
11
|
+
* |dataType |Float |
|
|
12
|
+
* |dataType Name |number i=10 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
14
|
*/
|
|
15
15
|
export interface UATemperatureMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
|
|
16
16
|
sensorType: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
|
|
@@ -2,14 +2,14 @@ import { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/PADIM/
|
|
8
|
-
* |nodeClass |VariableType
|
|
9
|
-
* |typedDefinition |
|
|
10
|
-
* |dataType |Variant
|
|
11
|
-
* |dataType Name |Variant
|
|
12
|
-
* |isAbstract |false
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|------------------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/PADIM/ |
|
|
8
|
+
* |nodeClass |VariableType |
|
|
9
|
+
* |typedDefinition |TotalizerVariableType i=1126 |
|
|
10
|
+
* |dataType |Variant |
|
|
11
|
+
* |dataType Name |Variant i=26 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
13
|
*/
|
|
14
14
|
export interface UATotalizerVariable_Base<T, DT extends DataType> extends UAAnalogSignalVariable_Base<T, DT> {
|
|
15
15
|
pulseValue: UAProperty<any, any>;
|