node-opcua-nodeset-machinery 2.97.0 → 2.98.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 (31) hide show
  1. package/dist/index.js +25 -25
  2. package/package.json +9 -10
  3. package/dist/index.d.ts +0 -9
  4. package/dist/index.js.map +0 -1
  5. package/dist/ua_i_machine_tag_nameplate.d.ts +0 -30
  6. package/dist/ua_i_machine_tag_nameplate.js +0 -3
  7. package/dist/ua_i_machine_tag_nameplate.js.map +0 -1
  8. package/dist/ua_i_machine_vendor_nameplate.d.ts +0 -26
  9. package/dist/ua_i_machine_vendor_nameplate.js +0 -3
  10. package/dist/ua_i_machine_vendor_nameplate.js.map +0 -1
  11. package/dist/ua_i_machinery_item_vendor_nameplate.d.ts +0 -61
  12. package/dist/ua_i_machinery_item_vendor_nameplate.js +0 -3
  13. package/dist/ua_i_machinery_item_vendor_nameplate.js.map +0 -1
  14. package/dist/ua_machine_components.d.ts +0 -31
  15. package/dist/ua_machine_components.js +0 -3
  16. package/dist/ua_machine_components.js.map +0 -1
  17. package/dist/ua_machine_identification.d.ts +0 -42
  18. package/dist/ua_machine_identification.js +0 -3
  19. package/dist/ua_machine_identification.js.map +0 -1
  20. package/dist/ua_machinery_component_identification.d.ts +0 -35
  21. package/dist/ua_machinery_component_identification.js +0 -3
  22. package/dist/ua_machinery_component_identification.js.map +0 -1
  23. package/dist/ua_machinery_item_identification.d.ts +0 -142
  24. package/dist/ua_machinery_item_identification.js +0 -3
  25. package/dist/ua_machinery_item_identification.js.map +0 -1
  26. package/dist/ua_machinery_item_state_state_machine.d.ts +0 -148
  27. package/dist/ua_machinery_item_state_state_machine.js +0 -3
  28. package/dist/ua_machinery_item_state_state_machine.js.map +0 -1
  29. package/dist/ua_machinery_operation_mode_state_machine.d.ts +0 -136
  30. package/dist/ua_machinery_operation_mode_state_machine.js +0 -3
  31. package/dist/ua_machinery_operation_mode_state_machine.js.map +0 -1
package/dist/index.js CHANGED
@@ -1,26 +1,26 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ua_i_machine_tag_nameplate"), exports);
18
- __exportStar(require("./ua_i_machine_vendor_nameplate"), exports);
19
- __exportStar(require("./ua_i_machinery_item_vendor_nameplate"), exports);
20
- __exportStar(require("./ua_machine_components"), exports);
21
- __exportStar(require("./ua_machine_identification"), exports);
22
- __exportStar(require("./ua_machinery_component_identification"), exports);
23
- __exportStar(require("./ua_machinery_item_identification"), exports);
24
- __exportStar(require("./ua_machinery_item_state_state_machine"), exports);
25
- __exportStar(require("./ua_machinery_operation_mode_state_machine"), exports);
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ua_i_machine_tag_nameplate"), exports);
18
+ __exportStar(require("./ua_i_machine_vendor_nameplate"), exports);
19
+ __exportStar(require("./ua_i_machinery_item_vendor_nameplate"), exports);
20
+ __exportStar(require("./ua_machine_components"), exports);
21
+ __exportStar(require("./ua_machine_identification"), exports);
22
+ __exportStar(require("./ua_machinery_component_identification"), exports);
23
+ __exportStar(require("./ua_machinery_item_identification"), exports);
24
+ __exportStar(require("./ua_machinery_item_state_state_machine"), exports);
25
+ __exportStar(require("./ua_machinery_operation_mode_state_machine"), exports);
26
26
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery",
3
- "version": "2.97.0",
3
+ "version": "2.98.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,13 +10,12 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.97.0",
14
- "node-opcua-basic-types": "2.97.0",
15
- "node-opcua-data-model": "2.97.0",
16
- "node-opcua-nodeid": "2.97.0",
17
- "node-opcua-nodeset-di": "2.97.0",
18
- "node-opcua-nodeset-ua": "2.97.0",
19
- "node-opcua-variant": "2.97.0"
20
- },
21
- "gitHead": "19c96bda0810d2dec73dd1c2427546be40908646"
13
+ "node-opcua-address-space-base": "2.98.0",
14
+ "node-opcua-basic-types": "2.98.0",
15
+ "node-opcua-data-model": "2.98.0",
16
+ "node-opcua-nodeid": "2.98.0",
17
+ "node-opcua-nodeset-di": "2.98.0",
18
+ "node-opcua-nodeset-ua": "2.98.0",
19
+ "node-opcua-variant": "2.98.0"
20
+ }
22
21
  }
package/dist/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- export * from "./ua_i_machine_tag_nameplate";
2
- export * from "./ua_i_machine_vendor_nameplate";
3
- export * from "./ua_i_machinery_item_vendor_nameplate";
4
- export * from "./ua_machine_components";
5
- export * from "./ua_machine_identification";
6
- export * from "./ua_machinery_component_identification";
7
- export * from "./ua_machinery_item_identification";
8
- export * from "./ua_machinery_item_state_state_machine";
9
- export * from "./ua_machinery_operation_mode_state_machine";
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,kEAAgD;AAChD,yEAAuD;AACvD,0DAAwC;AACxC,8DAA4C;AAC5C,0EAAwD;AACxD,qEAAmD;AACnD,0EAAwD;AACxD,8EAA4D"}
@@ -1,30 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_tag_nameplate";
5
- /**
6
- * Interface containing information of the
7
- * identification of a machine set by the customer
8
- *
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |8:IMachineTagNameplateType ns=8;i=1011 |
14
- * |isAbstract |true |
15
- */
16
- export interface UAIMachineTagNameplate_Base extends UAITagNameplate_Base {
17
- /**
18
- * location
19
- * To be used by end users to store the location of
20
- * the machine in a scheme specific to the end user
21
- * Servers shall support at least 60 Unicode
22
- * characters for the clients writing this value,
23
- * this means clients can expect to be able to write
24
- * strings with a length of 60 Unicode characters
25
- * into that field.
26
- */
27
- location?: UAProperty<UAString, DataType.String>;
28
- }
29
- export interface UAIMachineTagNameplate extends UAITagNameplate, UAIMachineTagNameplate_Base {
30
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_i_machine_tag_nameplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_i_machine_tag_nameplate.js","sourceRoot":"","sources":["../source/ua_i_machine_tag_nameplate.ts"],"names":[],"mappings":""}
@@ -1,26 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base } from "./ua_i_machinery_item_vendor_nameplate";
5
- /**
6
- * Interface containing identification and nameplate
7
- * information for a machine provided by the machine
8
- * vendor
9
- *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |8:IMachineVendorNameplateType ns=8;i=1010 |
15
- * |isAbstract |true |
16
- */
17
- export interface UAIMachineVendorNameplate_Base extends UAIMachineryItemVendorNameplate_Base {
18
- /**
19
- * productInstanceUri
20
- * A globally unique resource identifier provided by
21
- * the manufacturer of the machine
22
- */
23
- productInstanceUri: UAProperty<UAString, DataType.String>;
24
- }
25
- export interface UAIMachineVendorNameplate extends Omit<UAIMachineryItemVendorNameplate, "productInstanceUri">, UAIMachineVendorNameplate_Base {
26
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_i_machine_vendor_nameplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_i_machine_vendor_nameplate.js","sourceRoot":"","sources":["../source/ua_i_machine_vendor_nameplate.ts"],"names":[],"mappings":""}
@@ -1,61 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UInt16, Byte, UAString } from "node-opcua-basic-types";
5
- import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_vendor_nameplate";
6
- /**
7
- * Interface containing identification and nameplate
8
- * information for a MachineryItem provided by the
9
- * vendor
10
- *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |8:IMachineryItemVendorNameplateType ns=8;i=1003 |
16
- * |isAbstract |true |
17
- */
18
- export interface UAIMachineryItemVendorNameplate_Base extends UAIVendorNameplate_Base {
19
- /**
20
- * initialOperationDate
21
- * The date, when the MachineryItem was switched on
22
- * the first time after it has left the manufacturer
23
- * plant.
24
- */
25
- initialOperationDate?: UAProperty<Date, DataType.DateTime>;
26
- /**
27
- * manufacturer
28
- * A human-readable, localized name of the
29
- * manufacturer of the MachineryItem.
30
- */
31
- manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
32
- /**
33
- * monthOfConstruction
34
- * The month in which the manufacturing process of
35
- * the MachineryItem has been completed. It shall be
36
- * a number between 1 and 12, representing the month
37
- * from January to December.
38
- */
39
- monthOfConstruction?: UAProperty<Byte, DataType.Byte>;
40
- /**
41
- * serialNumber
42
- * A string containing a unique production number of
43
- * the manufacturer of the MachineryItem. The global
44
- * uniqueness of the serial number is only given in
45
- * the context of the manufacturer, and potentially
46
- * the model. The value shall not change during the
47
- * life-cycle of the MachineryItem.
48
- */
49
- serialNumber: UAProperty<UAString, DataType.String>;
50
- /**
51
- * yearOfConstruction
52
- * The year (Gregorian calendar) in which the
53
- * manufacturing process of the MachineryItem has
54
- * been completed. It shall be a four-digit number
55
- * and never change during the life-cycle of a
56
- * MachineryItem.
57
- */
58
- yearOfConstruction?: UAProperty<UInt16, DataType.UInt16>;
59
- }
60
- export interface UAIMachineryItemVendorNameplate extends Omit<UAIVendorNameplate, "manufacturer" | "serialNumber">, UAIMachineryItemVendorNameplate_Base {
61
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_i_machinery_item_vendor_nameplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_i_machinery_item_vendor_nameplate.js","sourceRoot":"","sources":["../source/ua_i_machinery_item_vendor_nameplate.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { QualifiedName } from "node-opcua-data-model";
4
- import { UAMachineryItemIdentification } from "./ua_machinery_item_identification";
5
- export interface UAMachineComponents_$Component$ extends UAObject {
6
- /**
7
- * identification
8
- * Contains information about the identification and
9
- * nameplate of a MachineryItem
10
- */
11
- identification: UAMachineryItemIdentification;
12
- }
13
- /**
14
- * Contains all identifiable components of a machine
15
- *
16
- * | | |
17
- * |----------------|--------------------------------------------------|
18
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
19
- * |nodeClass |ObjectType |
20
- * |typedDefinition |8:MachineComponentsType ns=8;i=1006 |
21
- * |isAbstract |false |
22
- */
23
- export interface UAMachineComponents_Base {
24
- /**
25
- * defaultInstanceBrowseName
26
- * The default BrowseName for instances of the type.
27
- */
28
- defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
29
- }
30
- export interface UAMachineComponents extends UAObject, UAMachineComponents_Base {
31
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machine_components.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machine_components.js","sourceRoot":"","sources":["../source/ua_machine_components.ts"],"names":[],"mappings":""}
@@ -1,42 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { QualifiedName } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
6
- /**
7
- * Contains information about the identification and
8
- * nameplate of a machine
9
- *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |8:MachineIdentificationType ns=8;i=1012 |
15
- * |isAbstract |false |
16
- */
17
- export interface UAMachineIdentification_Base extends UAMachineryItemIdentification_Base {
18
- /**
19
- * defaultInstanceBrowseName
20
- * The default BrowseName for instances of the type.
21
- */
22
- defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
23
- /**
24
- * location
25
- * To be used by end users to store the location of
26
- * the machine in a scheme specific to the end user.
27
- * Servers shall support at least 60 Unicode
28
- * characters for the clients writing this value,
29
- * this means clients can expect to be able to write
30
- * strings with a length of 60 Unicode characters
31
- * into that field.
32
- */
33
- location?: UAProperty<UAString, DataType.String>;
34
- /**
35
- * productInstanceUri
36
- * A globally unique resource identifier provided by
37
- * the manufacturer of the machine
38
- */
39
- productInstanceUri: UAProperty<UAString, DataType.String>;
40
- }
41
- export interface UAMachineIdentification extends Omit<UAMachineryItemIdentification, "productInstanceUri">, UAMachineIdentification_Base {
42
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machine_identification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machine_identification.js","sourceRoot":"","sources":["../source/ua_machine_identification.ts"],"names":[],"mappings":""}
@@ -1,35 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { QualifiedName } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
6
- /**
7
- * Contains information about the identification and
8
- * nameplate of a component
9
- *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |8:MachineryComponentIdentificationType ns=8;i=1005|
15
- * |isAbstract |false |
16
- */
17
- export interface UAMachineryComponentIdentification_Base extends UAMachineryItemIdentification_Base {
18
- /**
19
- * defaultInstanceBrowseName
20
- * The default BrowseName for instances of the type.
21
- */
22
- defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
23
- /**
24
- * deviceRevision
25
- * A string representation of the overall revision
26
- * level of the component. Often, it is increased
27
- * when either the SoftwareRevision and / or the
28
- * HardwareRevision of the component is increased.
29
- * As an example, it can be used in ERP systems
30
- * together with the ProductCode.
31
- */
32
- deviceRevision?: UAProperty<UAString, DataType.String>;
33
- }
34
- export interface UAMachineryComponentIdentification extends UAMachineryItemIdentification, UAMachineryComponentIdentification_Base {
35
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machinery_component_identification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machinery_component_identification.js","sourceRoot":"","sources":["../source/ua_machinery_component_identification.ts"],"names":[],"mappings":""}
@@ -1,142 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UInt16, Byte, UAString } from "node-opcua-basic-types";
5
- import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group";
6
- /**
7
- * Contains information about the identification and
8
- * nameplate of a MachineryItem
9
- *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |8:MachineryItemIdentificationType ns=8;i=1004 |
15
- * |isAbstract |true |
16
- */
17
- export interface UAMachineryItemIdentification_Base extends UAFunctionalGroup_Base {
18
- /**
19
- * assetId
20
- * To be used by end users to store a unique
21
- * identification in the context of their overall
22
- * application. Servers shall support at least 40
23
- * Unicode characters for the clients writing this
24
- * value, this means clients can expect to be able
25
- * to write strings with a length of 40 Unicode
26
- * characters into that field.
27
- */
28
- assetId?: UAProperty<UAString, DataType.String>;
29
- /**
30
- * componentName
31
- * To be used by end users to store a human-readable
32
- * localized text for the MachineryItem. The minimum
33
- * number of locales supported for this property
34
- * shall be two. Servers shall support at least 40
35
- * Unicode characters for the clients writing the
36
- * text part of each locale, this means clients can
37
- * expect to be able to write texts with a length of
38
- * 40 Unicode characters into that field.
39
- */
40
- componentName?: UAProperty<LocalizedText, DataType.LocalizedText>;
41
- /**
42
- * deviceClass
43
- * Indicates in which domain or for what purpose the
44
- * MachineryItem is used.
45
- */
46
- deviceClass?: UAProperty<UAString, DataType.String>;
47
- /**
48
- * hardwareRevision
49
- * A string representation of the revision level of
50
- * the hardware of a MachineryItem. Hardware is
51
- * physical equipment, as opposed to programs,
52
- * procedures, rules and associated documentation.
53
- * Many machines will not provide such information
54
- * due to the modular and configurable nature of the
55
- * machine.
56
- */
57
- hardwareRevision?: UAProperty<UAString, DataType.String>;
58
- /**
59
- * initialOperationDate
60
- * The date, when the MachineryItem was switched on
61
- * the first time after it has left the manufacturer
62
- * plant.
63
- */
64
- initialOperationDate?: UAProperty<Date, DataType.DateTime>;
65
- /**
66
- * manufacturer
67
- * A human-readable, localized name of the
68
- * manufacturer of the MachineryItem.
69
- */
70
- manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
71
- /**
72
- * manufacturerUri
73
- * A globally unique identifier of the manufacturer
74
- * of the MachineryItem.
75
- */
76
- manufacturerUri?: UAProperty<UAString, DataType.String>;
77
- /**
78
- * model
79
- * A human-readable, localized name of the model of
80
- * the MachineryItem.
81
- */
82
- model?: UAProperty<LocalizedText, DataType.LocalizedText>;
83
- /**
84
- * monthOfConstruction
85
- * The month in which the manufacturing process of
86
- * the MachineryItem has been completed. It shall be
87
- * a number between 1 and 12, representing the month
88
- * from January to December.
89
- */
90
- monthOfConstruction?: UAProperty<Byte, DataType.Byte>;
91
- /**
92
- * productCode
93
- * A machine-readable string of the model of the
94
- * MachineryItem, that might include options like
95
- * the hardware configuration of the model. This
96
- * information might be provided by the ERP system
97
- * of the vendor. For example, it can be used as
98
- * order information.
99
- */
100
- productCode?: UAProperty<UAString, DataType.String>;
101
- /**
102
- * productInstanceUri
103
- * A globally unique resource identifier provided by
104
- * the manufacturer of the MachineryItem.
105
- */
106
- productInstanceUri?: UAProperty<UAString, DataType.String>;
107
- /**
108
- * serialNumber
109
- * A string containing a unique production number of
110
- * the manufacturer of the MachineryItem. The global
111
- * uniqueness of the serial number is only given in
112
- * the context of the manufacturer, and potentially
113
- * the model. The value shall not change during the
114
- * life-cycle of the MachineryItem.
115
- */
116
- serialNumber: UAProperty<UAString, DataType.String>;
117
- /**
118
- * softwareRevision
119
- * A string representation of the revision level of
120
- * a MachineryItem. In most cases, MachineryItems
121
- * consist of several software components. In that
122
- * case, information about the software components
123
- * might be provided as additional information in
124
- * the address space, including individual revision
125
- * information. In that case, this property is
126
- * either not provided or provides an overall
127
- * software revision level. The value might change
128
- * during the life-cycle of a MachineryItem.
129
- */
130
- softwareRevision?: UAProperty<UAString, DataType.String>;
131
- /**
132
- * yearOfConstruction
133
- * The year (Gregorian calendar) in which the
134
- * manufacturing process of the MachineryItem has
135
- * been completed. It shall be a four-digit number
136
- * and never change during the life-cycle of a
137
- * MachineryItem.
138
- */
139
- yearOfConstruction?: UAProperty<UInt16, DataType.UInt16>;
140
- }
141
- export interface UAMachineryItemIdentification extends UAFunctionalGroup, UAMachineryItemIdentification_Base {
142
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machinery_item_identification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machinery_item_identification.js","sourceRoot":"","sources":["../source/ua_machinery_item_identification.ts"],"names":[],"mappings":""}
@@ -1,148 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
5
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
6
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
7
- /**
8
- * State machine representing the state of a
9
- * machinery item
10
- *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |8:MachineryItemState_StateMachineType ns=8;i=1002 |
16
- * |isAbstract |false |
17
- */
18
- export interface UAMachineryItemState_StateMachine_Base extends UAFiniteStateMachine_Base {
19
- /**
20
- * defaultInstanceBrowseName
21
- * The default BrowseName for instances of the type
22
- */
23
- defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
24
- /**
25
- * executing
26
- * The machine is available & functional and is
27
- * actively performing an activity (pursues a
28
- * purpose)
29
- */
30
- executing: UAState;
31
- /**
32
- * fromExecutingToExecuting
33
- * Transition from state Executing to state Executing
34
- */
35
- fromExecutingToExecuting: UATransition;
36
- /**
37
- * fromExecutingToNotAvailable
38
- * Transition from state Executing to state
39
- * NotAvailable
40
- */
41
- fromExecutingToNotAvailable: UATransition;
42
- /**
43
- * fromExecutingToNotExecuting
44
- * Transition from state Executing to state
45
- * NotExecuting
46
- */
47
- fromExecutingToNotExecuting: UATransition;
48
- /**
49
- * fromExecutingToOutOfService
50
- * Transition from state Executing to state
51
- * OutOfService
52
- */
53
- fromExecutingToOutOfService: UATransition;
54
- /**
55
- * fromNotAvailableToExecuting
56
- * Transition from state NotAvailable to state
57
- * Executing
58
- */
59
- fromNotAvailableToExecuting: UATransition;
60
- /**
61
- * fromNotAvailableToNotAvailable
62
- * Transition from state NotAvailable to state
63
- * NotAvailable
64
- */
65
- fromNotAvailableToNotAvailable: UATransition;
66
- /**
67
- * fromNotAvailableToNotExecuting
68
- * Transition from state NotAvailable to state
69
- * NotExecuting
70
- */
71
- fromNotAvailableToNotExecuting: UATransition;
72
- /**
73
- * fromNotAvailableToOutOfService
74
- * Transition from state NotAvailable to state
75
- * OutOfService
76
- */
77
- fromNotAvailableToOutOfService: UATransition;
78
- /**
79
- * fromNotExecutingToExecuting
80
- * Transition from state NotExecuting to state
81
- * Executing
82
- */
83
- fromNotExecutingToExecuting: UATransition;
84
- /**
85
- * fromNotExecutingToNotAvailable
86
- * Transition from state NotExecuting to state
87
- * NotAvailable
88
- */
89
- fromNotExecutingToNotAvailable: UATransition;
90
- /**
91
- * fromNotExecutingToNotExecuting
92
- * Transition from state NotExecuting to state
93
- * NotExecuting
94
- */
95
- fromNotExecutingToNotExecuting: UATransition;
96
- /**
97
- * fromNotExecutingToOutOfService
98
- * Transition from state NotExecuting to state
99
- * OutOfService
100
- */
101
- fromNotExecutingToOutOfService: UATransition;
102
- /**
103
- * fromOutOfServiceToExecuting
104
- * Transition from state OutOfService to state
105
- * Executing
106
- */
107
- fromOutOfServiceToExecuting: UATransition;
108
- /**
109
- * fromOutOfServiceToNotAvailable
110
- * Transition from state OutOfService to state
111
- * NotAvailable
112
- */
113
- fromOutOfServiceToNotAvailable: UATransition;
114
- /**
115
- * fromOutOfServiceToNotExecuting
116
- * Transition from state OutOfService to state
117
- * NotExecuting
118
- */
119
- fromOutOfServiceToNotExecuting: UATransition;
120
- /**
121
- * fromOutOfServiceToOutOfService
122
- * Transition from state OutOfService to state
123
- * OutOfService
124
- */
125
- fromOutOfServiceToOutOfService: UATransition;
126
- /**
127
- * notAvailable
128
- * The machine is not available and does not perform
129
- * any activity (e.g., switched off, in energy
130
- * saving mode)
131
- */
132
- notAvailable: UAState;
133
- /**
134
- * notExecuting
135
- * The machine is available & functional and does
136
- * not perform any activity. It waits for an action
137
- * from outside to start or restart an activity
138
- */
139
- notExecuting: UAState;
140
- /**
141
- * outOfService
142
- * The machine is not functional and does not
143
- * perform any activity (e.g., error, blocked)
144
- */
145
- outOfService: UAState;
146
- }
147
- export interface UAMachineryItemState_StateMachine extends UAFiniteStateMachine, UAMachineryItemState_StateMachine_Base {
148
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machinery_item_state_state_machine.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machinery_item_state_state_machine.js","sourceRoot":"","sources":["../source/ua_machinery_item_state_state_machine.ts"],"names":[],"mappings":""}
@@ -1,136 +0,0 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
5
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
6
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
7
- /**
8
- * State machine representing the operation mode of
9
- * a MachineryItem
10
- *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Machinery/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |8:MachineryOperationModeStateMachineType ns=8;i=1008|
16
- * |isAbstract |false |
17
- */
18
- export interface UAMachineryOperationModeStateMachine_Base extends UAFiniteStateMachine_Base {
19
- /**
20
- * defaultInstanceBrowseName
21
- * The default BrowseName for instances of the type
22
- */
23
- defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
24
- /**
25
- * fromMaintenanceToMaintenance
26
- * Transition from state Maintenance to state
27
- * Maintenance
28
- */
29
- fromMaintenanceToMaintenance: UATransition;
30
- /**
31
- * fromMaintenanceToNone
32
- * Transition from state Maintenance to state None
33
- */
34
- fromMaintenanceToNone: UATransition;
35
- /**
36
- * fromMaintenanceToProcessing
37
- * Transition from state Maintenance to state
38
- * Processing
39
- */
40
- fromMaintenanceToProcessing: UATransition;
41
- /**
42
- * fromMaintenanceToSetup
43
- * Transition from state Maintenance to state Setup
44
- */
45
- fromMaintenanceToSetup: UATransition;
46
- /**
47
- * fromNoneToMaintenance
48
- * Transition from state None to state Maintenance
49
- */
50
- fromNoneToMaintenance: UATransition;
51
- /**
52
- * fromNoneToNone
53
- * Transition from state None to state None
54
- */
55
- fromNoneToNone: UATransition;
56
- /**
57
- * fromNoneToProcessing
58
- * Transition from state None to state Processing
59
- */
60
- fromNoneToProcessing: UATransition;
61
- /**
62
- * fromNoneToSetup
63
- * Transition from state None to state Setup
64
- */
65
- fromNoneToSetup: UATransition;
66
- /**
67
- * fromProcessingToMaintenance
68
- * Transition from state Processing to state
69
- * Maintenance
70
- */
71
- fromProcessingToMaintenance: UATransition;
72
- /**
73
- * fromProcessingToNone
74
- * Transition from state Processing to state None
75
- */
76
- fromProcessingToNone: UATransition;
77
- /**
78
- * fromProcessingToProcessing
79
- * Transition from state Processing to state
80
- * Processing
81
- */
82
- fromProcessingToProcessing: UATransition;
83
- /**
84
- * fromProcessingToSetup
85
- * Transition from state Processing to state Setup
86
- */
87
- fromProcessingToSetup: UATransition;
88
- /**
89
- * fromSetupToMaintenance
90
- * Transition from state Setup to state Maintenance
91
- */
92
- fromSetupToMaintenance: UATransition;
93
- /**
94
- * fromSetupToNone
95
- * Transition from state Setup to state None
96
- */
97
- fromSetupToNone: UATransition;
98
- /**
99
- * fromSetupToProcessing
100
- * Transition from state Setup to state Processing
101
- */
102
- fromSetupToProcessing: UATransition;
103
- /**
104
- * fromSetupToSetup
105
- * Transition from state Setup to state Setup
106
- */
107
- fromSetupToSetup: UATransition;
108
- /**
109
- * maintenance
110
- * MachineryItem is set into maintenance mode with
111
- * the intention to carry out maintenance or
112
- * servicing activities
113
- */
114
- maintenance: UAState;
115
- /**
116
- * none
117
- * There is currently no operation mode available
118
- */
119
- none: UAState;
120
- /**
121
- * processing
122
- * MachineryItem is set into processing mode with
123
- * the intention to carry out the value adding
124
- * activities
125
- */
126
- processing: UAState;
127
- /**
128
- * setup
129
- * MachineryItem is set into setup mode with the
130
- * intention to carry out setup, preparation or
131
- * postprocessing activities of a production process
132
- */
133
- setup: UAState;
134
- }
135
- export interface UAMachineryOperationModeStateMachine extends UAFiniteStateMachine, UAMachineryOperationModeStateMachine_Base {
136
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ua_machinery_operation_mode_state_machine.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ua_machinery_operation_mode_state_machine.js","sourceRoot":"","sources":["../source/ua_machinery_operation_mode_state_machine.ts"],"names":[],"mappings":""}