node-opcua-nodeset-padim 2.102.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.
Files changed (58) hide show
  1. package/LICENSE +22 -0
  2. package/dist/enum_execution_mode_enum.d.ts +6 -6
  3. package/dist/enum_execution_mode_enum.js +6 -6
  4. package/dist/enum_reset_mode_enum.d.ts +6 -6
  5. package/dist/enum_reset_mode_enum.js +6 -6
  6. package/dist/ua_actual_density_variable.d.ts +8 -8
  7. package/dist/ua_actual_volume_flow_rate_variable.d.ts +8 -8
  8. package/dist/ua_analog_signal.d.ts +6 -6
  9. package/dist/ua_analog_signal_variable.d.ts +8 -8
  10. package/dist/ua_analytical_measurement_variable.d.ts +8 -8
  11. package/dist/ua_control_signal.d.ts +6 -6
  12. package/dist/ua_control_variable.d.ts +8 -8
  13. package/dist/ua_discrete_signal.d.ts +6 -6
  14. package/dist/ua_discrete_signal_variable.d.ts +8 -8
  15. package/dist/ua_flow_measurement_variable.d.ts +8 -8
  16. package/dist/ua_i_administration.d.ts +6 -6
  17. package/dist/ua_i_signal_set.d.ts +6 -6
  18. package/dist/ua_level_measurement_variable.d.ts +8 -8
  19. package/dist/ua_mass_flow_rate_variable.d.ts +8 -8
  20. package/dist/ua_multi_state_discrete_signal.d.ts +6 -6
  21. package/dist/ua_multi_state_discrete_signal_variable.d.ts +8 -8
  22. package/dist/ua_normalized_volume_flow_rate_variable.d.ts +8 -8
  23. package/dist/ua_padim.d.ts +6 -6
  24. package/dist/ua_pressure_measurement_variable.d.ts +8 -8
  25. package/dist/ua_signal.d.ts +6 -6
  26. package/dist/ua_signal_set.d.ts +6 -6
  27. package/dist/ua_temperature_measurement_variable.d.ts +8 -8
  28. package/dist/ua_totalizer_variable.d.ts +8 -8
  29. package/dist/ua_two_state_discrete_signal.d.ts +6 -6
  30. package/dist/ua_two_state_discrete_signal_variable.d.ts +8 -8
  31. package/package.json +7 -6
  32. package/source/enum_execution_mode_enum.ts +6 -6
  33. package/source/enum_reset_mode_enum.ts +6 -6
  34. package/source/ua_actual_density_variable.ts +8 -8
  35. package/source/ua_actual_volume_flow_rate_variable.ts +8 -8
  36. package/source/ua_analog_signal.ts +6 -6
  37. package/source/ua_analog_signal_variable.ts +8 -8
  38. package/source/ua_analytical_measurement_variable.ts +8 -8
  39. package/source/ua_control_signal.ts +6 -6
  40. package/source/ua_control_variable.ts +8 -8
  41. package/source/ua_discrete_signal.ts +6 -6
  42. package/source/ua_discrete_signal_variable.ts +8 -8
  43. package/source/ua_flow_measurement_variable.ts +8 -8
  44. package/source/ua_i_administration.ts +6 -6
  45. package/source/ua_i_signal_set.ts +6 -6
  46. package/source/ua_level_measurement_variable.ts +8 -8
  47. package/source/ua_mass_flow_rate_variable.ts +8 -8
  48. package/source/ua_multi_state_discrete_signal.ts +6 -6
  49. package/source/ua_multi_state_discrete_signal_variable.ts +8 -8
  50. package/source/ua_normalized_volume_flow_rate_variable.ts +8 -8
  51. package/source/ua_padim.ts +6 -6
  52. package/source/ua_pressure_measurement_variable.ts +8 -8
  53. package/source/ua_signal.ts +6 -6
  54. package/source/ua_signal_set.ts +6 -6
  55. package/source/ua_temperature_measurement_variable.ts +8 -8
  56. package/source/ua_totalizer_variable.ts +8 -8
  57. package/source/ua_two_state_discrete_signal.ts +6 -6
  58. package/source/ua_two_state_discrete_signal_variable.ts +8 -8
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.
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/PADIM/ |
5
- * | nodeClass |DataType |
6
- * | name |20:ExecutionModeEnum |
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 |20:ExecutionModeEnum |
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 |20:ResetModeEnum |
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 |20:ResetModeEnum |
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 |20:ActualDensityVariableType ns=20;i=1124 |
9
- * |dataType |Float |
10
- * |dataType Name |number ns=0;i=10 |
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 |20:ActualVolumeFlowRateVariableType ns=20;i=1134 |
8
- * |dataType |Float |
9
- * |dataType Name |number ns=0;i=10 |
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 |20:AnalogSignalType ns=20;i=1022 |
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 |20:AnalogSignalVariableType ns=20;i=1111 |
11
- * |dataType |Variant |
12
- * |dataType Name |Variant ns=0;i=26 |
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 |20:AnalyticalMeasurementVariableType ns=20;i=1127 |
9
- * |dataType |Float |
10
- * |dataType Name |number ns=0;i=10 |
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 |20:ControlSignalType ns=20;i=1023 |
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 |20:ControlVariableType ns=20;i=1125 |
12
- * |dataType |Float |
13
- * |dataType Name |number ns=0;i=10 |
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 |20:DiscreteSignalType ns=20;i=1036 |
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 |20:DiscreteSignalVariableType ns=20;i=1143 |
10
- * |dataType |Null |
11
- * |dataType Name |VariantOptions ns=0;i=0 |
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 |20:FlowMeasurementVariableType ns=20;i=1122 |
12
- * |dataType |Float |
13
- * |dataType Name |number ns=0;i=10 |
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 |20:IAdministrationType ns=20;i=1050 |
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 |20:ISignalSetType ns=20;i=1052 |
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 |20:LevelMeasurementVariableType ns=20;i=1123 |
9
- * |dataType |Float |
10
- * |dataType Name |number ns=0;i=10 |
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 |20:MassFlowRateVariableType ns=20;i=1133 |
8
- * |dataType |Float |
9
- * |dataType Name |number ns=0;i=10 |
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 |20:MultiStateDiscreteSignalType ns=20;i=1038 |
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 |20:MultiStateDiscreteSignalVariableType ns=20;i=1142|
11
- * |dataType |UInt32 |
12
- * |dataType Name |UInt32 ns=0;i=7 |
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 |20:NormalizedVolumeFlowRateVariableType ns=20;i=1135|
8
- * |dataType |Float |
9
- * |dataType Name |number ns=0;i=10 |
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> {
@@ -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 |20:PADIMType ns=20;i=1009 |
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 |20:PressureMeasurementVariableType ns=20;i=1121 |
9
- * |dataType |Float |
10
- * |dataType Name |number ns=0;i=10 |
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> {
@@ -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 |20:SignalType ns=20;i=1008 |
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>;
@@ -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 |20:SignalSetType ns=20;i=1021 |
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 |20:TemperatureMeasurementVariableType ns=20;i=1120|
11
- * |dataType |Float |
12
- * |dataType Name |number ns=0;i=10 |
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>;