node-opcua-nodeset-pack-ml 2.102.0 → 2.104.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.
@@ -2,12 +2,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/PackML/ |
8
- * | nodeClass |DataType |
9
- * | name |15:PackMLAlarmDataType |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
8
+ * | nodeClass |DataType |
9
+ * | name |15:PackMLAlarmDataType |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTPackMLAlarm extends DTStructure {
13
13
  /** A unique number assigned to each type of alarm, stop or warning.*/
@@ -3,12 +3,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
3
3
  import { ExtensionObject } from "node-opcua-extension-object";
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:PackMLCountDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:PackMLCountDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTPackMLCount extends DTStructure {
14
14
  /** A user defined value that represents the consumed (processed or defective) material. Typically this is an SKU number or a user material master number.*/
@@ -3,12 +3,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
3
3
  import { ExtensionObject } from "node-opcua-extension-object";
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:PackMLDescriptorDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:PackMLDescriptorDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTPackMLDescriptor extends DTStructure {
14
14
  /** A unique number assigned to the parameter*/
@@ -3,12 +3,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:PackMLIngredientsDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:PackMLIngredientsDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTPackMLIngredients extends DTStructure {
14
14
  /** A unique number assigned to the ingredient.*/
@@ -4,12 +4,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
5
  import { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/PackML/ |
10
- * | nodeClass |DataType |
11
- * | name |15:PackMLProductDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
10
+ * | nodeClass |DataType |
11
+ * | name |15:PackMLProductDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTPackMLProduct extends DTStructure {
15
15
  /** A unique number assigned to the product.*/
@@ -3,12 +3,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:PackMLRemoteInterfaceDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:PackMLRemoteInterfaceDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTPackMLRemoteInterface extends DTStructure {
14
14
  /** This is the unique number for the downstream/upstream unit machine using a common tag structure as the unit machine.*/
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/PackML/ |
5
- * | nodeClass |DataType |
6
- * | name |15:ProductionMaintenanceModeEnum |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
5
+ * | nodeClass |DataType |
6
+ * | name |15:ProductionMaintenanceModeEnum |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumProductionMaintenanceModeEnum {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumProductionMaintenanceModeEnum = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:ProductionMaintenanceModeEnum |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:ProductionMaintenanceModeEnum |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumProductionMaintenanceModeEnum;
14
14
  (function (EnumProductionMaintenanceModeEnum) {
@@ -28,5 +28,5 @@ var EnumProductionMaintenanceModeEnum;
28
28
  * Machine is in manual mode
29
29
  */
30
30
  EnumProductionMaintenanceModeEnum[EnumProductionMaintenanceModeEnum["Manual"] = 3] = "Manual";
31
- })(EnumProductionMaintenanceModeEnum = exports.EnumProductionMaintenanceModeEnum || (exports.EnumProductionMaintenanceModeEnum = {}));
31
+ })(EnumProductionMaintenanceModeEnum || (exports.EnumProductionMaintenanceModeEnum = EnumProductionMaintenanceModeEnum = {}));
32
32
  //# sourceMappingURL=enum_production_maintenance_mode_enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_production_maintenance_mode_enum.js","sourceRoot":"","sources":["../source/enum_production_maintenance_mode_enum.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,iCAiBX;AAjBD,WAAY,iCAAiC;IAC3C;;OAEG;IACH,+FAAW,CAAA;IACX;;OAEG;IACH,+FAAW,CAAA;IACX;;OAEG;IACH,uGAAe,CAAA;IACf;;OAEG;IACH,6FAAU,CAAA;AACZ,CAAC,EAjBW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAiB5C"}
1
+ {"version":3,"file":"enum_production_maintenance_mode_enum.js","sourceRoot":"","sources":["../source/enum_production_maintenance_mode_enum.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,iCAiBX;AAjBD,WAAY,iCAAiC;IAC3C;;OAEG;IACH,+FAAW,CAAA;IACX;;OAEG;IACH,+FAAW,CAAA;IACX;;OAEG;IACH,uGAAe,CAAA;IACf;;OAEG;IACH,6FAAU,CAAA;AACZ,CAAC,EAjBW,iCAAiC,iDAAjC,iCAAiC,QAiB5C"}
@@ -6,12 +6,12 @@ import { DTPackMLAlarm } from "./dt_pack_ml_alarm";
6
6
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
7
7
  import { DTPackMLCount } from "./dt_pack_ml_count";
8
8
  /**
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/PackML/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |15:PackMLAdminObjectType ns=15;i=5 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |PackMLAdminObjectType i=5 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UAPackMLAdminObject_Base {
17
17
  accTimeSinceReset?: UABaseDataVariable<Int32, DataType.Int32>;
@@ -5,12 +5,12 @@ import { UAPackMLAdminObject } from "./ua_pack_ml_admin_object";
5
5
  import { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine";
6
6
  import { UAPackMLStatusObject } from "./ua_pack_ml_status_object";
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/PackML/ |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |15:PackMLBaseObjectType ns=15;i=6 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |PackMLBaseObjectType i=6 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UAPackMLBaseObject_Base {
16
16
  admin: UAPackMLAdminObject;
@@ -7,12 +7,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
7
7
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
8
8
  import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine";
9
9
  /**
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/PackML/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |15:PackMLBaseStateMachineType ns=15;i=3 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |PackMLBaseStateMachineType i=3 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAPackMLBaseStateMachine_Base extends UAFiniteStateMachine_Base {
18
18
  abort?: UAMethod;
@@ -6,12 +6,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
6
6
  import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
8
8
  /**
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/PackML/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |15:PackMLExecuteStateMachineType ns=15;i=1 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |PackMLExecuteStateMachineType i=1 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UAPackMLExecuteStateMachine_Base extends UAFiniteStateMachine_Base {
17
17
  availableStates: UABaseDataVariable<NodeId[], DataType.NodeId>;
@@ -7,12 +7,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
8
8
  import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine";
9
9
  /**
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/PackML/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |15:PackMLMachineStateMachineType ns=15;i=2 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |PackMLMachineStateMachineType i=2 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAPackMLMachineStateMachine_Base extends UAFiniteStateMachine_Base {
18
18
  availableStates: UABaseDataVariable<NodeId[], DataType.NodeId>;
@@ -8,12 +8,12 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
8
8
  import { DTPackMLProduct } from "./dt_pack_ml_product";
9
9
  import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface";
10
10
  /**
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/PackML/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |15:PackMLStatusObjectType ns=15;i=4 |
16
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |PackMLStatusObjectType i=4 |
16
+ * |isAbstract |false |
17
17
  */
18
18
  export interface UAPackMLStatusObject_Base {
19
19
  curMachSpeed: UAAnalogItem<number, DataType.Float>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-pack-ml",
3
- "version": "2.102.0",
3
+ "version": "2.104.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-pack-ml",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,14 @@
10
10
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.102.0",
14
- "node-opcua-basic-types": "2.99.0",
15
- "node-opcua-data-access": "2.102.0",
16
- "node-opcua-data-model": "2.102.0",
17
- "node-opcua-extension-object": "2.99.0",
18
- "node-opcua-nodeid": "2.99.0",
19
- "node-opcua-nodeset-ua": "2.102.0",
20
- "node-opcua-variant": "2.102.0"
13
+ "node-opcua-address-space-base": "2.104.0",
14
+ "node-opcua-basic-types": "2.104.0",
15
+ "node-opcua-data-access": "2.104.0",
16
+ "node-opcua-data-model": "2.104.0",
17
+ "node-opcua-extension-object": "2.104.0",
18
+ "node-opcua-nodeid": "2.104.0",
19
+ "node-opcua-nodeset-ua": "2.104.0",
20
+ "node-opcua-variant": "2.104.0"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -35,5 +35,6 @@
35
35
  "opc ua",
36
36
  "internet of things"
37
37
  ],
38
- "homepage": "http://node-opcua.github.io/"
38
+ "homepage": "http://node-opcua.github.io/",
39
+ "gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d"
39
40
  }
@@ -3,12 +3,12 @@ import { Int32, UAString } from "node-opcua-basic-types"
3
3
  import { ExtensionObject } from "node-opcua-extension-object"
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/PackML/ |
9
- * | nodeClass |DataType |
10
- * | name |15:PackMLAlarmDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
9
+ * | nodeClass |DataType |
10
+ * | name |15:PackMLAlarmDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTPackMLAlarm extends DTStructure {
14
14
  /** A unique number assigned to each type of alarm, stop or warning.*/
@@ -4,12 +4,12 @@ import { Int32, UAString } from "node-opcua-basic-types"
4
4
  import { ExtensionObject } from "node-opcua-extension-object"
5
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/PackML/ |
10
- * | nodeClass |DataType |
11
- * | name |15:PackMLCountDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
10
+ * | nodeClass |DataType |
11
+ * | name |15:PackMLCountDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTPackMLCount extends DTStructure {
15
15
  /** A user defined value that represents the consumed (processed or defective) material. Typically this is an SKU number or a user material master number.*/
@@ -4,12 +4,12 @@ import { Int32, UAString } from "node-opcua-basic-types"
4
4
  import { ExtensionObject } from "node-opcua-extension-object"
5
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/PackML/ |
10
- * | nodeClass |DataType |
11
- * | name |15:PackMLDescriptorDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
10
+ * | nodeClass |DataType |
11
+ * | name |15:PackMLDescriptorDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTPackMLDescriptor extends DTStructure {
15
15
  /** A unique number assigned to the parameter*/
@@ -4,12 +4,12 @@ import { ExtensionObject } from "node-opcua-extension-object"
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
5
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/PackML/ |
10
- * | nodeClass |DataType |
11
- * | name |15:PackMLIngredientsDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
10
+ * | nodeClass |DataType |
11
+ * | name |15:PackMLIngredientsDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTPackMLIngredients extends DTStructure {
15
15
  /** A unique number assigned to the ingredient.*/
@@ -5,12 +5,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
5
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
6
6
  import { DTPackMLIngredients } from "./dt_pack_ml_ingredients"
7
7
  /**
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/PackML/ |
11
- * | nodeClass |DataType |
12
- * | name |15:PackMLProductDataType |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
11
+ * | nodeClass |DataType |
12
+ * | name |15:PackMLProductDataType |
13
+ * | isAbstract|false |
14
14
  */
15
15
  export interface DTPackMLProduct extends DTStructure {
16
16
  /** A unique number assigned to the product.*/
@@ -4,12 +4,12 @@ import { ExtensionObject } from "node-opcua-extension-object"
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
5
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/PackML/ |
10
- * | nodeClass |DataType |
11
- * | name |15:PackMLRemoteInterfaceDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
10
+ * | nodeClass |DataType |
11
+ * | name |15:PackMLRemoteInterfaceDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTPackMLRemoteInterface extends DTStructure {
15
15
  /** This is the unique number for the downstream/upstream unit machine using a common tag structure as the unit machine.*/
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
 
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/PackML/ |
7
- * | nodeClass |DataType |
8
- * | name |15:ProductionMaintenanceModeEnum |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/PackML/ |
7
+ * | nodeClass |DataType |
8
+ * | name |15:ProductionMaintenanceModeEnum |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export enum EnumProductionMaintenanceModeEnum {
12
12
  /**
@@ -7,12 +7,12 @@ import { DTPackMLAlarm } from "./dt_pack_ml_alarm"
7
7
  import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
8
8
  import { DTPackMLCount } from "./dt_pack_ml_count"
9
9
  /**
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/PackML/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |15:PackMLAdminObjectType ns=15;i=5 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |PackMLAdminObjectType i=5 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAPackMLAdminObject_Base {
18
18
  accTimeSinceReset?: UABaseDataVariable<Int32, DataType.Int32>;
@@ -14,12 +14,12 @@ import { UAPackMLAdminObject } from "./ua_pack_ml_admin_object"
14
14
  import { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine"
15
15
  import { UAPackMLStatusObject } from "./ua_pack_ml_status_object"
16
16
  /**
17
- * | | |
18
- * |----------------|--------------------------------------------------|
19
- * |namespace |http://opcfoundation.org/UA/PackML/ |
20
- * |nodeClass |ObjectType |
21
- * |typedDefinition |15:PackMLBaseObjectType ns=15;i=6 |
22
- * |isAbstract |false |
17
+ * | | |
18
+ * |----------------|------------------------------------------------------------|
19
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
20
+ * |nodeClass |ObjectType |
21
+ * |typedDefinition |PackMLBaseObjectType i=6 |
22
+ * |isAbstract |false |
23
23
  */
24
24
  export interface UAPackMLBaseObject_Base {
25
25
  admin: UAPackMLAdminObject;
@@ -11,12 +11,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
11
11
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
12
12
  import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine"
13
13
  /**
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/PackML/ |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |15:PackMLBaseStateMachineType ns=15;i=3 |
19
- * |isAbstract |false |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |PackMLBaseStateMachineType i=3 |
19
+ * |isAbstract |false |
20
20
  */
21
21
  export interface UAPackMLBaseStateMachine_Base extends UAFiniteStateMachine_Base {
22
22
  abort?: UAMethod;
@@ -7,12 +7,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
7
7
  import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
8
8
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
9
9
  /**
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/PackML/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |15:PackMLExecuteStateMachineType ns=15;i=1 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |PackMLExecuteStateMachineType i=1 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAPackMLExecuteStateMachine_Base extends UAFiniteStateMachine_Base {
18
18
  availableStates: UABaseDataVariable<NodeId[], DataType.NodeId>;
@@ -8,12 +8,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
8
8
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
9
9
  import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine"
10
10
  /**
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/PackML/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |15:PackMLMachineStateMachineType ns=15;i=2 |
16
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |PackMLMachineStateMachineType i=2 |
16
+ * |isAbstract |false |
17
17
  */
18
18
  export interface UAPackMLMachineStateMachine_Base extends UAFiniteStateMachine_Base {
19
19
  availableStates: UABaseDataVariable<NodeId[], DataType.NodeId>;
@@ -9,12 +9,12 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
9
9
  import { DTPackMLProduct } from "./dt_pack_ml_product"
10
10
  import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface"
11
11
  /**
12
- * | | |
13
- * |----------------|--------------------------------------------------|
14
- * |namespace |http://opcfoundation.org/UA/PackML/ |
15
- * |nodeClass |ObjectType |
16
- * |typedDefinition |15:PackMLStatusObjectType ns=15;i=4 |
17
- * |isAbstract |false |
12
+ * | | |
13
+ * |----------------|------------------------------------------------------------|
14
+ * |namespace |http://opcfoundation.org/UA/PackML/ |
15
+ * |nodeClass |ObjectType |
16
+ * |typedDefinition |PackMLStatusObjectType i=4 |
17
+ * |isAbstract |false |
18
18
  */
19
19
  export interface UAPackMLStatusObject_Base {
20
20
  curMachSpeed: UAAnalogItem<number, DataType.Float>;