node-opcua-nodeset-machinery 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.
- package/dist/ua_i_machine_tag_nameplate.d.ts +6 -6
- package/dist/ua_i_machine_vendor_nameplate.d.ts +6 -6
- package/dist/ua_i_machinery_item_vendor_nameplate.d.ts +6 -6
- package/dist/ua_machine_components.d.ts +6 -6
- package/dist/ua_machine_identification.d.ts +6 -6
- package/dist/ua_machinery_component_identification.d.ts +6 -6
- package/dist/ua_machinery_item_identification.d.ts +6 -6
- package/dist/ua_machinery_item_state_state_machine.d.ts +6 -6
- package/dist/ua_machinery_operation_mode_state_machine.d.ts +6 -6
- package/package.json +6 -5
- package/source/ua_i_machine_tag_nameplate.ts +6 -6
- package/source/ua_i_machine_vendor_nameplate.ts +6 -6
- package/source/ua_i_machinery_item_vendor_nameplate.ts +6 -6
- package/source/ua_machine_components.ts +6 -6
- package/source/ua_machine_identification.ts +6 -6
- package/source/ua_machinery_component_identification.ts +6 -6
- package/source/ua_machinery_item_identification.ts +6 -6
- package/source/ua_machinery_item_state_state_machine.ts +6 -6
- package/source/ua_machinery_operation_mode_state_machine.ts +6 -6
|
@@ -6,12 +6,12 @@ import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/sou
|
|
|
6
6
|
* Interface containing information of the
|
|
7
7
|
* identification of a machine set by the customer
|
|
8
8
|
*
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
12
|
-
* |nodeClass |ObjectType
|
|
13
|
-
* |typedDefinition |
|
|
14
|
-
* |isAbstract |true
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|------------------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |IMachineTagNameplateType i=1011 |
|
|
14
|
+
* |isAbstract |true |
|
|
15
15
|
*/
|
|
16
16
|
export interface UAIMachineTagNameplate_Base extends UAITagNameplate_Base {
|
|
17
17
|
/**
|
|
@@ -7,12 +7,12 @@ import { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base }
|
|
|
7
7
|
* information for a machine provided by the machine
|
|
8
8
|
* vendor
|
|
9
9
|
*
|
|
10
|
-
* | |
|
|
11
|
-
*
|
|
12
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
13
|
-
* |nodeClass |ObjectType
|
|
14
|
-
* |typedDefinition |
|
|
15
|
-
* |isAbstract |true
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|------------------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |IMachineVendorNameplateType i=1010 |
|
|
15
|
+
* |isAbstract |true |
|
|
16
16
|
*/
|
|
17
17
|
export interface UAIMachineVendorNameplate_Base extends UAIMachineryItemVendorNameplate_Base {
|
|
18
18
|
/**
|
|
@@ -8,12 +8,12 @@ import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-
|
|
|
8
8
|
* information for a MachineryItem provided by the
|
|
9
9
|
* vendor
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |true
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |IMachineryItemVendorNameplateType i=1003 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAIMachineryItemVendorNameplate_Base extends UAIVendorNameplate_Base {
|
|
19
19
|
/**
|
|
@@ -13,12 +13,12 @@ export interface UAMachineComponents_$Component$ extends UAObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* Contains all identifiable components of a machine
|
|
15
15
|
*
|
|
16
|
-
* | |
|
|
17
|
-
*
|
|
18
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
19
|
-
* |nodeClass |ObjectType
|
|
20
|
-
* |typedDefinition |
|
|
21
|
-
* |isAbstract |false
|
|
16
|
+
* | | |
|
|
17
|
+
* |----------------|------------------------------------------------------------|
|
|
18
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
19
|
+
* |nodeClass |ObjectType |
|
|
20
|
+
* |typedDefinition |MachineComponentsType i=1006 |
|
|
21
|
+
* |isAbstract |false |
|
|
22
22
|
*/
|
|
23
23
|
export interface UAMachineComponents_Base {
|
|
24
24
|
/**
|
|
@@ -7,12 +7,12 @@ import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } fro
|
|
|
7
7
|
* Contains information about the identification and
|
|
8
8
|
* nameplate of a machine
|
|
9
9
|
*
|
|
10
|
-
* | |
|
|
11
|
-
*
|
|
12
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
13
|
-
* |nodeClass |ObjectType
|
|
14
|
-
* |typedDefinition |
|
|
15
|
-
* |isAbstract |false
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|------------------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |MachineIdentificationType i=1012 |
|
|
15
|
+
* |isAbstract |false |
|
|
16
16
|
*/
|
|
17
17
|
export interface UAMachineIdentification_Base extends UAMachineryItemIdentification_Base {
|
|
18
18
|
/**
|
|
@@ -7,12 +7,12 @@ import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } fro
|
|
|
7
7
|
* Contains information about the identification and
|
|
8
8
|
* nameplate of a component
|
|
9
9
|
*
|
|
10
|
-
* | |
|
|
11
|
-
*
|
|
12
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
13
|
-
* |nodeClass |ObjectType
|
|
14
|
-
* |typedDefinition |
|
|
15
|
-
* |isAbstract |false
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|------------------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |MachineryComponentIdentificationType i=1005 |
|
|
15
|
+
* |isAbstract |false |
|
|
16
16
|
*/
|
|
17
17
|
export interface UAMachineryComponentIdentification_Base extends UAMachineryItemIdentification_Base {
|
|
18
18
|
/**
|
|
@@ -7,12 +7,12 @@ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di
|
|
|
7
7
|
* Contains information about the identification and
|
|
8
8
|
* nameplate of a MachineryItem
|
|
9
9
|
*
|
|
10
|
-
* | |
|
|
11
|
-
*
|
|
12
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
13
|
-
* |nodeClass |ObjectType
|
|
14
|
-
* |typedDefinition |
|
|
15
|
-
* |isAbstract |true
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|------------------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |MachineryItemIdentificationType i=1004 |
|
|
15
|
+
* |isAbstract |true |
|
|
16
16
|
*/
|
|
17
17
|
export interface UAMachineryItemIdentification_Base extends UAFunctionalGroup_Base {
|
|
18
18
|
/**
|
|
@@ -8,12 +8,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
|
|
|
8
8
|
* State machine representing the state of a
|
|
9
9
|
* machinery item
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |false
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |MachineryItemState_StateMachineType i=1002 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAMachineryItemState_StateMachine_Base extends UAFiniteStateMachine_Base {
|
|
19
19
|
/**
|
|
@@ -8,12 +8,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
|
|
|
8
8
|
* State machine representing the operation mode of
|
|
9
9
|
* a MachineryItem
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |false
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |MachineryOperationModeStateMachineType i=1008 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAMachineryOperationModeStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machinery",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,12 +10,12 @@
|
|
|
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
15
|
"node-opcua-data-model": "2.102.0",
|
|
16
16
|
"node-opcua-nodeid": "2.99.0",
|
|
17
|
-
"node-opcua-nodeset-di": "2.
|
|
18
|
-
"node-opcua-nodeset-ua": "2.
|
|
17
|
+
"node-opcua-nodeset-di": "2.103.0",
|
|
18
|
+
"node-opcua-nodeset-ua": "2.103.0",
|
|
19
19
|
"node-opcua-variant": "2.102.0"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
@@ -34,5 +34,6 @@
|
|
|
34
34
|
"opc ua",
|
|
35
35
|
"internet of things"
|
|
36
36
|
],
|
|
37
|
-
"homepage": "http://node-opcua.github.io/"
|
|
37
|
+
"homepage": "http://node-opcua.github.io/",
|
|
38
|
+
"gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e"
|
|
38
39
|
}
|
|
@@ -8,12 +8,12 @@ import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/sou
|
|
|
8
8
|
* Interface containing information of the
|
|
9
9
|
* identification of a machine set by the customer
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |true
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |IMachineTagNameplateType i=1011 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAIMachineTagNameplate_Base extends UAITagNameplate_Base {
|
|
19
19
|
/**
|
|
@@ -8,12 +8,12 @@ import { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base }
|
|
|
8
8
|
* information for a machine provided by the machine
|
|
9
9
|
* vendor
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |true
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |IMachineVendorNameplateType i=1010 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAIMachineVendorNameplate_Base extends UAIMachineryItemVendorNameplate_Base {
|
|
19
19
|
/**
|
|
@@ -9,12 +9,12 @@ import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-
|
|
|
9
9
|
* information for a MachineryItem provided by the
|
|
10
10
|
* vendor
|
|
11
11
|
*
|
|
12
|
-
* | |
|
|
13
|
-
*
|
|
14
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
15
|
-
* |nodeClass |ObjectType
|
|
16
|
-
* |typedDefinition |
|
|
17
|
-
* |isAbstract |true
|
|
12
|
+
* | | |
|
|
13
|
+
* |----------------|------------------------------------------------------------|
|
|
14
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
15
|
+
* |nodeClass |ObjectType |
|
|
16
|
+
* |typedDefinition |IMachineryItemVendorNameplateType i=1003 |
|
|
17
|
+
* |isAbstract |true |
|
|
18
18
|
*/
|
|
19
19
|
export interface UAIMachineryItemVendorNameplate_Base extends UAIVendorNameplate_Base {
|
|
20
20
|
/**
|
|
@@ -14,12 +14,12 @@ export interface UAMachineComponents_$Component$ extends UAObject { // Object
|
|
|
14
14
|
/**
|
|
15
15
|
* Contains all identifiable components of a machine
|
|
16
16
|
*
|
|
17
|
-
* | |
|
|
18
|
-
*
|
|
19
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
20
|
-
* |nodeClass |ObjectType
|
|
21
|
-
* |typedDefinition |
|
|
22
|
-
* |isAbstract |false
|
|
17
|
+
* | | |
|
|
18
|
+
* |----------------|------------------------------------------------------------|
|
|
19
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
20
|
+
* |nodeClass |ObjectType |
|
|
21
|
+
* |typedDefinition |MachineComponentsType i=1006 |
|
|
22
|
+
* |isAbstract |false |
|
|
23
23
|
*/
|
|
24
24
|
export interface UAMachineComponents_Base {
|
|
25
25
|
// PlaceHolder for $Component$
|
|
@@ -8,12 +8,12 @@ import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } fro
|
|
|
8
8
|
* Contains information about the identification and
|
|
9
9
|
* nameplate of a machine
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |false
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |MachineIdentificationType i=1012 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAMachineIdentification_Base extends UAMachineryItemIdentification_Base {
|
|
19
19
|
/**
|
|
@@ -8,12 +8,12 @@ import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } fro
|
|
|
8
8
|
* Contains information about the identification and
|
|
9
9
|
* nameplate of a component
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |false
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |MachineryComponentIdentificationType i=1005 |
|
|
16
|
+
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAMachineryComponentIdentification_Base extends UAMachineryItemIdentification_Base {
|
|
19
19
|
/**
|
|
@@ -8,12 +8,12 @@ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di
|
|
|
8
8
|
* Contains information about the identification and
|
|
9
9
|
* nameplate of a MachineryItem
|
|
10
10
|
*
|
|
11
|
-
* | |
|
|
12
|
-
*
|
|
13
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
14
|
-
* |nodeClass |ObjectType
|
|
15
|
-
* |typedDefinition |
|
|
16
|
-
* |isAbstract |true
|
|
11
|
+
* | | |
|
|
12
|
+
* |----------------|------------------------------------------------------------|
|
|
13
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
14
|
+
* |nodeClass |ObjectType |
|
|
15
|
+
* |typedDefinition |MachineryItemIdentificationType i=1004 |
|
|
16
|
+
* |isAbstract |true |
|
|
17
17
|
*/
|
|
18
18
|
export interface UAMachineryItemIdentification_Base extends UAFunctionalGroup_Base {
|
|
19
19
|
/**
|
|
@@ -11,12 +11,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
|
11
11
|
* State machine representing the state of a
|
|
12
12
|
* machinery item
|
|
13
13
|
*
|
|
14
|
-
* | |
|
|
15
|
-
*
|
|
16
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
17
|
-
* |nodeClass |ObjectType
|
|
18
|
-
* |typedDefinition |
|
|
19
|
-
* |isAbstract |false
|
|
14
|
+
* | | |
|
|
15
|
+
* |----------------|------------------------------------------------------------|
|
|
16
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
17
|
+
* |nodeClass |ObjectType |
|
|
18
|
+
* |typedDefinition |MachineryItemState_StateMachineType i=1002 |
|
|
19
|
+
* |isAbstract |false |
|
|
20
20
|
*/
|
|
21
21
|
export interface UAMachineryItemState_StateMachine_Base extends UAFiniteStateMachine_Base {
|
|
22
22
|
/**
|
|
@@ -10,12 +10,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
|
|
|
10
10
|
* State machine representing the operation mode of
|
|
11
11
|
* a MachineryItem
|
|
12
12
|
*
|
|
13
|
-
* | |
|
|
14
|
-
*
|
|
15
|
-
* |namespace |http://opcfoundation.org/UA/Machinery/
|
|
16
|
-
* |nodeClass |ObjectType
|
|
17
|
-
* |typedDefinition |
|
|
18
|
-
* |isAbstract |false
|
|
13
|
+
* | | |
|
|
14
|
+
* |----------------|------------------------------------------------------------|
|
|
15
|
+
* |namespace |http://opcfoundation.org/UA/Machinery/ |
|
|
16
|
+
* |nodeClass |ObjectType |
|
|
17
|
+
* |typedDefinition |MachineryOperationModeStateMachineType i=1008 |
|
|
18
|
+
* |isAbstract |false |
|
|
19
19
|
*/
|
|
20
20
|
export interface UAMachineryOperationModeStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
21
21
|
/**
|