node-opcua-nodeset-robotics 2.97.0 → 2.98.1

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 (41) hide show
  1. package/dist/enum_axis_motion_profile.d.ts +43 -43
  2. package/dist/enum_axis_motion_profile.js +48 -48
  3. package/dist/enum_execution_mode.d.ts +24 -24
  4. package/dist/enum_execution_mode.js +29 -29
  5. package/dist/enum_motion_device_category.d.ts +61 -61
  6. package/dist/enum_motion_device_category.js +66 -66
  7. package/dist/enum_operational_mode.d.ts +35 -35
  8. package/dist/enum_operational_mode.js +40 -40
  9. package/dist/index.d.ts +19 -19
  10. package/dist/index.js +35 -35
  11. package/dist/ua_auxiliary_component.d.ts +28 -28
  12. package/dist/ua_auxiliary_component.js +2 -2
  13. package/dist/ua_axis.d.ts +60 -60
  14. package/dist/ua_axis.js +2 -2
  15. package/dist/ua_controller.d.ts +112 -112
  16. package/dist/ua_controller.js +2 -2
  17. package/dist/ua_drive.d.ts +29 -29
  18. package/dist/ua_drive.js +2 -2
  19. package/dist/ua_emergency_stop_function.d.ts +34 -34
  20. package/dist/ua_emergency_stop_function.js +2 -2
  21. package/dist/ua_gear.d.ts +44 -44
  22. package/dist/ua_gear.js +2 -2
  23. package/dist/ua_load.d.ts +52 -52
  24. package/dist/ua_load.js +2 -2
  25. package/dist/ua_motion_device.d.ts +96 -96
  26. package/dist/ua_motion_device.js +2 -2
  27. package/dist/ua_motion_device_system.d.ts +35 -35
  28. package/dist/ua_motion_device_system.js +2 -2
  29. package/dist/ua_motor.d.ts +57 -57
  30. package/dist/ua_motor.js +2 -2
  31. package/dist/ua_power_train.d.ts +15 -15
  32. package/dist/ua_power_train.js +2 -2
  33. package/dist/ua_protective_stop_function.d.ts +51 -51
  34. package/dist/ua_protective_stop_function.js +2 -2
  35. package/dist/ua_safety_state.d.ts +72 -72
  36. package/dist/ua_safety_state.js +2 -2
  37. package/dist/ua_task_control.d.ts +53 -53
  38. package/dist/ua_task_control.js +2 -2
  39. package/dist/ua_user.d.ts +31 -31
  40. package/dist/ua_user.js +2 -2
  41. package/package.json +28 -12
@@ -1,41 +1,41 @@
1
- "use strict";
2
- // ----- this file has been automatically generated - do not edit
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.EnumOperationalMode = void 0;
5
- /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * | nodeClass |DataType |
10
- * | name |7:OperationalModeEnumeration |
11
- * | isAbstract|false |
12
- */
13
- var EnumOperationalMode;
14
- (function (EnumOperationalMode) {
15
- /**
16
- * Other for when there is a system-boot (unknown)
17
- * or a failure of the safety, there is no valid
18
- * operational mode.
19
- */
20
- EnumOperationalMode[EnumOperationalMode["OTHER"] = 0] = "OTHER";
21
- /**
22
- * "Manual reduced speed" - name according to ISO
23
- * 10218-1:2011.
24
- */
25
- EnumOperationalMode[EnumOperationalMode["MANUAL_REDUCED_SPEED"] = 1] = "MANUAL_REDUCED_SPEED";
26
- /**
27
- * "Manual high speed" - name according to ISO
28
- * 10218-1:2011.
29
- */
30
- EnumOperationalMode[EnumOperationalMode["MANUAL_HIGH_SPEED"] = 2] = "MANUAL_HIGH_SPEED";
31
- /**
32
- * "Automatic" - name according to ISO 10218-1:2011.
33
- */
34
- EnumOperationalMode[EnumOperationalMode["AUTOMATIC"] = 3] = "AUTOMATIC";
35
- /**
36
- * "Automatic external" - Same as "Automatic" but
37
- * with external control, e.g. by a PLC.
38
- */
39
- EnumOperationalMode[EnumOperationalMode["AUTOMATIC_EXTERNAL"] = 4] = "AUTOMATIC_EXTERNAL";
40
- })(EnumOperationalMode = exports.EnumOperationalMode || (exports.EnumOperationalMode = {}));
1
+ "use strict";
2
+ // ----- this file has been automatically generated - do not edit
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.EnumOperationalMode = void 0;
5
+ /**
6
+ * | | |
7
+ * |-----------|--------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * | nodeClass |DataType |
10
+ * | name |7:OperationalModeEnumeration |
11
+ * | isAbstract|false |
12
+ */
13
+ var EnumOperationalMode;
14
+ (function (EnumOperationalMode) {
15
+ /**
16
+ * Other for when there is a system-boot (unknown)
17
+ * or a failure of the safety, there is no valid
18
+ * operational mode.
19
+ */
20
+ EnumOperationalMode[EnumOperationalMode["OTHER"] = 0] = "OTHER";
21
+ /**
22
+ * "Manual reduced speed" - name according to ISO
23
+ * 10218-1:2011.
24
+ */
25
+ EnumOperationalMode[EnumOperationalMode["MANUAL_REDUCED_SPEED"] = 1] = "MANUAL_REDUCED_SPEED";
26
+ /**
27
+ * "Manual high speed" - name according to ISO
28
+ * 10218-1:2011.
29
+ */
30
+ EnumOperationalMode[EnumOperationalMode["MANUAL_HIGH_SPEED"] = 2] = "MANUAL_HIGH_SPEED";
31
+ /**
32
+ * "Automatic" - name according to ISO 10218-1:2011.
33
+ */
34
+ EnumOperationalMode[EnumOperationalMode["AUTOMATIC"] = 3] = "AUTOMATIC";
35
+ /**
36
+ * "Automatic external" - Same as "Automatic" but
37
+ * with external control, e.g. by a PLC.
38
+ */
39
+ EnumOperationalMode[EnumOperationalMode["AUTOMATIC_EXTERNAL"] = 4] = "AUTOMATIC_EXTERNAL";
40
+ })(EnumOperationalMode = exports.EnumOperationalMode || (exports.EnumOperationalMode = {}));
41
41
  //# sourceMappingURL=enum_operational_mode.js.map
package/dist/index.d.ts CHANGED
@@ -1,19 +1,19 @@
1
- export * from "./enum_axis_motion_profile";
2
- export * from "./enum_execution_mode";
3
- export * from "./enum_motion_device_category";
4
- export * from "./enum_operational_mode";
5
- export * from "./ua_auxiliary_component";
6
- export * from "./ua_axis";
7
- export * from "./ua_controller";
8
- export * from "./ua_drive";
9
- export * from "./ua_emergency_stop_function";
10
- export * from "./ua_gear";
11
- export * from "./ua_load";
12
- export * from "./ua_motion_device";
13
- export * from "./ua_motion_device_system";
14
- export * from "./ua_motor";
15
- export * from "./ua_power_train";
16
- export * from "./ua_protective_stop_function";
17
- export * from "./ua_safety_state";
18
- export * from "./ua_task_control";
19
- export * from "./ua_user";
1
+ export * from "./enum_axis_motion_profile";
2
+ export * from "./enum_execution_mode";
3
+ export * from "./enum_motion_device_category";
4
+ export * from "./enum_operational_mode";
5
+ export * from "./ua_auxiliary_component";
6
+ export * from "./ua_axis";
7
+ export * from "./ua_controller";
8
+ export * from "./ua_drive";
9
+ export * from "./ua_emergency_stop_function";
10
+ export * from "./ua_gear";
11
+ export * from "./ua_load";
12
+ export * from "./ua_motion_device";
13
+ export * from "./ua_motion_device_system";
14
+ export * from "./ua_motor";
15
+ export * from "./ua_power_train";
16
+ export * from "./ua_protective_stop_function";
17
+ export * from "./ua_safety_state";
18
+ export * from "./ua_task_control";
19
+ export * from "./ua_user";
package/dist/index.js CHANGED
@@ -1,36 +1,36 @@
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("./enum_axis_motion_profile"), exports);
18
- __exportStar(require("./enum_execution_mode"), exports);
19
- __exportStar(require("./enum_motion_device_category"), exports);
20
- __exportStar(require("./enum_operational_mode"), exports);
21
- __exportStar(require("./ua_auxiliary_component"), exports);
22
- __exportStar(require("./ua_axis"), exports);
23
- __exportStar(require("./ua_controller"), exports);
24
- __exportStar(require("./ua_drive"), exports);
25
- __exportStar(require("./ua_emergency_stop_function"), exports);
26
- __exportStar(require("./ua_gear"), exports);
27
- __exportStar(require("./ua_load"), exports);
28
- __exportStar(require("./ua_motion_device"), exports);
29
- __exportStar(require("./ua_motion_device_system"), exports);
30
- __exportStar(require("./ua_motor"), exports);
31
- __exportStar(require("./ua_power_train"), exports);
32
- __exportStar(require("./ua_protective_stop_function"), exports);
33
- __exportStar(require("./ua_safety_state"), exports);
34
- __exportStar(require("./ua_task_control"), exports);
35
- __exportStar(require("./ua_user"), 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("./enum_axis_motion_profile"), exports);
18
+ __exportStar(require("./enum_execution_mode"), exports);
19
+ __exportStar(require("./enum_motion_device_category"), exports);
20
+ __exportStar(require("./enum_operational_mode"), exports);
21
+ __exportStar(require("./ua_auxiliary_component"), exports);
22
+ __exportStar(require("./ua_axis"), exports);
23
+ __exportStar(require("./ua_controller"), exports);
24
+ __exportStar(require("./ua_drive"), exports);
25
+ __exportStar(require("./ua_emergency_stop_function"), exports);
26
+ __exportStar(require("./ua_gear"), exports);
27
+ __exportStar(require("./ua_load"), exports);
28
+ __exportStar(require("./ua_motion_device"), exports);
29
+ __exportStar(require("./ua_motion_device_system"), exports);
30
+ __exportStar(require("./ua_motor"), exports);
31
+ __exportStar(require("./ua_power_train"), exports);
32
+ __exportStar(require("./ua_protective_stop_function"), exports);
33
+ __exportStar(require("./ua_safety_state"), exports);
34
+ __exportStar(require("./ua_task_control"), exports);
35
+ __exportStar(require("./ua_user"), exports);
36
36
  //# sourceMappingURL=index.js.map
@@ -1,28 +1,28 @@
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 { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
5
- /**
6
- * Components mounted in a controller cabinet or a
7
- * motion device e.g. an IO-board or a power supply.
8
- *
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |7:AuxiliaryComponentType ns=7;i=17725 |
14
- * |isAbstract |false |
15
- */
16
- export interface UAAuxiliaryComponent_Base extends UADevice_Base {
17
- /**
18
- * productCode
19
- * The ProductCode property provides a unique
20
- * combination of numbers and letters used to
21
- * identify the product. It may be the order
22
- * information displayed on type shields or in ERP
23
- * systems.
24
- */
25
- productCode: UAProperty<UAString, DataType.String>;
26
- }
27
- export interface UAAuxiliaryComponent extends Omit<UADevice, "productCode">, UAAuxiliaryComponent_Base {
28
- }
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 { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
5
+ /**
6
+ * Components mounted in a controller cabinet or a
7
+ * motion device e.g. an IO-board or a power supply.
8
+ *
9
+ * | | |
10
+ * |----------------|--------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |7:AuxiliaryComponentType ns=7;i=17725 |
14
+ * |isAbstract |false |
15
+ */
16
+ export interface UAAuxiliaryComponent_Base extends UADevice_Base {
17
+ /**
18
+ * productCode
19
+ * The ProductCode property provides a unique
20
+ * combination of numbers and letters used to
21
+ * identify the product. It may be the order
22
+ * information displayed on type shields or in ERP
23
+ * systems.
24
+ */
25
+ productCode: UAProperty<UAString, DataType.String>;
26
+ }
27
+ export interface UAAuxiliaryComponent extends Omit<UADevice, "productCode">, UAAuxiliaryComponent_Base {
28
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ua_auxiliary_component.js.map
package/dist/ua_axis.d.ts CHANGED
@@ -1,60 +1,60 @@
1
- import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
4
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
- import { EnumAxisMotionProfile } from "./enum_axis_motion_profile";
6
- import { UALoad } from "./ua_load";
7
- export interface UAAxis_parameterSet extends UAObject {
8
- /**
9
- * actualPosition
10
- * The axis position inclusive Unit and
11
- * RangeOfMotion.
12
- */
13
- actualPosition: UAAnalogUnit<number, DataType.Double>;
14
- /**
15
- * actualSpeed
16
- * The axis speed on load side (after gear/spindle)
17
- * inclusive Unit.
18
- */
19
- actualSpeed?: UAAnalogUnit<number, DataType.Double>;
20
- /**
21
- * actualAcceleration
22
- * : The ActualAcceleration variable provides the
23
- * axis acceleration. Applicable acceleration limits
24
- * of the axis shall be provided by the EURange
25
- * property of the AnalogUnitType.
26
- */
27
- actualAcceleration?: UAAnalogUnit<number, DataType.Double>;
28
- }
29
- /**
30
- * The AxisType describes an axis of a motion device.
31
- *
32
- * | | |
33
- * |----------------|--------------------------------------------------|
34
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
- * |nodeClass |ObjectType |
36
- * |typedDefinition |7:AxisType ns=7;i=16601 |
37
- * |isAbstract |false |
38
- */
39
- export interface UAAxis_Base extends UAComponent_Base {
40
- /**
41
- * parameterSet
42
- * Flat list of Parameters
43
- */
44
- parameterSet: UAAxis_parameterSet;
45
- /**
46
- * motionProfile
47
- * The kind of axis motion as defined with the
48
- * AxisMotionProfileEnumeration.
49
- */
50
- motionProfile: UAProperty<EnumAxisMotionProfile, DataType.Int32>;
51
- /**
52
- * additionalLoad
53
- * The additional load which is mounted on this
54
- * axis. E.g. for process-need a transformer for
55
- * welding.
56
- */
57
- additionalLoad?: UALoad;
58
- }
59
- export interface UAAxis extends Omit<UAComponent, "parameterSet">, UAAxis_Base {
60
- }
1
+ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import { DataType } from "node-opcua-variant";
3
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
4
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { EnumAxisMotionProfile } from "./enum_axis_motion_profile";
6
+ import { UALoad } from "./ua_load";
7
+ export interface UAAxis_parameterSet extends UAObject {
8
+ /**
9
+ * actualPosition
10
+ * The axis position inclusive Unit and
11
+ * RangeOfMotion.
12
+ */
13
+ actualPosition: UAAnalogUnit<number, DataType.Double>;
14
+ /**
15
+ * actualSpeed
16
+ * The axis speed on load side (after gear/spindle)
17
+ * inclusive Unit.
18
+ */
19
+ actualSpeed?: UAAnalogUnit<number, DataType.Double>;
20
+ /**
21
+ * actualAcceleration
22
+ * : The ActualAcceleration variable provides the
23
+ * axis acceleration. Applicable acceleration limits
24
+ * of the axis shall be provided by the EURange
25
+ * property of the AnalogUnitType.
26
+ */
27
+ actualAcceleration?: UAAnalogUnit<number, DataType.Double>;
28
+ }
29
+ /**
30
+ * The AxisType describes an axis of a motion device.
31
+ *
32
+ * | | |
33
+ * |----------------|--------------------------------------------------|
34
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
+ * |nodeClass |ObjectType |
36
+ * |typedDefinition |7:AxisType ns=7;i=16601 |
37
+ * |isAbstract |false |
38
+ */
39
+ export interface UAAxis_Base extends UAComponent_Base {
40
+ /**
41
+ * parameterSet
42
+ * Flat list of Parameters
43
+ */
44
+ parameterSet: UAAxis_parameterSet;
45
+ /**
46
+ * motionProfile
47
+ * The kind of axis motion as defined with the
48
+ * AxisMotionProfileEnumeration.
49
+ */
50
+ motionProfile: UAProperty<EnumAxisMotionProfile, DataType.Int32>;
51
+ /**
52
+ * additionalLoad
53
+ * The additional load which is mounted on this
54
+ * axis. E.g. for process-need a transformer for
55
+ * welding.
56
+ */
57
+ additionalLoad?: UALoad;
58
+ }
59
+ export interface UAAxis extends Omit<UAComponent, "parameterSet">, UAAxis_Base {
60
+ }
package/dist/ua_axis.js CHANGED
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ua_axis.js.map
@@ -1,112 +1,112 @@
1
- import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
7
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
8
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
9
- import { UAUser } from "./ua_user";
10
- export interface UAController_parameterSet extends UAObject {
11
- /**
12
- * totalPowerOnTime
13
- * The total accumulated time the controller was
14
- * powered on.
15
- */
16
- totalPowerOnTime?: UABaseDataVariable<UAString, DataType.String>;
17
- /**
18
- * startUpTime
19
- * The date and time of the last start-up of the
20
- * controller.
21
- */
22
- startUpTime?: UABaseDataVariable<Date, DataType.DateTime>;
23
- /**
24
- * upsState
25
- * The vendor specific status of an integrated UPS
26
- * or accumulator system.
27
- */
28
- upsState?: UABaseDataVariable<UAString, DataType.String>;
29
- /**
30
- * totalEnergyConsumption
31
- * The total accumulated energy consumed by the
32
- * motion devices related with this controller
33
- * instance.
34
- */
35
- totalEnergyConsumption?: UAAnalogUnit<number, DataType.Double>;
36
- /**
37
- * cabinetFanSpeed
38
- * The speed of the cabinet fan.
39
- */
40
- cabinetFanSpeed?: UAAnalogUnit<number, DataType.Double>;
41
- /**
42
- * cpUFanSpeed
43
- * The speed of the CPU fan.
44
- */
45
- cpUFanSpeed?: UAAnalogUnit<number, DataType.Double>;
46
- /**
47
- * inputVoltage
48
- * The input voltage of the controller which can be
49
- * a configured value. To distinguish between an AC
50
- * or DC supply the optional property Definition of
51
- * the base type DataItemType shall be used.
52
- */
53
- inputVoltage?: UAAnalogUnit<number, DataType.Double>;
54
- /**
55
- * temperature
56
- * The controller temperature given by a temperature
57
- * sensor inside of the controller.
58
- */
59
- temperature?: UAAnalogUnit<number, DataType.Double>;
60
- }
61
- /**
62
- * The ControllerType describes the control unit of
63
- * motion devices. One motion device system can have
64
- * one or more instances of the ControllerType.
65
- *
66
- * | | |
67
- * |----------------|--------------------------------------------------|
68
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
69
- * |nodeClass |ObjectType |
70
- * |typedDefinition |7:ControllerType ns=7;i=1003 |
71
- * |isAbstract |false |
72
- */
73
- export interface UAController_Base extends UAComponent_Base {
74
- /**
75
- * parameterSet
76
- * Flat list of Parameters
77
- */
78
- parameterSet?: UAController_parameterSet;
79
- manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
80
- model: UAProperty<LocalizedText, DataType.LocalizedText>;
81
- productCode: UAProperty<UAString, DataType.String>;
82
- serialNumber: UAProperty<UAString, DataType.String>;
83
- /**
84
- * currentUser
85
- * The given name of the device.
86
- */
87
- currentUser: UAUser;
88
- /**
89
- * components
90
- * Components is a container for one or more
91
- * instances of subtypes of ComponentType defined in
92
- * OPC UA DI. The listed components are installed in
93
- * the motion device system, e.g. a processing-unit,
94
- * a power-supply, an IO-board or a drive, and have
95
- * an electrical interface to the controller.
96
- */
97
- components?: UAFolder;
98
- /**
99
- * software
100
- * Software is a container for one or more instances
101
- * of SoftwareType defined in OPC UA DI.
102
- */
103
- software: UAFolder;
104
- /**
105
- * taskControls
106
- * TaskControls is a container for one or more
107
- * instances of TaskControlType.
108
- */
109
- taskControls: UAFolder;
110
- }
111
- export interface UAController extends Omit<UAComponent, "parameterSet" | "manufacturer" | "model" | "productCode" | "serialNumber">, UAController_Base {
112
- }
1
+ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import { DataType } from "node-opcua-variant";
3
+ import { LocalizedText } from "node-opcua-data-model";
4
+ import { UAString } from "node-opcua-basic-types";
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
7
+ import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
8
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
9
+ import { UAUser } from "./ua_user";
10
+ export interface UAController_parameterSet extends UAObject {
11
+ /**
12
+ * totalPowerOnTime
13
+ * The total accumulated time the controller was
14
+ * powered on.
15
+ */
16
+ totalPowerOnTime?: UABaseDataVariable<UAString, DataType.String>;
17
+ /**
18
+ * startUpTime
19
+ * The date and time of the last start-up of the
20
+ * controller.
21
+ */
22
+ startUpTime?: UABaseDataVariable<Date, DataType.DateTime>;
23
+ /**
24
+ * upsState
25
+ * The vendor specific status of an integrated UPS
26
+ * or accumulator system.
27
+ */
28
+ upsState?: UABaseDataVariable<UAString, DataType.String>;
29
+ /**
30
+ * totalEnergyConsumption
31
+ * The total accumulated energy consumed by the
32
+ * motion devices related with this controller
33
+ * instance.
34
+ */
35
+ totalEnergyConsumption?: UAAnalogUnit<number, DataType.Double>;
36
+ /**
37
+ * cabinetFanSpeed
38
+ * The speed of the cabinet fan.
39
+ */
40
+ cabinetFanSpeed?: UAAnalogUnit<number, DataType.Double>;
41
+ /**
42
+ * cpUFanSpeed
43
+ * The speed of the CPU fan.
44
+ */
45
+ cpUFanSpeed?: UAAnalogUnit<number, DataType.Double>;
46
+ /**
47
+ * inputVoltage
48
+ * The input voltage of the controller which can be
49
+ * a configured value. To distinguish between an AC
50
+ * or DC supply the optional property Definition of
51
+ * the base type DataItemType shall be used.
52
+ */
53
+ inputVoltage?: UAAnalogUnit<number, DataType.Double>;
54
+ /**
55
+ * temperature
56
+ * The controller temperature given by a temperature
57
+ * sensor inside of the controller.
58
+ */
59
+ temperature?: UAAnalogUnit<number, DataType.Double>;
60
+ }
61
+ /**
62
+ * The ControllerType describes the control unit of
63
+ * motion devices. One motion device system can have
64
+ * one or more instances of the ControllerType.
65
+ *
66
+ * | | |
67
+ * |----------------|--------------------------------------------------|
68
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
69
+ * |nodeClass |ObjectType |
70
+ * |typedDefinition |7:ControllerType ns=7;i=1003 |
71
+ * |isAbstract |false |
72
+ */
73
+ export interface UAController_Base extends UAComponent_Base {
74
+ /**
75
+ * parameterSet
76
+ * Flat list of Parameters
77
+ */
78
+ parameterSet?: UAController_parameterSet;
79
+ manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
80
+ model: UAProperty<LocalizedText, DataType.LocalizedText>;
81
+ productCode: UAProperty<UAString, DataType.String>;
82
+ serialNumber: UAProperty<UAString, DataType.String>;
83
+ /**
84
+ * currentUser
85
+ * The given name of the device.
86
+ */
87
+ currentUser: UAUser;
88
+ /**
89
+ * components
90
+ * Components is a container for one or more
91
+ * instances of subtypes of ComponentType defined in
92
+ * OPC UA DI. The listed components are installed in
93
+ * the motion device system, e.g. a processing-unit,
94
+ * a power-supply, an IO-board or a drive, and have
95
+ * an electrical interface to the controller.
96
+ */
97
+ components?: UAFolder;
98
+ /**
99
+ * software
100
+ * Software is a container for one or more instances
101
+ * of SoftwareType defined in OPC UA DI.
102
+ */
103
+ software: UAFolder;
104
+ /**
105
+ * taskControls
106
+ * TaskControls is a container for one or more
107
+ * instances of TaskControlType.
108
+ */
109
+ taskControls: UAFolder;
110
+ }
111
+ export interface UAController extends Omit<UAComponent, "parameterSet" | "manufacturer" | "model" | "productCode" | "serialNumber">, UAController_Base {
112
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ua_controller.js.map