node-opcua-nodeset-pack-ml 2.100.0 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dt_pack_ml_alarm.d.ts +6 -6
- package/dist/dt_pack_ml_count.d.ts +6 -6
- package/dist/dt_pack_ml_descriptor.d.ts +6 -6
- package/dist/dt_pack_ml_ingredients.d.ts +6 -6
- package/dist/dt_pack_ml_product.d.ts +6 -6
- package/dist/dt_pack_ml_remote_interface.d.ts +6 -6
- package/dist/enum_production_maintenance_mode_enum.d.ts +6 -6
- package/dist/enum_production_maintenance_mode_enum.js +6 -6
- package/dist/ua_pack_ml_admin_object.d.ts +6 -6
- package/dist/ua_pack_ml_base_object.d.ts +6 -6
- package/dist/ua_pack_ml_base_state_machine.d.ts +6 -6
- package/dist/ua_pack_ml_execute_state_machine.d.ts +6 -6
- package/dist/ua_pack_ml_machine_state_machine.d.ts +6 -6
- package/dist/ua_pack_ml_status_object.d.ts +6 -6
- package/package.json +7 -7
- package/source/dt_pack_ml_alarm.ts +6 -6
- package/source/dt_pack_ml_count.ts +6 -6
- package/source/dt_pack_ml_descriptor.ts +6 -6
- package/source/dt_pack_ml_ingredients.ts +6 -6
- package/source/dt_pack_ml_product.ts +6 -6
- package/source/dt_pack_ml_remote_interface.ts +6 -6
- package/source/enum_production_maintenance_mode_enum.ts +6 -6
- package/source/ua_pack_ml_admin_object.ts +6 -6
- package/source/ua_pack_ml_base_object.ts +6 -6
- package/source/ua_pack_ml_base_state_machine.ts +6 -6
- package/source/ua_pack_ml_execute_state_machine.ts +6 -6
- package/source/ua_pack_ml_machine_state_machine.ts +6 -6
- package/source/ua_pack_ml_status_object.ts +6 -6
|
@@ -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) {
|
|
@@ -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 |
|
|
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 |
|
|
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
|
-
* |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 |
|
|
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
|
-
* |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 |
|
|
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.
|
|
3
|
+
"version": "2.103.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.103.0",
|
|
14
14
|
"node-opcua-basic-types": "2.99.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
15
|
+
"node-opcua-data-access": "2.103.0",
|
|
16
|
+
"node-opcua-data-model": "2.102.0",
|
|
17
17
|
"node-opcua-extension-object": "2.99.0",
|
|
18
18
|
"node-opcua-nodeid": "2.99.0",
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
19
|
+
"node-opcua-nodeset-ua": "2.103.0",
|
|
20
|
+
"node-opcua-variant": "2.102.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": "e206cac2daf39bd07e5ac6cbd744f966bb54759e"
|
|
40
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
|
-
* |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 |
|
|
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 |
|
|
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
|
-
* |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 |
|
|
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 |
|
|
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>;
|