node-opcua-nodeset-pack-ml 2.134.0 → 2.138.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 +1 -0
- package/dist/dt_pack_ml_alarm.d.ts +1 -1
- package/dist/dt_pack_ml_count.d.ts +1 -1
- package/dist/dt_pack_ml_descriptor.d.ts +1 -1
- package/dist/dt_pack_ml_ingredients.d.ts +1 -1
- package/dist/dt_pack_ml_product.d.ts +1 -1
- package/dist/dt_pack_ml_remote_interface.d.ts +1 -1
- package/dist/enum_production_maintenance_mode_enum.d.ts +1 -1
- package/dist/enum_production_maintenance_mode_enum.js +1 -1
- package/package.json +8 -8
- package/source/dt_pack_ml_alarm.ts +1 -1
- package/source/dt_pack_ml_count.ts +1 -1
- package/source/dt_pack_ml_descriptor.ts +1 -1
- package/source/dt_pack_ml_ingredients.ts +2 -2
- package/source/dt_pack_ml_product.ts +3 -3
- package/source/dt_pack_ml_remote_interface.ts +2 -2
- package/source/enum_production_maintenance_mode_enum.ts +1 -1
- package/source/ua_pack_ml_base_object.ts +1 -1
package/LICENSE
CHANGED
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |PackMLAlarmDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTPackMLAlarm extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PackMLCountDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPackMLCount extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PackMLDescriptorDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPackMLDescriptor extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PackMLIngredientsDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPackMLIngredients extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PackMLProductDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPackMLProduct extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PackMLRemoteInterfaceDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPackMLRemoteInterface extends DTStructure {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |ProductionMaintenanceModeEnum |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumProductionMaintenanceModeEnum {
|
|
@@ -7,7 +7,7 @@ exports.EnumProductionMaintenanceModeEnum = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ProductionMaintenanceModeEnum |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumProductionMaintenanceModeEnum;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-pack-ml",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.138.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.
|
|
13
|
+
"node-opcua-address-space-base": "2.138.0",
|
|
14
14
|
"node-opcua-basic-types": "2.134.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
15
|
+
"node-opcua-data-access": "2.137.0",
|
|
16
|
+
"node-opcua-data-model": "2.137.0",
|
|
17
|
+
"node-opcua-extension-object": "2.137.0",
|
|
18
18
|
"node-opcua-nodeid": "2.133.0",
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
19
|
+
"node-opcua-nodeset-ua": "2.138.0",
|
|
20
|
+
"node-opcua-variant": "2.137.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"internet of things"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
|
|
40
40
|
}
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PackMLAlarmDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPackMLAlarm extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PackMLCountDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPackMLCount extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PackMLDescriptorDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPackMLDescriptor extends DTStructure {
|
|
@@ -8,13 +8,13 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PackMLIngredientsDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPackMLIngredients extends DTStructure {
|
|
15
15
|
/** A unique number assigned to the ingredient.*/
|
|
16
16
|
ingredientID: Int32; // Int32 ns=0;i=6
|
|
17
17
|
/** The array of Parameters that correspond to the ingredient*/
|
|
18
|
-
parameter: DTPackMLDescriptor[]; // ExtensionObject ns=
|
|
18
|
+
parameter: DTPackMLDescriptor[]; // ExtensionObject ns=20;i=16
|
|
19
19
|
}
|
|
20
20
|
export interface UDTPackMLIngredients extends ExtensionObject, DTPackMLIngredients {};
|
|
@@ -9,15 +9,15 @@ import { DTPackMLIngredients } from "./dt_pack_ml_ingredients"
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |PackMLProductDataType |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTPackMLProduct extends DTStructure {
|
|
16
16
|
/** A unique number assigned to the product.*/
|
|
17
17
|
productID: Int32; // Int32 ns=0;i=6
|
|
18
18
|
/** The array of Process variables associated with this product*/
|
|
19
|
-
processVariables: DTPackMLDescriptor[]; // ExtensionObject ns=
|
|
19
|
+
processVariables: DTPackMLDescriptor[]; // ExtensionObject ns=20;i=16
|
|
20
20
|
/** The array of ingredients associated with this product.*/
|
|
21
|
-
ingredients: DTPackMLIngredients[]; // ExtensionObject ns=
|
|
21
|
+
ingredients: DTPackMLIngredients[]; // ExtensionObject ns=20;i=17
|
|
22
22
|
}
|
|
23
23
|
export interface UDTPackMLProduct extends ExtensionObject, DTPackMLProduct {};
|
|
@@ -8,7 +8,7 @@ import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PackMLRemoteInterfaceDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPackMLRemoteInterface extends DTStructure {
|
|
@@ -19,6 +19,6 @@ export interface DTPackMLRemoteInterface extends DTStructure {
|
|
|
19
19
|
/** This is the command value associated with the ControlCmdNumber above.*/
|
|
20
20
|
cmdValue: Int32; // Int32 ns=0;i=6
|
|
21
21
|
/** The parameter tags associated to commanded remote interface are typically used for command parameters that are given to the unit machine from remote machines.*/
|
|
22
|
-
parameter: DTPackMLDescriptor[]; // ExtensionObject ns=
|
|
22
|
+
parameter: DTPackMLDescriptor[]; // ExtensionObject ns=20;i=16
|
|
23
23
|
}
|
|
24
24
|
export interface UDTPackMLRemoteInterface extends ExtensionObject, DTPackMLRemoteInterface {};
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/PackML/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |ProductionMaintenanceModeEnum |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumProductionMaintenanceModeEnum {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType,
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { EUInformation } from "node-opcua-data-access"
|
|
6
6
|
import { NodeId } from "node-opcua-nodeid"
|