node-opcua-nodeset-robotics 2.100.0 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/enum_axis_motion_profile.d.ts +6 -6
  2. package/dist/enum_axis_motion_profile.js +6 -6
  3. package/dist/enum_execution_mode.d.ts +6 -6
  4. package/dist/enum_execution_mode.js +6 -6
  5. package/dist/enum_motion_device_category.d.ts +6 -6
  6. package/dist/enum_motion_device_category.js +6 -6
  7. package/dist/enum_operational_mode.d.ts +6 -6
  8. package/dist/enum_operational_mode.js +6 -6
  9. package/dist/ua_auxiliary_component.d.ts +6 -6
  10. package/dist/ua_axis.d.ts +6 -6
  11. package/dist/ua_controller.d.ts +6 -6
  12. package/dist/ua_drive.d.ts +6 -6
  13. package/dist/ua_emergency_stop_function.d.ts +6 -6
  14. package/dist/ua_gear.d.ts +6 -6
  15. package/dist/ua_load.d.ts +6 -6
  16. package/dist/ua_motion_device.d.ts +6 -6
  17. package/dist/ua_motion_device_system.d.ts +6 -6
  18. package/dist/ua_motor.d.ts +6 -6
  19. package/dist/ua_power_train.d.ts +6 -6
  20. package/dist/ua_protective_stop_function.d.ts +6 -6
  21. package/dist/ua_safety_state.d.ts +6 -6
  22. package/dist/ua_task_control.d.ts +6 -6
  23. package/dist/ua_user.d.ts +6 -6
  24. package/package.json +8 -8
  25. package/source/enum_axis_motion_profile.ts +6 -6
  26. package/source/enum_execution_mode.ts +6 -6
  27. package/source/enum_motion_device_category.ts +6 -6
  28. package/source/enum_operational_mode.ts +6 -6
  29. package/source/ua_auxiliary_component.ts +6 -6
  30. package/source/ua_axis.ts +6 -6
  31. package/source/ua_controller.ts +6 -6
  32. package/source/ua_drive.ts +6 -6
  33. package/source/ua_emergency_stop_function.ts +6 -6
  34. package/source/ua_gear.ts +6 -6
  35. package/source/ua_load.ts +6 -6
  36. package/source/ua_motion_device.ts +6 -6
  37. package/source/ua_motion_device_system.ts +6 -6
  38. package/source/ua_motor.ts +6 -6
  39. package/source/ua_power_train.ts +6 -6
  40. package/source/ua_protective_stop_function.ts +6 -6
  41. package/source/ua_safety_state.ts +6 -6
  42. package/source/ua_task_control.ts +6 -6
  43. package/source/ua_user.ts +6 -6
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
- * | nodeClass |DataType |
6
- * | name |7:AxisMotionProfileEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
+ * | nodeClass |DataType |
6
+ * | name |7:AxisMotionProfileEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumAxisMotionProfile {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumAxisMotionProfile = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * | nodeClass |DataType |
10
- * | name |7:AxisMotionProfileEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * | nodeClass |DataType |
10
+ * | name |7:AxisMotionProfileEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumAxisMotionProfile;
14
14
  (function (EnumAxisMotionProfile) {
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
- * | nodeClass |DataType |
6
- * | name |7:ExecutionModeEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
+ * | nodeClass |DataType |
6
+ * | name |7:ExecutionModeEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumExecutionMode {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumExecutionMode = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * | nodeClass |DataType |
10
- * | name |7:ExecutionModeEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * | nodeClass |DataType |
10
+ * | name |7:ExecutionModeEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumExecutionMode;
14
14
  (function (EnumExecutionMode) {
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
- * | nodeClass |DataType |
6
- * | name |7:MotionDeviceCategoryEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
+ * | nodeClass |DataType |
6
+ * | name |7:MotionDeviceCategoryEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumMotionDeviceCategory {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumMotionDeviceCategory = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * | nodeClass |DataType |
10
- * | name |7:MotionDeviceCategoryEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * | nodeClass |DataType |
10
+ * | name |7:MotionDeviceCategoryEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumMotionDeviceCategory;
14
14
  (function (EnumMotionDeviceCategory) {
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
- * | nodeClass |DataType |
6
- * | name |7:OperationalModeEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
5
+ * | nodeClass |DataType |
6
+ * | name |7:OperationalModeEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumOperationalMode {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumOperationalMode = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * | nodeClass |DataType |
10
- * | name |7:OperationalModeEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * | nodeClass |DataType |
10
+ * | name |7:OperationalModeEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumOperationalMode;
14
14
  (function (EnumOperationalMode) {
@@ -6,12 +6,12 @@ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
6
6
  * Components mounted in a controller cabinet or a
7
7
  * motion device e.g. an IO-board or a power supply.
8
8
  *
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |7:AuxiliaryComponentType ns=7;i=17725 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |AuxiliaryComponentType i=17725 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UAAuxiliaryComponent_Base extends UADevice_Base {
17
17
  /**
package/dist/ua_axis.d.ts CHANGED
@@ -29,12 +29,12 @@ export interface UAAxis_parameterSet extends UAObject {
29
29
  /**
30
30
  * The AxisType describes an axis of a motion device.
31
31
  *
32
- * | | |
33
- * |----------------|--------------------------------------------------|
34
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
- * |nodeClass |ObjectType |
36
- * |typedDefinition |7:AxisType ns=7;i=16601 |
37
- * |isAbstract |false |
32
+ * | | |
33
+ * |----------------|------------------------------------------------------------|
34
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
+ * |nodeClass |ObjectType |
36
+ * |typedDefinition |AxisType i=16601 |
37
+ * |isAbstract |false |
38
38
  */
39
39
  export interface UAAxis_Base extends UAComponent_Base {
40
40
  /**
@@ -63,12 +63,12 @@ export interface UAController_parameterSet extends UAObject {
63
63
  * motion devices. One motion device system can have
64
64
  * one or more instances of the ControllerType.
65
65
  *
66
- * | | |
67
- * |----------------|--------------------------------------------------|
68
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
69
- * |nodeClass |ObjectType |
70
- * |typedDefinition |7:ControllerType ns=7;i=1003 |
71
- * |isAbstract |false |
66
+ * | | |
67
+ * |----------------|------------------------------------------------------------|
68
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
69
+ * |nodeClass |ObjectType |
70
+ * |typedDefinition |ControllerType i=1003 |
71
+ * |isAbstract |false |
72
72
  */
73
73
  export interface UAController_Base extends UAComponent_Base {
74
74
  /**
@@ -7,12 +7,12 @@ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
7
7
  * mounted in a controller cabinet or a motion
8
8
  * device.
9
9
  *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |7:DriveType ns=7;i=17793 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |DriveType i=17793 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UADrive_Base extends UADevice_Base {
18
18
  /**
@@ -7,12 +7,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
7
7
  * stop the robot shall have one or more emergency
8
8
  * stop functions.
9
9
  *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |7:EmergencyStopFunctionType ns=7;i=17230 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |EmergencyStopFunctionType i=17230 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAEmergencyStopFunction_Base {
18
18
  /**
package/dist/ua_gear.d.ts CHANGED
@@ -10,12 +10,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
10
10
  * The GearType describes a gear in a powertrain,
11
11
  * e.g. a gear box or a spindle.
12
12
  *
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |7:GearType ns=7;i=1022 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |GearType i=1022 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UAGear_Base extends UAComponent_Base {
21
21
  manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
package/dist/ua_load.d.ts CHANGED
@@ -10,12 +10,12 @@ import { UA3DVector } from "node-opcua-nodeset-ua/source/ua_3_d_vector";
10
10
  * the motion device typically by an integrator or a
11
11
  * customer.
12
12
  *
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |7:LoadType ns=7;i=1018 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |LoadType i=1018 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UALoad_Base {
21
21
  /**
@@ -40,12 +40,12 @@ export interface UAMotionDevice_parameterSet extends UAObject {
40
40
  * positioner. A MotionDevice should have at least
41
41
  * one axis.
42
42
  *
43
- * | | |
44
- * |----------------|--------------------------------------------------|
45
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
46
- * |nodeClass |ObjectType |
47
- * |typedDefinition |7:MotionDeviceType ns=7;i=1004 |
48
- * |isAbstract |false |
43
+ * | | |
44
+ * |----------------|------------------------------------------------------------|
45
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
46
+ * |nodeClass |ObjectType |
47
+ * |typedDefinition |MotionDeviceType i=1004 |
48
+ * |isAbstract |false |
49
49
  */
50
50
  export interface UAMotionDevice_Base extends UAComponent_Base {
51
51
  /**
@@ -4,12 +4,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
4
4
  * Contains the set of controllers and motion
5
5
  * devices in a closely-coupled motion device system.
6
6
  *
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |7:MotionDeviceSystemType ns=7;i=1002 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |MotionDeviceSystemType i=1002 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAMotionDeviceSystem_Base extends UAComponent_Base {
15
15
  /**
@@ -35,12 +35,12 @@ export interface UAMotor_parameterSet extends UAObject {
35
35
  * The MotorType is for representing instances of
36
36
  * electric motors.
37
37
  *
38
- * | | |
39
- * |----------------|--------------------------------------------------|
40
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
41
- * |nodeClass |ObjectType |
42
- * |typedDefinition |7:MotorType ns=7;i=1019 |
43
- * |isAbstract |false |
38
+ * | | |
39
+ * |----------------|------------------------------------------------------------|
40
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
41
+ * |nodeClass |ObjectType |
42
+ * |typedDefinition |MotorType i=1019 |
43
+ * |isAbstract |false |
44
44
  */
45
45
  export interface UAMotor_Base extends UAComponent_Base {
46
46
  /**
@@ -3,12 +3,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
3
3
  * The PowerTrainType represents instances of
4
4
  * powertrains of a motion device.
5
5
  *
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |7:PowerTrainType ns=7;i=16794 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |PowerTrainType i=16794 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export type UAPowerTrain_Base = UAComponent_Base;
14
14
  export interface UAPowerTrain extends UAComponent, UAPowerTrain_Base {
@@ -8,12 +8,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
8
8
  * designed for the connection of external
9
9
  * protective devices.
10
10
  *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |7:ProtectiveStopFunctionType ns=7;i=17233 |
16
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |ProtectiveStopFunctionType i=17233 |
16
+ * |isAbstract |false |
17
17
  */
18
18
  export interface UAProtectiveStopFunction_Base {
19
19
  /**
@@ -42,12 +42,12 @@ export interface UASafetyState_parameterSet extends UAObject {
42
42
  * device system is associated with one or more
43
43
  * instances of the SafetyStateType.
44
44
  *
45
- * | | |
46
- * |----------------|--------------------------------------------------|
47
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
48
- * |nodeClass |ObjectType |
49
- * |typedDefinition |7:SafetyStateType ns=7;i=1013 |
50
- * |isAbstract |false |
45
+ * | | |
46
+ * |----------------|------------------------------------------------------------|
47
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
48
+ * |nodeClass |ObjectType |
49
+ * |typedDefinition |SafetyStateType i=1013 |
50
+ * |isAbstract |false |
51
51
  */
52
52
  export interface UASafetyState_Base extends UAComponent_Base {
53
53
  /**
@@ -29,12 +29,12 @@ export interface UATaskControl_parameterSet extends UAObject {
29
29
  * Represents a specific task control active on the
30
30
  * controller.
31
31
  *
32
- * | | |
33
- * |----------------|--------------------------------------------------|
34
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
- * |nodeClass |ObjectType |
36
- * |typedDefinition |7:TaskControlType ns=7;i=1011 |
37
- * |isAbstract |false |
32
+ * | | |
33
+ * |----------------|------------------------------------------------------------|
34
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
35
+ * |nodeClass |ObjectType |
36
+ * |typedDefinition |TaskControlType i=1011 |
37
+ * |isAbstract |false |
38
38
  */
39
39
  export interface UATaskControl_Base extends UAComponent_Base {
40
40
  /**
package/dist/ua_user.d.ts CHANGED
@@ -6,12 +6,12 @@ import { UAString } from "node-opcua-basic-types";
6
6
  * the registered user groups within the control
7
7
  * system.
8
8
  *
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |7:UserType ns=7;i=18175 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |UserType i=18175 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UAUser_Base {
17
17
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-robotics",
3
- "version": "2.100.0",
3
+ "version": "2.103.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-robotics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,14 @@
10
10
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.100.0",
13
+ "node-opcua-address-space-base": "2.103.0",
14
14
  "node-opcua-basic-types": "2.99.0",
15
- "node-opcua-data-access": "2.99.0",
16
- "node-opcua-data-model": "2.99.0",
15
+ "node-opcua-data-access": "2.103.0",
16
+ "node-opcua-data-model": "2.102.0",
17
17
  "node-opcua-nodeid": "2.99.0",
18
- "node-opcua-nodeset-di": "2.100.0",
19
- "node-opcua-nodeset-ua": "2.100.0",
20
- "node-opcua-variant": "2.99.0"
18
+ "node-opcua-nodeset-di": "2.103.0",
19
+ "node-opcua-nodeset-ua": "2.103.0",
20
+ "node-opcua-variant": "2.102.0"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -36,5 +36,5 @@
36
36
  "internet of things"
37
37
  ],
38
38
  "homepage": "http://node-opcua.github.io/",
39
- "gitHead": "e143ff72418bb3db8c0a2cb8d4b7e54a90521a73"
39
+ "gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e"
40
40
  }
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
 
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
- * | nodeClass |DataType |
8
- * | name |7:AxisMotionProfileEnumeration |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
+ * | nodeClass |DataType |
8
+ * | name |7:AxisMotionProfileEnumeration |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export enum EnumAxisMotionProfile {
12
12
  /**
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
 
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
- * | nodeClass |DataType |
8
- * | name |7:ExecutionModeEnumeration |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
+ * | nodeClass |DataType |
8
+ * | name |7:ExecutionModeEnumeration |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export enum EnumExecutionMode {
12
12
  /**
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
 
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
- * | nodeClass |DataType |
8
- * | name |7:MotionDeviceCategoryEnumeration |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
+ * | nodeClass |DataType |
8
+ * | name |7:MotionDeviceCategoryEnumeration |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export enum EnumMotionDeviceCategory {
12
12
  /**
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
 
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
- * | nodeClass |DataType |
8
- * | name |7:OperationalModeEnumeration |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/Robotics/ |
7
+ * | nodeClass |DataType |
8
+ * | name |7:OperationalModeEnumeration |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export enum EnumOperationalMode {
12
12
  /**
@@ -10,12 +10,12 @@ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
10
10
  * Components mounted in a controller cabinet or a
11
11
  * motion device e.g. an IO-board or a power supply.
12
12
  *
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |7:AuxiliaryComponentType ns=7;i=17725 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |AuxiliaryComponentType i=17725 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UAAuxiliaryComponent_Base extends UADevice_Base {
21
21
  /**
package/source/ua_axis.ts CHANGED
@@ -30,12 +30,12 @@ export interface UAAxis_parameterSet extends UAObject { // Object
30
30
  /**
31
31
  * The AxisType describes an axis of a motion device.
32
32
  *
33
- * | | |
34
- * |----------------|--------------------------------------------------|
35
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
36
- * |nodeClass |ObjectType |
37
- * |typedDefinition |7:AxisType ns=7;i=16601 |
38
- * |isAbstract |false |
33
+ * | | |
34
+ * |----------------|------------------------------------------------------------|
35
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
36
+ * |nodeClass |ObjectType |
37
+ * |typedDefinition |AxisType i=16601 |
38
+ * |isAbstract |false |
39
39
  */
40
40
  export interface UAAxis_Base extends UAComponent_Base {
41
41
  /**
@@ -64,12 +64,12 @@ export interface UAController_parameterSet extends UAObject { // Object
64
64
  * motion devices. One motion device system can have
65
65
  * one or more instances of the ControllerType.
66
66
  *
67
- * | | |
68
- * |----------------|--------------------------------------------------|
69
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
70
- * |nodeClass |ObjectType |
71
- * |typedDefinition |7:ControllerType ns=7;i=1003 |
72
- * |isAbstract |false |
67
+ * | | |
68
+ * |----------------|------------------------------------------------------------|
69
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
70
+ * |nodeClass |ObjectType |
71
+ * |typedDefinition |ControllerType i=1003 |
72
+ * |isAbstract |false |
73
73
  */
74
74
  export interface UAController_Base extends UAComponent_Base {
75
75
  /**
@@ -8,12 +8,12 @@ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
8
8
  * mounted in a controller cabinet or a motion
9
9
  * device.
10
10
  *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |7:DriveType ns=7;i=17793 |
16
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |DriveType i=17793 |
16
+ * |isAbstract |false |
17
17
  */
18
18
  export interface UADrive_Base extends UADevice_Base {
19
19
  /**
@@ -8,12 +8,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
8
8
  * stop the robot shall have one or more emergency
9
9
  * stop functions.
10
10
  *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
- * |nodeClass |ObjectType |
15
- * |typedDefinition |7:EmergencyStopFunctionType ns=7;i=17230 |
16
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
14
+ * |nodeClass |ObjectType |
15
+ * |typedDefinition |EmergencyStopFunctionType i=17230 |
16
+ * |isAbstract |false |
17
17
  */
18
18
  export interface UAEmergencyStopFunction_Base {
19
19
  /**
package/source/ua_gear.ts CHANGED
@@ -11,12 +11,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
11
11
  * The GearType describes a gear in a powertrain,
12
12
  * e.g. a gear box or a spindle.
13
13
  *
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |7:GearType ns=7;i=1022 |
19
- * |isAbstract |false |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |GearType i=1022 |
19
+ * |isAbstract |false |
20
20
  */
21
21
  export interface UAGear_Base extends UAComponent_Base {
22
22
  manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
package/source/ua_load.ts CHANGED
@@ -11,12 +11,12 @@ import { UA3DVector } from "node-opcua-nodeset-ua/source/ua_3_d_vector"
11
11
  * the motion device typically by an integrator or a
12
12
  * customer.
13
13
  *
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |7:LoadType ns=7;i=1018 |
19
- * |isAbstract |false |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |LoadType i=1018 |
19
+ * |isAbstract |false |
20
20
  */
21
21
  export interface UALoad_Base {
22
22
  /**
@@ -41,12 +41,12 @@ export interface UAMotionDevice_parameterSet extends UAObject { // Object
41
41
  * positioner. A MotionDevice should have at least
42
42
  * one axis.
43
43
  *
44
- * | | |
45
- * |----------------|--------------------------------------------------|
46
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
47
- * |nodeClass |ObjectType |
48
- * |typedDefinition |7:MotionDeviceType ns=7;i=1004 |
49
- * |isAbstract |false |
44
+ * | | |
45
+ * |----------------|------------------------------------------------------------|
46
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
47
+ * |nodeClass |ObjectType |
48
+ * |typedDefinition |MotionDeviceType i=1004 |
49
+ * |isAbstract |false |
50
50
  */
51
51
  export interface UAMotionDevice_Base extends UAComponent_Base {
52
52
  /**
@@ -24,12 +24,12 @@ import { EnumOperationalMode } from "./enum_operational_mode"
24
24
  * Contains the set of controllers and motion
25
25
  * devices in a closely-coupled motion device system.
26
26
  *
27
- * | | |
28
- * |----------------|--------------------------------------------------|
29
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
30
- * |nodeClass |ObjectType |
31
- * |typedDefinition |7:MotionDeviceSystemType ns=7;i=1002 |
32
- * |isAbstract |false |
27
+ * | | |
28
+ * |----------------|------------------------------------------------------------|
29
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
30
+ * |nodeClass |ObjectType |
31
+ * |typedDefinition |MotionDeviceSystemType i=1002 |
32
+ * |isAbstract |false |
33
33
  */
34
34
  export interface UAMotionDeviceSystem_Base extends UAComponent_Base {
35
35
  /**
@@ -36,12 +36,12 @@ export interface UAMotor_parameterSet extends UAObject { // Object
36
36
  * The MotorType is for representing instances of
37
37
  * electric motors.
38
38
  *
39
- * | | |
40
- * |----------------|--------------------------------------------------|
41
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
42
- * |nodeClass |ObjectType |
43
- * |typedDefinition |7:MotorType ns=7;i=1019 |
44
- * |isAbstract |false |
39
+ * | | |
40
+ * |----------------|------------------------------------------------------------|
41
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
42
+ * |nodeClass |ObjectType |
43
+ * |typedDefinition |MotorType i=1019 |
44
+ * |isAbstract |false |
45
45
  */
46
46
  export interface UAMotor_Base extends UAComponent_Base {
47
47
  /**
@@ -4,12 +4,12 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
4
4
  * The PowerTrainType represents instances of
5
5
  * powertrains of a motion device.
6
6
  *
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |7:PowerTrainType ns=7;i=16794 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |PowerTrainType i=16794 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export type UAPowerTrain_Base = UAComponent_Base;
15
15
  export interface UAPowerTrain extends UAComponent, UAPowerTrain_Base {
@@ -9,12 +9,12 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
9
9
  * designed for the connection of external
10
10
  * protective devices.
11
11
  *
12
- * | | |
13
- * |----------------|--------------------------------------------------|
14
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
15
- * |nodeClass |ObjectType |
16
- * |typedDefinition |7:ProtectiveStopFunctionType ns=7;i=17233 |
17
- * |isAbstract |false |
12
+ * | | |
13
+ * |----------------|------------------------------------------------------------|
14
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
15
+ * |nodeClass |ObjectType |
16
+ * |typedDefinition |ProtectiveStopFunctionType i=17233 |
17
+ * |isAbstract |false |
18
18
  */
19
19
  export interface UAProtectiveStopFunction_Base {
20
20
  /**
@@ -43,12 +43,12 @@ export interface UASafetyState_parameterSet extends UAObject { // Object
43
43
  * device system is associated with one or more
44
44
  * instances of the SafetyStateType.
45
45
  *
46
- * | | |
47
- * |----------------|--------------------------------------------------|
48
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
49
- * |nodeClass |ObjectType |
50
- * |typedDefinition |7:SafetyStateType ns=7;i=1013 |
51
- * |isAbstract |false |
46
+ * | | |
47
+ * |----------------|------------------------------------------------------------|
48
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
49
+ * |nodeClass |ObjectType |
50
+ * |typedDefinition |SafetyStateType i=1013 |
51
+ * |isAbstract |false |
52
52
  */
53
53
  export interface UASafetyState_Base extends UAComponent_Base {
54
54
  /**
@@ -30,12 +30,12 @@ export interface UATaskControl_parameterSet extends UAObject { // Object
30
30
  * Represents a specific task control active on the
31
31
  * controller.
32
32
  *
33
- * | | |
34
- * |----------------|--------------------------------------------------|
35
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
36
- * |nodeClass |ObjectType |
37
- * |typedDefinition |7:TaskControlType ns=7;i=1011 |
38
- * |isAbstract |false |
33
+ * | | |
34
+ * |----------------|------------------------------------------------------------|
35
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
36
+ * |nodeClass |ObjectType |
37
+ * |typedDefinition |TaskControlType i=1011 |
38
+ * |isAbstract |false |
39
39
  */
40
40
  export interface UATaskControl_Base extends UAComponent_Base {
41
41
  /**
package/source/ua_user.ts CHANGED
@@ -7,12 +7,12 @@ import { UAString } from "node-opcua-basic-types"
7
7
  * the registered user groups within the control
8
8
  * system.
9
9
  *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |7:UserType ns=7;i=18175 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |UserType i=18175 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UAUser_Base {
18
18
  /**