node-opcua-nodeset-amb 2.137.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 (90) hide show
  1. package/LICENSE +23 -0
  2. package/dist/dt_name_node_id.d.ts +24 -0
  3. package/dist/dt_name_node_id.js +4 -0
  4. package/dist/dt_name_node_id.js.map +1 -0
  5. package/dist/dt_root_cause.d.ts +22 -0
  6. package/dist/dt_root_cause.js +4 -0
  7. package/dist/dt_root_cause.js.map +1 -0
  8. package/dist/enum_maintenance_method_enum.d.ts +18 -0
  9. package/dist/enum_maintenance_method_enum.js +24 -0
  10. package/dist/enum_maintenance_method_enum.js.map +1 -0
  11. package/dist/index.d.ts +21 -0
  12. package/dist/index.js +38 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/ua_bad_configuration_condition_class.d.ts +14 -0
  15. package/dist/ua_bad_configuration_condition_class.js +3 -0
  16. package/dist/ua_bad_configuration_condition_class.js.map +1 -0
  17. package/dist/ua_calibration_due_condition_class.d.ts +14 -0
  18. package/dist/ua_calibration_due_condition_class.js +3 -0
  19. package/dist/ua_calibration_due_condition_class.js.map +1 -0
  20. package/dist/ua_connection_failure_condition_class.d.ts +14 -0
  21. package/dist/ua_connection_failure_condition_class.js +3 -0
  22. package/dist/ua_connection_failure_condition_class.js.map +1 -0
  23. package/dist/ua_documentation_links.d.ts +21 -0
  24. package/dist/ua_documentation_links.js +3 -0
  25. package/dist/ua_documentation_links.js.map +1 -0
  26. package/dist/ua_external_check_condition_class.d.ts +14 -0
  27. package/dist/ua_external_check_condition_class.js +3 -0
  28. package/dist/ua_external_check_condition_class.js.map +1 -0
  29. package/dist/ua_flash_update_failed_condition_class.d.ts +14 -0
  30. package/dist/ua_flash_update_failed_condition_class.js +3 -0
  31. package/dist/ua_flash_update_failed_condition_class.js.map +1 -0
  32. package/dist/ua_flash_update_in_progress_condition_class.d.ts +14 -0
  33. package/dist/ua_flash_update_in_progress_condition_class.js +3 -0
  34. package/dist/ua_flash_update_in_progress_condition_class.js.map +1 -0
  35. package/dist/ua_i_maintenance_event.d.ts +143 -0
  36. package/dist/ua_i_maintenance_event.js +3 -0
  37. package/dist/ua_i_maintenance_event.js.map +1 -0
  38. package/dist/ua_i_root_cause_indication.d.ts +35 -0
  39. package/dist/ua_i_root_cause_indication.js +3 -0
  40. package/dist/ua_i_root_cause_indication.js.map +1 -0
  41. package/dist/ua_improvement_condition_class.d.ts +14 -0
  42. package/dist/ua_improvement_condition_class.js +3 -0
  43. package/dist/ua_improvement_condition_class.js.map +1 -0
  44. package/dist/ua_inspection_condition_class.d.ts +14 -0
  45. package/dist/ua_inspection_condition_class.js +3 -0
  46. package/dist/ua_inspection_condition_class.js.map +1 -0
  47. package/dist/ua_maintenance_event_state_machine.d.ts +26 -0
  48. package/dist/ua_maintenance_event_state_machine.js +3 -0
  49. package/dist/ua_maintenance_event_state_machine.js.map +1 -0
  50. package/dist/ua_out_of_memory_condition_class.d.ts +14 -0
  51. package/dist/ua_out_of_memory_condition_class.js +3 -0
  52. package/dist/ua_out_of_memory_condition_class.js.map +1 -0
  53. package/dist/ua_out_of_resources_condition_class.d.ts +14 -0
  54. package/dist/ua_out_of_resources_condition_class.js +3 -0
  55. package/dist/ua_out_of_resources_condition_class.js.map +1 -0
  56. package/dist/ua_over_temperature_condition_class.d.ts +14 -0
  57. package/dist/ua_over_temperature_condition_class.js +3 -0
  58. package/dist/ua_over_temperature_condition_class.js.map +1 -0
  59. package/dist/ua_repair_condition_class.d.ts +14 -0
  60. package/dist/ua_repair_condition_class.js +3 -0
  61. package/dist/ua_repair_condition_class.js.map +1 -0
  62. package/dist/ua_self_test_failure_condition_class.d.ts +14 -0
  63. package/dist/ua_self_test_failure_condition_class.js +3 -0
  64. package/dist/ua_self_test_failure_condition_class.js.map +1 -0
  65. package/dist/ua_servicing_condition_class.d.ts +14 -0
  66. package/dist/ua_servicing_condition_class.js +3 -0
  67. package/dist/ua_servicing_condition_class.js.map +1 -0
  68. package/package.json +39 -0
  69. package/source/dt_name_node_id.ts +24 -0
  70. package/source/dt_root_cause.ts +22 -0
  71. package/source/enum_maintenance_method_enum.ts +20 -0
  72. package/source/index.ts +21 -0
  73. package/source/ua_bad_configuration_condition_class.ts +15 -0
  74. package/source/ua_calibration_due_condition_class.ts +15 -0
  75. package/source/ua_connection_failure_condition_class.ts +15 -0
  76. package/source/ua_documentation_links.ts +25 -0
  77. package/source/ua_external_check_condition_class.ts +15 -0
  78. package/source/ua_flash_update_failed_condition_class.ts +15 -0
  79. package/source/ua_flash_update_in_progress_condition_class.ts +15 -0
  80. package/source/ua_i_maintenance_event.ts +145 -0
  81. package/source/ua_i_root_cause_indication.ts +36 -0
  82. package/source/ua_improvement_condition_class.ts +15 -0
  83. package/source/ua_inspection_condition_class.ts +15 -0
  84. package/source/ua_maintenance_event_state_machine.ts +31 -0
  85. package/source/ua_out_of_memory_condition_class.ts +15 -0
  86. package/source/ua_out_of_resources_condition_class.ts +15 -0
  87. package/source/ua_over_temperature_condition_class.ts +15 -0
  88. package/source/ua_repair_condition_class.ts +15 -0
  89. package/source/ua_self_test_failure_condition_class.ts +15 -0
  90. package/source/ua_servicing_condition_class.ts +15 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_inspection_condition_class.js","sourceRoot":"","sources":["../source/ua_inspection_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
2
+ import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
3
+ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
4
+ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
5
+ /**
6
+ * Information, whether a maintenance activity is
7
+ * planned, currently in execution, or has been
8
+ * executed
9
+ *
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |MaintenanceEventStateMachineType i=1013 |
15
+ * |isAbstract |false |
16
+ */
17
+ export interface UAMaintenanceEventStateMachine_Base extends UAFiniteStateMachine_Base {
18
+ executing: UAState;
19
+ finished: UAState;
20
+ fromExecutingToFinished: UATransition;
21
+ fromFinishedToPlanned: UATransition;
22
+ fromPlannedToExecuting: UATransition;
23
+ planned: UAInitialState;
24
+ }
25
+ export interface UAMaintenanceEventStateMachine extends UAFiniteStateMachine, UAMaintenanceEventStateMachine_Base {
26
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_maintenance_event_state_machine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_maintenance_event_state_machine.js","sourceRoot":"","sources":["../source/ua_maintenance_event_state_machine.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UAOutOfResourcesConditionClass, UAOutOfResourcesConditionClass_Base } from "./ua_out_of_resources_condition_class";
2
+ /**
3
+ * Out of memory issues
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |OutOfMemoryConditionClassType i=1010 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UAOutOfMemoryConditionClass_Base = UAOutOfResourcesConditionClass_Base;
13
+ export interface UAOutOfMemoryConditionClass extends UAOutOfResourcesConditionClass, UAOutOfMemoryConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_out_of_memory_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_out_of_memory_condition_class.js","sourceRoot":"","sources":["../source/ua_out_of_memory_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class";
2
+ /**
3
+ * Out of resources issues
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |OutOfResourcesConditionClassType i=1009 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UAOutOfResourcesConditionClass_Base = UASystemConditionClass_Base;
13
+ export interface UAOutOfResourcesConditionClass extends UASystemConditionClass, UAOutOfResourcesConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_out_of_resources_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_out_of_resources_condition_class.js","sourceRoot":"","sources":["../source/ua_out_of_resources_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class";
2
+ /**
3
+ * Over temperature
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |OverTemperatureConditionClassType i=1004 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UAOverTemperatureConditionClass_Base = UASystemConditionClass_Base;
13
+ export interface UAOverTemperatureConditionClass extends UASystemConditionClass, UAOverTemperatureConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_over_temperature_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_over_temperature_condition_class.js","sourceRoot":"","sources":["../source/ua_over_temperature_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UAMaintenanceConditionClass, UAMaintenanceConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_maintenance_condition_class";
2
+ /**
3
+ * A repair maintenance activity
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |RepairConditionClassType i=1017 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UARepairConditionClass_Base = UAMaintenanceConditionClass_Base;
13
+ export interface UARepairConditionClass extends UAMaintenanceConditionClass, UARepairConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_repair_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_repair_condition_class.js","sourceRoot":"","sources":["../source/ua_repair_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class";
2
+ /**
3
+ * Self-Test failure
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |SelfTestFailureConditionClassType i=1006 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UASelfTestFailureConditionClass_Base = UASystemConditionClass_Base;
13
+ export interface UASelfTestFailureConditionClass extends UASystemConditionClass, UASelfTestFailureConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_self_test_failure_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_self_test_failure_condition_class.js","sourceRoot":"","sources":["../source/ua_self_test_failure_condition_class.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { UAMaintenanceConditionClass, UAMaintenanceConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_maintenance_condition_class";
2
+ /**
3
+ * A servicing maintenance activity
4
+ *
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |ServicingConditionClassType i=1016 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UAServicingConditionClass_Base = UAMaintenanceConditionClass_Base;
13
+ export interface UAServicingConditionClass extends UAMaintenanceConditionClass, UAServicingConditionClass_Base {
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_servicing_condition_class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_servicing_condition_class.js","sourceRoot":"","sources":["../source/ua_servicing_condition_class.ts"],"names":[],"mappings":""}
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "node-opcua-nodeset-amb",
3
+ "version": "2.137.0",
4
+ "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-amb",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc -b"
9
+ },
10
+ "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
+ "license": "MIT",
12
+ "dependencies": {
13
+ "node-opcua-address-space-base": "2.137.0",
14
+ "node-opcua-basic-types": "2.134.0",
15
+ "node-opcua-data-model": "2.137.0",
16
+ "node-opcua-extension-object": "2.137.0",
17
+ "node-opcua-nodeid": "2.133.0",
18
+ "node-opcua-nodeset-ua": "2.137.0",
19
+ "node-opcua-variant": "2.137.0"
20
+ },
21
+ "files": [
22
+ "dist",
23
+ "source"
24
+ ],
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git://github.com/node-opcua/node-opcua.git"
28
+ },
29
+ "keywords": [
30
+ "OPCUA",
31
+ "opcua",
32
+ "m2m",
33
+ "iot",
34
+ "opc ua",
35
+ "internet of things"
36
+ ],
37
+ "homepage": "http://node-opcua.github.io/",
38
+ "gitHead": "e88e4f20d5436dd68084d2a6d447f170330b373d"
39
+ }
@@ -0,0 +1,24 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { LocalizedText } from "node-opcua-data-model"
3
+ import { NodeId } from "node-opcua-nodeid"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
5
+ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
6
+ /**
7
+ * A human-readable name of something plus
8
+ * optionally the NodeId in case the something is
9
+ * represented in the AddressSpace
10
+ *
11
+ * | | |
12
+ * |-----------|------------------------------------------------------------|
13
+ * | namespace |http://opcfoundation.org/UA/AMB/ |
14
+ * | nodeClass |DataType |
15
+ * | name |NameNodeIdDataType |
16
+ * | isAbstract|false |
17
+ */
18
+ export interface DTNameNodeId extends DTStructure {
19
+ /** The human-readable name. Shall be the DisplayName of the NodeId field, in case the NodeId is provided*/
20
+ name: LocalizedText; // LocalizedText ns=0;i=21
21
+ /** Optionally provided NodeId, in case the referenced thing is represented as Node in the AddressSpace.*/
22
+ nodeId: NodeId; // NodeId ns=0;i=17
23
+ }
24
+ export interface UDTNameNodeId extends ExtensionObject, DTNameNodeId {};
@@ -0,0 +1,22 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { LocalizedText } from "node-opcua-data-model"
3
+ import { NodeId } from "node-opcua-nodeid"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
5
+ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
6
+ /**
7
+ * Root cause of an alarm
8
+ *
9
+ * | | |
10
+ * |-----------|------------------------------------------------------------|
11
+ * | namespace |http://opcfoundation.org/UA/AMB/ |
12
+ * | nodeClass |DataType |
13
+ * | name |RootCauseDataType |
14
+ * | isAbstract|false |
15
+ */
16
+ export interface DTRootCause extends DTStructure {
17
+ /** The NodeId of the root cause of an alarm. This can point to another Node in the AddressSpace or a ConditionId, that is not necessarily represent as Object in the AddressSpace. Ideally, this points directly to the root cause. Potentially, it points to an alarm that has an additional root cause. Clients shall expect, that they need to follow a path to find the root cause. If the root cause is unknown, the NodeId shall be set to NULL.*/
18
+ rootCauseId: NodeId; // NodeId ns=0;i=17
19
+ /** Localized description of the root cause of an alarm. This can be the DisplayName of the Node referenced by RootCauseId or a more descriptive text. If the root cause is unknown, this should be described in the text.*/
20
+ rootCause: LocalizedText; // LocalizedText ns=0;i=21
21
+ }
22
+ export interface UDTRootCause extends ExtensionObject, DTRootCause {};
@@ -0,0 +1,20 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+
3
+ /**
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/AMB/ |
7
+ * | nodeClass |DataType |
8
+ * | name |MaintenanceMethodEnum |
9
+ * | isAbstract|false |
10
+ */
11
+ export enum EnumMaintenanceMethodEnum {
12
+ /**
13
+ * Maintenance close to the asset
14
+ */
15
+ Local = 0,
16
+ /**
17
+ * Maintenance from another location
18
+ */
19
+ Remote = 1,
20
+ }
@@ -0,0 +1,21 @@
1
+ export * from "./dt_name_node_id";
2
+ export * from "./dt_root_cause";
3
+ export * from "./enum_maintenance_method_enum";
4
+ export * from "./ua_bad_configuration_condition_class";
5
+ export * from "./ua_calibration_due_condition_class";
6
+ export * from "./ua_connection_failure_condition_class";
7
+ export * from "./ua_documentation_links";
8
+ export * from "./ua_external_check_condition_class";
9
+ export * from "./ua_flash_update_failed_condition_class";
10
+ export * from "./ua_flash_update_in_progress_condition_class";
11
+ export * from "./ua_i_maintenance_event";
12
+ export * from "./ua_i_root_cause_indication";
13
+ export * from "./ua_improvement_condition_class";
14
+ export * from "./ua_inspection_condition_class";
15
+ export * from "./ua_maintenance_event_state_machine";
16
+ export * from "./ua_out_of_memory_condition_class";
17
+ export * from "./ua_out_of_resources_condition_class";
18
+ export * from "./ua_over_temperature_condition_class";
19
+ export * from "./ua_repair_condition_class";
20
+ export * from "./ua_self_test_failure_condition_class";
21
+ export * from "./ua_servicing_condition_class";
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class"
3
+ /**
4
+ * Configuration is bad
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |BadConfigurationConditionClassType i=1008 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UABadConfigurationConditionClass_Base = UASystemConditionClass_Base;
14
+ export interface UABadConfigurationConditionClass extends UASystemConditionClass, UABadConfigurationConditionClass_Base {
15
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMaintenanceConditionClass, UAMaintenanceConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_maintenance_condition_class"
3
+ /**
4
+ * Calibration is due
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |CalibrationDueConditionClassType i=1005 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UACalibrationDueConditionClass_Base = UAMaintenanceConditionClass_Base;
14
+ export interface UACalibrationDueConditionClass extends UAMaintenanceConditionClass, UACalibrationDueConditionClass_Base {
15
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class"
3
+ /**
4
+ * One or more connections have failed
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |ConnectionFailureConditionClassType i=1003 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UAConnectionFailureConditionClass_Base = UASystemConditionClass_Base;
14
+ export interface UAConnectionFailureConditionClass extends UASystemConditionClass, UAConnectionFailureConditionClass_Base {
15
+ }
@@ -0,0 +1,25 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { QualifiedName } from "node-opcua-data-model"
5
+ import { UAString } from "node-opcua-basic-types"
6
+ import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
7
+ /**
8
+ * AddIn to link documentation provided by the
9
+ * manufacturer and / or end-user.
10
+ *
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |DocumentationLinksType i=1011 |
16
+ * |isAbstract |false |
17
+ */
18
+ export interface UADocumentationLinks_Base {
19
+ // PlaceHolder for $Link$
20
+ addLink?: UAMethod;
21
+ defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
22
+ removeLink?: UAMethod;
23
+ }
24
+ export interface UADocumentationLinks extends UAObject, UADocumentationLinks_Base {
25
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMaintenanceConditionClass, UAMaintenanceConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_maintenance_condition_class"
3
+ /**
4
+ * An external check maintenance activity
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |ExternalCheckConditionClassType i=1015 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UAExternalCheckConditionClass_Base = UAMaintenanceConditionClass_Base;
14
+ export interface UAExternalCheckConditionClass extends UAMaintenanceConditionClass, UAExternalCheckConditionClass_Base {
15
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UASystemConditionClass, UASystemConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_system_condition_class"
3
+ /**
4
+ * Flash update has failed
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |FlashUpdateFailedConditionClassType i=1019 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UAFlashUpdateFailedConditionClass_Base = UASystemConditionClass_Base;
14
+ export interface UAFlashUpdateFailedConditionClass extends UASystemConditionClass, UAFlashUpdateFailedConditionClass_Base {
15
+ }
@@ -0,0 +1,15 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMaintenanceConditionClass, UAMaintenanceConditionClass_Base } from "node-opcua-nodeset-ua/source/ua_maintenance_condition_class"
3
+ /**
4
+ * Flash update in progress
5
+ *
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |FlashUpdateInProgressConditionClassType i=1007 |
11
+ * |isAbstract |true |
12
+ */
13
+ export type UAFlashUpdateInProgressConditionClass_Base = UAMaintenanceConditionClass_Base;
14
+ export interface UAFlashUpdateInProgressConditionClass extends UAMaintenanceConditionClass, UAFlashUpdateInProgressConditionClass_Base {
15
+ }
@@ -0,0 +1,145 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface"
6
+ import { EnumMaintenanceMethodEnum } from "./enum_maintenance_method_enum"
7
+ import { DTNameNodeId } from "./dt_name_node_id"
8
+ import { UAMaintenanceEventStateMachine } from "./ua_maintenance_event_state_machine"
9
+ /**
10
+ * Information on maintenance activities, should by
11
+ * applied to conditions (ConditionType or subtypes)
12
+ *
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |IMaintenanceEventType i=1012 |
18
+ * |isAbstract |true |
19
+ */
20
+ export interface UAIMaintenanceEvent_Base extends UABaseInterface_Base {
21
+ /**
22
+ * configurationChanged
23
+ * Information if the configuration of the asset is
24
+ * planned to be changed or has changed during the
25
+ * maintenance activity. FALSE indicates no change,
26
+ * and TRUE indicates a change. The content may
27
+ * change during the different MaintenanceStates. By
28
+ * accessing the history of Events a Client can
29
+ * distinguish between the planned and actual
30
+ * configuration changes during the maintenance
31
+ * activity.
32
+ */
33
+ configurationChanged?: UAProperty<boolean, DataType.Boolean>;
34
+ /**
35
+ * estimatedDowntime
36
+ * The estimated time the execution of the
37
+ * maintenance activity will take. In case of
38
+ * replanning, it is allowed to change the
39
+ * EstimatedDowntime. If during the execution of the
40
+ * maintenance activity the EstimatedDowntime can be
41
+ * adjusted (e.g., the asset needs to be repaired
42
+ * because an inspection found some issues) this
43
+ * should be done. Clients can access the history of
44
+ * Events to receive the information on the original
45
+ * estimates when the maintenance activity started.
46
+ */
47
+ estimatedDowntime?: UAProperty<number, DataType.Double>;
48
+ /**
49
+ * maintenanceMethod
50
+ * Information about the planned or used maintenance
51
+ * method. The content may change during the
52
+ * different MaintenanceStates. By accessing the
53
+ * history of Events a Client can distinguish
54
+ * between the planned and actual used maintenance
55
+ * method during the maintenance activity.
56
+ */
57
+ maintenanceMethod?: UAProperty<EnumMaintenanceMethodEnum, DataType.Int32>;
58
+ /**
59
+ * maintenanceState
60
+ * Information if the maintenance activity is still
61
+ * planned, currently in execution, or has already
62
+ * been executed.
63
+ */
64
+ maintenanceState: UAMaintenanceEventStateMachine;
65
+ /**
66
+ * maintenanceSupplier
67
+ * Information on the supplier that is planned to
68
+ * execute, currently executing or has executed the
69
+ * maintenance activity. The content may change
70
+ * during the different MaintenanceStates. By
71
+ * accessing the history of Events a Client can
72
+ * distinguish between the planned and actual
73
+ * supplier that executed the maintenance activity.
74
+ * The value contains always a human-readable name
75
+ * of the supplier and optionally references a Node
76
+ * representing the supplier in the AddressSpace.
77
+ */
78
+ maintenanceSupplier?: UAProperty<DTNameNodeId, DataType.ExtensionObject>;
79
+ /**
80
+ * partsOfAssetReplaced
81
+ * Information on the parts of the assets that are
82
+ * planned to be serviced during the maintenance
83
+ * activity, currently serviced or have been
84
+ * serviced, depending on the different
85
+ * MaintenanceStates. The content may change during
86
+ * the different MaintenanceStates. By accessing the
87
+ * history of Events a Client can distinguish
88
+ * between the planned and actual parts of the
89
+ * assets serviced during the maintenance activity.
90
+ * The value contains always an array of a
91
+ * human-readable name of the qualification of the
92
+ * parts of the asset to be serviced and optionally
93
+ * references a Node representing the part of the
94
+ * asset in the AddressSpace.
95
+ */
96
+ partsOfAssetReplaced?: UAProperty<DTNameNodeId[], DataType.ExtensionObject>;
97
+ /**
98
+ * partsOfAssetServiced
99
+ * Information on the parts of the assets that are
100
+ * planned to be serviced during the maintenance
101
+ * activity, currently serviced or have been
102
+ * serviced, depending on the different
103
+ * MaintenanceStates. The content may change during
104
+ * the different MaintenanceStates. By accessing the
105
+ * history of Events a Client can distinguish
106
+ * between the planned and actual parts of the
107
+ * assets serviced during the maintenance activity.
108
+ * The value contains always an array of a
109
+ * human-readable name of the qualification of the
110
+ * parts of the asset to be serviced and optionally
111
+ * references a Node representing the part of the
112
+ * asset in the AddressSpace.
113
+ */
114
+ partsOfAssetServiced?: UAProperty<DTNameNodeId[], DataType.ExtensionObject>;
115
+ /**
116
+ * plannedDate
117
+ * Date for which the maintenance activity has been
118
+ * scheduled. In case of replanning, it is allowed
119
+ * to change the PlannedDate. However, it is not the
120
+ * intention that the PlannedDate is modified
121
+ * because the maintenance activity starts to get
122
+ * executed. If the PlannedDate depends for example
123
+ * on the operation hours of the asset, it might get
124
+ * adapted depending on the passed operation hours.
125
+ */
126
+ plannedDate?: UAProperty<Date, DataType.DateTime>;
127
+ /**
128
+ * qualificationOfPersonnel
129
+ * Information on the qualification of the personnel
130
+ * that is planned to execute, currently executing
131
+ * or has executed the maintenance activity. The
132
+ * content may change during the different
133
+ * MaintenanceStates. By accessing the history of
134
+ * Events a Client can distinguish between the
135
+ * planned and actual qualification of the personnel
136
+ * that executed the maintenance activity. The value
137
+ * contains always a human-readable name of the
138
+ * qualification of the personnel and optionally
139
+ * references a Node representing the qualification
140
+ * of the personnel in the AddressSpace.
141
+ */
142
+ qualificationOfPersonnel?: UAProperty<DTNameNodeId, DataType.ExtensionObject>;
143
+ }
144
+ export interface UAIMaintenanceEvent extends UABaseInterface, UAIMaintenanceEvent_Base {
145
+ }
@@ -0,0 +1,36 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { UABaseInterface, UABaseInterface_Base } from "node-opcua-nodeset-ua/source/ua_base_interface"
5
+ import { DTRootCause } from "./dt_root_cause"
6
+ /**
7
+ * Information on the root cause of conditions,
8
+ * should be applied to alarms (AlarmType or
9
+ * subtypes)
10
+ *
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/AMB/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |IRootCauseIndicationType i=1002 |
16
+ * |isAbstract |true |
17
+ */
18
+ export interface UAIRootCauseIndication_Base extends UABaseInterface_Base {
19
+ /**
20
+ * potentialRootCauses
21
+ * An array of potential root causes of the alarm.
22
+ * This is intended to be a hint to the client and
23
+ * might be a local view on the potential root
24
+ * causes of the alarm. The list might not contain
25
+ * all potential root causes, that is, other
26
+ * potential root causes might exist as well. If the
27
+ * alarm itself is considered to be the root cause,
28
+ * the array shall be empty. If no potential root
29
+ * causes have been identified, there shall be at
30
+ * least one entry in the array indicating that the
31
+ * root cause is unknown.
32
+ */
33
+ potentialRootCauses: UAProperty<DTRootCause[], DataType.ExtensionObject>;
34
+ }
35
+ export interface UAIRootCauseIndication extends UABaseInterface, UAIRootCauseIndication_Base {
36
+ }