node-opcua-nodeset-padim 2.99.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/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022-2023 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
+
5
+ Copyright (c) 2014-2022 Etienne Rossignon
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8
+ this software and associated documentation files (the "Software"), to deal in
9
+ the Software without restriction, including without limitation the rights to
10
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
11
+ the Software, and to permit persons to whom the Software is furnished to do so,
12
+ subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "node-opcua-nodeset-padim",
3
+ "version": "2.99.0",
4
+ "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-padim",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc -b"
9
+ },
10
+ "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
+ "license": "MIT",
12
+ "dependencies": {
13
+ "node-opcua-address-space-base": "2.99.0",
14
+ "node-opcua-basic-types": "2.99.0",
15
+ "node-opcua-data-access": "2.99.0",
16
+ "node-opcua-data-model": "2.99.0",
17
+ "node-opcua-nodeid": "2.99.0",
18
+ "node-opcua-nodeset-di": "2.99.0",
19
+ "node-opcua-nodeset-ua": "2.99.0",
20
+ "node-opcua-variant": "2.99.0"
21
+ },
22
+ "files": [
23
+ "dist",
24
+ "source"
25
+ ],
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git://github.com/node-opcua/node-opcua.git"
29
+ },
30
+ "keywords": [
31
+ "OPCUA",
32
+ "opcua",
33
+ "m2m",
34
+ "iot",
35
+ "opc ua",
36
+ "internet of things"
37
+ ],
38
+ "homepage": "http://node-opcua.github.io/",
39
+ "gitHead": "90ce9f5b44d74198d84a384de622dfa94fd05c0c"
40
+ }
@@ -0,0 +1,14 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+
3
+ /**
4
+ * | | |
5
+ * |-----------|--------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/PADIM/ |
7
+ * | nodeClass |DataType |
8
+ * | name |20:ExecutionModeEnum |
9
+ * | isAbstract|false |
10
+ */
11
+ export enum EnumExecutionModeEnum {
12
+ Start = 2,
13
+ Abort = 255,
14
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+
3
+ /**
4
+ * | | |
5
+ * |-----------|--------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/PADIM/ |
7
+ * | nodeClass |DataType |
8
+ * | name |20:ResetModeEnum |
9
+ * | isAbstract|false |
10
+ */
11
+ export enum EnumResetModeEnum {
12
+ Application = 1,
13
+ Communication = 2712,
14
+ Factory = 2713,
15
+ }
@@ -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";
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
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:ActualDensityVariableType ns=20;i=1124 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UAActualDensityVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
15
+ export interface UAActualDensityVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAActualDensityVariable_Base<T> {
16
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable"
4
+ /**
5
+ * | | |
6
+ * |----------------|--------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
8
+ * |nodeClass |VariableType |
9
+ * |typedDefinition |20:ActualVolumeFlowRateVariableType ns=20;i=1134 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UAActualVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
15
+ export interface UAActualVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAActualVolumeFlowRateVariable_Base<T> {
16
+ }
@@ -0,0 +1,22 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
4
+ import { EUInformation } from "node-opcua-data-access"
5
+ import { UAString } from "node-opcua-basic-types"
6
+ import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
7
+ import { UASignal, UASignal_Base } from "./ua_signal"
8
+ import { UAAnalogSignalVariable } from "./ua_analog_signal_variable"
9
+ /**
10
+ * | | |
11
+ * |----------------|--------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |20:AnalogSignalType ns=20;i=1022 |
15
+ * |isAbstract |false |
16
+ */
17
+ export interface UAAnalogSignal_Base extends UASignal_Base {
18
+ zeroPointAdjustment?: UAMethod;
19
+ analogSignal: UAAnalogSignalVariable<any, any>;
20
+ }
21
+ export interface UAAnalogSignal extends UASignal, UAAnalogSignal_Base {
22
+ }
@@ -0,0 +1,23 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType, Variant } from "node-opcua-variant"
4
+ import { UAAnalogUnitRange, UAAnalogUnitRange_Base } from "node-opcua-nodeset-ua/source/ua_analog_unit_range"
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 |VariableType |
11
+ * |typedDefinition |20:AnalogSignalVariableType ns=20;i=1111 |
12
+ * |dataType |Variant |
13
+ * |dataType Name |Variant ns=0;i=26 |
14
+ * |isAbstract |false |
15
+ */
16
+ export interface UAAnalogSignalVariable_Base<T, DT extends DataType> extends UAAnalogUnitRange_Base<T, DT> {
17
+ simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
18
+ actualValue?: UABaseDataVariable<any, any>;
19
+ simulationValue?: UABaseDataVariable<any, any>;
20
+ damping?: UAProperty<number, DataType.Float>;
21
+ }
22
+ export interface UAAnalogSignalVariable<T, DT extends DataType> extends UAAnalogUnitRange<T, DT>, UAAnalogSignalVariable_Base<T, DT> {
23
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
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:AnalyticalMeasurementVariableType ns=20;i=1127 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UAAnalyticalMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
15
+ export interface UAAnalyticalMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAAnalyticalMeasurementVariable_Base<T> {
16
+ }
@@ -0,0 +1,26 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { EUInformation } from "node-opcua-data-access"
6
+ import { NodeId } from "node-opcua-nodeid"
7
+ import { UInt32 } from "node-opcua-basic-types"
8
+ import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
9
+ import { DTEnumValue } from "node-opcua-nodeset-ua/source/dt_enum_value"
10
+ import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
11
+ import { UASignal, UASignal_Base } from "./ua_signal"
12
+ import { UAControlVariable } from "./ua_control_variable"
13
+ /**
14
+ * | | |
15
+ * |----------------|--------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |20:ControlSignalType ns=20;i=1023 |
19
+ * |isAbstract |false |
20
+ */
21
+ export interface UAControlSignal_Base extends UASignal_Base {
22
+ autoAdjustPositioner?: UAMethod;
23
+ controlSignal: UAControlVariable<number>;
24
+ }
25
+ export interface UAControlSignal extends UASignal, UAControlSignal_Base {
26
+ }
@@ -0,0 +1,23 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UInt32 } from "node-opcua-basic-types"
4
+ import { UABaseAnalog } from "node-opcua-nodeset-ua/source/ua_base_analog"
5
+ import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete"
6
+ import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable"
7
+ /**
8
+ * | | |
9
+ * |----------------|--------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
11
+ * |nodeClass |VariableType |
12
+ * |typedDefinition |20:ControlVariableType ns=20;i=1125 |
13
+ * |dataType |Float |
14
+ * |dataType Name |number ns=0;i=10 |
15
+ * |isAbstract |false |
16
+ */
17
+ export interface UAControlVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
18
+ setpoint: UABaseAnalog<number, DataType.Float>;
19
+ operatingDirection: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
20
+ actuatorType: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
21
+ }
22
+ export interface UAControlVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAControlVariable_Base<T> {
23
+ }
@@ -0,0 +1,17 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
+ import { UASignal, UASignal_Base } from "./ua_signal"
4
+ import { UADiscreteSignalVariable } from "./ua_discrete_signal_variable"
5
+ /**
6
+ * | | |
7
+ * |----------------|--------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |20:DiscreteSignalType ns=20;i=1036 |
11
+ * |isAbstract |false |
12
+ */
13
+ export interface UADiscreteSignal_Base extends UASignal_Base {
14
+ discreteSignal: UADiscreteSignalVariable<any, any>;
15
+ }
16
+ export interface UADiscreteSignal extends UASignal, UADiscreteSignal_Base {
17
+ }
@@ -0,0 +1,21 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
+ import { UADiscreteItem, UADiscreteItem_Base } from "node-opcua-nodeset-ua/source/ua_discrete_item"
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:DiscreteSignalVariableType ns=20;i=1143 |
11
+ * |dataType |Null |
12
+ * |dataType Name |VariantOptions ns=0;i=0 |
13
+ * |isAbstract |false |
14
+ */
15
+ export interface UADiscreteSignalVariable_Base<T, DT extends DataType> extends UADiscreteItem_Base<T, DT> {
16
+ actualValue?: UABaseDataVariable<any, any>;
17
+ simulationValue?: UABaseDataVariable<any, any>;
18
+ simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
19
+ }
20
+ export interface UADiscreteSignalVariable<T, DT extends DataType> extends UADiscreteItem<T, DT>, UADiscreteSignalVariable_Base<T, DT> {
21
+ }
@@ -0,0 +1,25 @@
1
+ // ----- this file has been automatically generated - do not edit
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 { NodeId } from "node-opcua-nodeid"
6
+ import { UInt32 } from "node-opcua-basic-types"
7
+ import { DTEnumValue } from "node-opcua-nodeset-ua/source/dt_enum_value"
8
+ import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete"
9
+ import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable"
10
+ /**
11
+ * | | |
12
+ * |----------------|--------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
14
+ * |nodeClass |VariableType |
15
+ * |typedDefinition |20:FlowMeasurementVariableType ns=20;i=1122 |
16
+ * |dataType |Float |
17
+ * |dataType Name |number ns=0;i=10 |
18
+ * |isAbstract |false |
19
+ */
20
+ export interface UAFlowMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
21
+ lowFlowCutOff: UAProperty<number, DataType.Float>;
22
+ flowDirection?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
23
+ }
24
+ export interface UAFlowMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAFlowMeasurementVariable_Base<T> {
25
+ }
@@ -0,0 +1,22 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
+ import { UAString } from "node-opcua-basic-types"
5
+ import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
6
+ import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface"
7
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
8
+ /**
9
+ * | | |
10
+ * |----------------|--------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |20:IAdministrationType ns=20;i=1050 |
14
+ * |isAbstract |true |
15
+ */
16
+ export interface UAIAdministration_Base extends UABaseInterface_Base {
17
+ displayLanguage?: UABaseDataVariable<UAString, DataType.String>;
18
+ dateOfLastChange?: UABaseDataVariable<Date, DataType.DateTime>;
19
+ factoryReset?: UAMethod;
20
+ }
21
+ export interface UAIAdministration extends UABaseInterface, UAIAdministration_Base {
22
+ }
@@ -0,0 +1,18 @@
1
+ // ----- this file has been automatically generated - do not edit
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 { UASignalSet } from "./ua_signal_set"
6
+ /**
7
+ * | | |
8
+ * |----------------|--------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |20:ISignalSetType ns=20;i=1052 |
12
+ * |isAbstract |true |
13
+ */
14
+ export interface UAISignalSet_Base extends UABaseInterface_Base {
15
+ signalSet?: UASignalSet;
16
+ }
17
+ export interface UAISignalSet extends UABaseInterface, UAISignalSet_Base {
18
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
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:LevelMeasurementVariableType ns=20;i=1123 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UALevelMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
15
+ export interface UALevelMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UALevelMeasurementVariable_Base<T> {
16
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable"
4
+ /**
5
+ * | | |
6
+ * |----------------|--------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
8
+ * |nodeClass |VariableType |
9
+ * |typedDefinition |20:MassFlowRateVariableType ns=20;i=1133 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UAMassFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
15
+ export interface UAMassFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UAMassFlowRateVariable_Base<T> {
16
+ }
@@ -0,0 +1,21 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { LocalizedText } from "node-opcua-data-model"
4
+ import { NodeId } from "node-opcua-nodeid"
5
+ import { UInt32 } from "node-opcua-basic-types"
6
+ import { DTEnumValue } from "node-opcua-nodeset-ua/source/dt_enum_value"
7
+ import { UASignal, UASignal_Base } from "./ua_signal"
8
+ import { UAMultiStateDiscreteSignalVariable } from "./ua_multi_state_discrete_signal_variable"
9
+ /**
10
+ * | | |
11
+ * |----------------|--------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |20:MultiStateDiscreteSignalType ns=20;i=1038 |
15
+ * |isAbstract |false |
16
+ */
17
+ export interface UAMultiStateDiscreteSignal_Base extends UASignal_Base {
18
+ multiStateDiscreteSignal: UAMultiStateDiscreteSignalVariable<UInt32>;
19
+ }
20
+ export interface UAMultiStateDiscreteSignal extends UASignal, UAMultiStateDiscreteSignal_Base {
21
+ }
@@ -0,0 +1,22 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UInt32 } from "node-opcua-basic-types"
4
+ import { UAMultiStateDictionaryEntryDiscreteBase, UAMultiStateDictionaryEntryDiscreteBase_Base } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete_base"
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 |VariableType |
11
+ * |typedDefinition |20:MultiStateDiscreteSignalVariableType ns=20;i=1142|
12
+ * |dataType |UInt32 |
13
+ * |dataType Name |UInt32 ns=0;i=7 |
14
+ * |isAbstract |false |
15
+ */
16
+ export interface UAMultiStateDiscreteSignalVariable_Base<T extends UInt32> extends UAMultiStateDictionaryEntryDiscreteBase_Base<T, DataType.UInt32> {
17
+ actualValue?: UABaseDataVariable<UInt32, DataType.UInt32>;
18
+ simulationValue?: UABaseDataVariable<UInt32, DataType.UInt32>;
19
+ simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
20
+ }
21
+ export interface UAMultiStateDiscreteSignalVariable<T extends UInt32> extends UAMultiStateDictionaryEntryDiscreteBase<T, DataType.UInt32>, UAMultiStateDiscreteSignalVariable_Base<T> {
22
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UAFlowMeasurementVariable, UAFlowMeasurementVariable_Base } from "./ua_flow_measurement_variable"
4
+ /**
5
+ * | | |
6
+ * |----------------|--------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
8
+ * |nodeClass |VariableType |
9
+ * |typedDefinition |20:NormalizedVolumeFlowRateVariableType ns=20;i=1135|
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UANormalizedVolumeFlowRateVariable_Base<T extends number> = UAFlowMeasurementVariable_Base<T>;
15
+ export interface UANormalizedVolumeFlowRateVariable<T extends number> extends UAFlowMeasurementVariable<T>, UANormalizedVolumeFlowRateVariable_Base<T> {
16
+ }
@@ -0,0 +1,41 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
+ import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
+ import { Int32, UAString } from "node-opcua-basic-types"
6
+ import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
7
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
8
+ import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
9
+ import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
10
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
11
+ import { UAConfigurableObject } from "node-opcua-nodeset-di/source/ua_configurable_object"
12
+ import { UASignalSet } from "./ua_signal_set"
13
+ /**
14
+ * | | |
15
+ * |----------------|--------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |20:PADIMType ns=20;i=1009 |
19
+ * |isAbstract |false |
20
+ */
21
+ export interface UAPADIM_Base extends UAComponent_Base {
22
+ manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
23
+ manufacturerUri: UAProperty<UAString, DataType.String>;
24
+ model: UAProperty<LocalizedText, DataType.LocalizedText>;
25
+ serialNumber: UAProperty<UAString, DataType.String>;
26
+ softwareRevision: UAProperty<UAString, DataType.String>;
27
+ hardwareRevision: UAProperty<UAString, DataType.String>;
28
+ productCode: UAProperty<UAString, DataType.String>;
29
+ deviceHealth: UABaseDataVariable<EnumDeviceHealth, DataType.Int32>;
30
+ dateOfLastChange?: UABaseDataVariable<Date, DataType.DateTime>;
31
+ displayLanguage?: UABaseDataVariable<UAString, DataType.String>;
32
+ signalSet?: UASignalSet;
33
+ productInstanceUri: UAProperty<UAString, DataType.String>;
34
+ deviceHealthAlarms?: UAFolder;
35
+ subDevices?: UAConfigurableObject;
36
+ factoryReset?: UAMethod;
37
+ assetId: UAProperty<UAString, DataType.String>;
38
+ revisionCounter: UAProperty<Int32, DataType.Int32>;
39
+ }
40
+ export interface UAPADIM extends Omit<UAComponent, "manufacturer"|"manufacturerUri"|"model"|"serialNumber"|"softwareRevision"|"hardwareRevision"|"productCode"|"productInstanceUri"|"assetId"|"revisionCounter">, UAPADIM_Base {
41
+ }
@@ -0,0 +1,16 @@
1
+ // ----- this file has been automatically generated - do not edit
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:PressureMeasurementVariableType ns=20;i=1121 |
10
+ * |dataType |Float |
11
+ * |dataType Name |number ns=0;i=10 |
12
+ * |isAbstract |false |
13
+ */
14
+ export type UAPressureMeasurementVariable_Base<T extends number> = UAAnalogSignalVariable_Base<T, DataType.Float>;
15
+ export interface UAPressureMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UAPressureMeasurementVariable_Base<T> {
16
+ }
@@ -0,0 +1,17 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { UAString } from "node-opcua-basic-types"
5
+ /**
6
+ * | | |
7
+ * |----------------|--------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |20:SignalType ns=20;i=1008 |
11
+ * |isAbstract |false |
12
+ */
13
+ export interface UASignal_Base {
14
+ signalTag: UAProperty<UAString, DataType.String>;
15
+ }
16
+ export interface UASignal extends UAObject, UASignal_Base {
17
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject } from "node-opcua-address-space-base"
3
+ /**
4
+ * | | |
5
+ * |----------------|--------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |20:SignalSetType ns=20;i=1021 |
9
+ * |isAbstract |false |
10
+ */
11
+ export interface UASignalSet_Base {
12
+ // PlaceHolder for $SignalIdentifier$
13
+ }
14
+ export interface UASignalSet extends UAObject, UASignalSet_Base {
15
+ }
@@ -0,0 +1,25 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { LocalizedText } from "node-opcua-data-model"
4
+ import { NodeId } from "node-opcua-nodeid"
5
+ import { UInt32 } from "node-opcua-basic-types"
6
+ import { DTEnumValue } from "node-opcua-nodeset-ua/source/dt_enum_value"
7
+ import { UAMultiStateDictionaryEntryDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_dictionary_entry_discrete"
8
+ import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "./ua_analog_signal_variable"
9
+ /**
10
+ * | | |
11
+ * |----------------|--------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
13
+ * |nodeClass |VariableType |
14
+ * |typedDefinition |20:TemperatureMeasurementVariableType ns=20;i=1120|
15
+ * |dataType |Float |
16
+ * |dataType Name |number ns=0;i=10 |
17
+ * |isAbstract |false |
18
+ */
19
+ export interface UATemperatureMeasurementVariable_Base<T extends number> extends UAAnalogSignalVariable_Base<T, DataType.Float> {
20
+ sensorType: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
21
+ sensorConnection?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
22
+ sensorReference?: UAMultiStateDictionaryEntryDiscrete<UInt32, DataType.UInt32>;
23
+ }
24
+ export interface UATemperatureMeasurementVariable<T extends number> extends UAAnalogSignalVariable<T, DataType.Float>, UATemperatureMeasurementVariable_Base<T> {
25
+ }
@@ -0,0 +1,20 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType, Variant } from "node-opcua-variant"
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:TotalizerVariableType ns=20;i=1126 |
11
+ * |dataType |Variant |
12
+ * |dataType Name |Variant ns=0;i=26 |
13
+ * |isAbstract |false |
14
+ */
15
+ export interface UATotalizerVariable_Base<T, DT extends DataType> extends UAAnalogSignalVariable_Base<T, DT> {
16
+ pulseValue: UAProperty<any, any>;
17
+ pulseWidth: UAProperty<number, DataType.Float>;
18
+ }
19
+ export interface UATotalizerVariable<T, DT extends DataType> extends UAAnalogSignalVariable<T, DT>, UATotalizerVariable_Base<T, DT> {
20
+ }
@@ -0,0 +1,18 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { LocalizedText } from "node-opcua-data-model"
4
+ import { UASignal, UASignal_Base } from "./ua_signal"
5
+ import { UATwoStateDiscreteSignalVariable } from "./ua_two_state_discrete_signal_variable"
6
+ /**
7
+ * | | |
8
+ * |----------------|--------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/PADIM/ |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |20:TwoStateDiscreteSignalType ns=20;i=1037 |
12
+ * |isAbstract |false |
13
+ */
14
+ export interface UATwoStateDiscreteSignal_Base extends UASignal_Base {
15
+ twoStateDiscreteSignal: UATwoStateDiscreteSignalVariable<boolean>;
16
+ }
17
+ export interface UATwoStateDiscreteSignal extends UASignal, UATwoStateDiscreteSignal_Base {
18
+ }
@@ -0,0 +1,21 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { DataType } from "node-opcua-variant"
3
+ import { UATwoStateDiscrete, UATwoStateDiscrete_Base } from "node-opcua-nodeset-ua/source/ua_two_state_discrete"
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:TwoStateDiscreteSignalVariableType ns=20;i=1141|
11
+ * |dataType |Boolean |
12
+ * |dataType Name |boolean ns=0;i=1 |
13
+ * |isAbstract |false |
14
+ */
15
+ export interface UATwoStateDiscreteSignalVariable_Base<T extends boolean> extends UATwoStateDiscrete_Base<T> {
16
+ actualValue?: UABaseDataVariable<boolean, DataType.Boolean>;
17
+ simulationValue?: UABaseDataVariable<boolean, DataType.Boolean>;
18
+ simulationState?: UABaseDataVariable<boolean, DataType.Boolean>;
19
+ }
20
+ export interface UATwoStateDiscreteSignalVariable<T extends boolean> extends UATwoStateDiscrete<T>, UATwoStateDiscreteSignalVariable_Base<T> {
21
+ }