node-opcua-nodeset-robotics 2.161.0 → 2.162.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 (75) hide show
  1. package/dist/index.d.ts +10 -0
  2. package/dist/index.js +10 -0
  3. package/dist/index.js.map +1 -1
  4. package/dist/ua_auxiliary_component.d.ts +4 -3
  5. package/dist/ua_axis.d.ts +19 -17
  6. package/dist/ua_controller.d.ts +48 -41
  7. package/dist/ua_drive.d.ts +4 -3
  8. package/dist/ua_emergency_stop_function.d.ts +7 -7
  9. package/dist/ua_executing_substate_machine.d.ts +26 -0
  10. package/dist/ua_executing_substate_machine.js +3 -0
  11. package/dist/ua_executing_substate_machine.js.map +1 -0
  12. package/dist/ua_gear.d.ts +6 -5
  13. package/dist/ua_idle_substate_machine.d.ts +27 -0
  14. package/dist/ua_idle_substate_machine.js +3 -0
  15. package/dist/ua_idle_substate_machine.js.map +1 -0
  16. package/dist/ua_load.d.ts +7 -7
  17. package/dist/ua_motion_device.d.ts +39 -34
  18. package/dist/ua_motion_device_system.d.ts +11 -7
  19. package/dist/ua_motor.d.ts +11 -10
  20. package/dist/ua_multi_acknowledgeable_condition.d.ts +17 -0
  21. package/dist/ua_multi_acknowledgeable_condition.js +3 -0
  22. package/dist/ua_multi_acknowledgeable_condition.js.map +1 -0
  23. package/dist/ua_operation_state_machine.d.ts +74 -0
  24. package/dist/ua_operation_state_machine.js +3 -0
  25. package/dist/ua_operation_state_machine.js.map +1 -0
  26. package/dist/ua_power_train.d.ts +7 -2
  27. package/dist/ua_protective_stop_function.d.ts +11 -11
  28. package/dist/ua_ready_substate_machine.d.ts +28 -0
  29. package/dist/ua_ready_substate_machine.js +3 -0
  30. package/dist/ua_ready_substate_machine.js.map +1 -0
  31. package/dist/ua_safety_state.d.ts +18 -16
  32. package/dist/ua_system_operation.d.ts +20 -0
  33. package/dist/ua_system_operation.js +3 -0
  34. package/dist/ua_system_operation.js.map +1 -0
  35. package/dist/ua_system_operation_state_machine.d.ts +44 -0
  36. package/dist/ua_system_operation_state_machine.js +3 -0
  37. package/dist/ua_system_operation_state_machine.js.map +1 -0
  38. package/dist/ua_task_control.d.ts +17 -13
  39. package/dist/ua_task_control_operation.d.ts +20 -0
  40. package/dist/ua_task_control_operation.js +3 -0
  41. package/dist/ua_task_control_operation.js.map +1 -0
  42. package/dist/ua_task_control_state_machine.d.ts +45 -0
  43. package/dist/ua_task_control_state_machine.js +3 -0
  44. package/dist/ua_task_control_state_machine.js.map +1 -0
  45. package/dist/ua_task_module.d.ts +18 -0
  46. package/dist/ua_task_module.js +3 -0
  47. package/dist/ua_task_module.js.map +1 -0
  48. package/dist/ua_user.d.ts +3 -2
  49. package/package.json +10 -9
  50. package/source/index.ts +10 -0
  51. package/source/ua_auxiliary_component.ts +4 -3
  52. package/source/ua_axis.ts +19 -17
  53. package/source/ua_controller.ts +48 -41
  54. package/source/ua_drive.ts +4 -3
  55. package/source/ua_emergency_stop_function.ts +7 -7
  56. package/source/ua_executing_substate_machine.ts +27 -0
  57. package/source/ua_gear.ts +6 -5
  58. package/source/ua_idle_substate_machine.ts +28 -0
  59. package/source/ua_load.ts +7 -7
  60. package/source/ua_motion_device.ts +39 -34
  61. package/source/ua_motion_device_system.ts +11 -7
  62. package/source/ua_motor.ts +11 -10
  63. package/source/ua_multi_acknowledgeable_condition.ts +18 -0
  64. package/source/ua_operation_state_machine.ts +75 -0
  65. package/source/ua_power_train.ts +9 -2
  66. package/source/ua_protective_stop_function.ts +11 -11
  67. package/source/ua_ready_substate_machine.ts +29 -0
  68. package/source/ua_safety_state.ts +18 -16
  69. package/source/ua_system_operation.ts +21 -0
  70. package/source/ua_system_operation_state_machine.ts +45 -0
  71. package/source/ua_task_control.ts +17 -13
  72. package/source/ua_task_control_operation.ts +21 -0
  73. package/source/ua_task_control_state_machine.ts +46 -0
  74. package/source/ua_task_module.ts +19 -0
  75. package/source/ua_user.ts +3 -2
@@ -0,0 +1,75 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { Int16 } from "node-opcua-basic-types"
6
+ import { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value"
7
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
8
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
9
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
10
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
11
+ import { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable"
12
+ import { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete"
13
+ /**
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |OperationStateMachineType i=1006 |
19
+ * |isAbstract |true |
20
+ */
21
+ export interface UAOperationStateMachine_Base extends UAFiniteStateMachine_Base {
22
+ configuredDefaultStopMode?: UABaseDataVariable<Int16, DataType.Int16>;
23
+ /**
24
+ * executing
25
+ * Entity is in a condition of execution.
26
+ */
27
+ executing: UAState;
28
+ /**
29
+ * executingToIdle
30
+ * Changes from Executing to Idle
31
+ */
32
+ executingToIdle: UATransition;
33
+ /**
34
+ * executingToReady
35
+ * Changes from Executing to Ready
36
+ */
37
+ executingToReady: UATransition;
38
+ /**
39
+ * idle
40
+ * Entity is not in a condition to start execution.
41
+ */
42
+ idle: UAState;
43
+ /**
44
+ * idleToIdle
45
+ * Changes from Idle to Idle.
46
+ */
47
+ idleToIdle: UATransition;
48
+ /**
49
+ * idleToReady
50
+ * Changes from Idle to Ready
51
+ */
52
+ idleToReady: UATransition;
53
+ lastTransition: UATransitionVariable<LocalizedText>;
54
+ lastTransitionReason: UAMultiStateValueDiscrete<Int16, DataType.Int16>;
55
+ possibleStopModes?: UABaseDataVariable<DTEnumValue[], DataType.ExtensionObject>;
56
+ /**
57
+ * ready
58
+ * Entity is in a condition to start execution.
59
+ */
60
+ ready: UAState;
61
+ /**
62
+ * readyToExecuting
63
+ * Changes from Ready to Executing
64
+ */
65
+ readyToExecuting: UATransition;
66
+ /**
67
+ * readyToIdle
68
+ * Changes from Ready to Idle
69
+ */
70
+ readyToIdle: UATransition;
71
+ start?: UAMethod;
72
+ stop?: UAMethod;
73
+ }
74
+ export interface UAOperationStateMachine extends Omit<UAFiniteStateMachine, "lastTransition">, UAOperationStateMachine_Base {
75
+ }
@@ -1,4 +1,7 @@
1
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"
2
5
  import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
3
6
  /**
4
7
  * The PowerTrainType represents instances of
@@ -11,6 +14,10 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_com
11
14
  * |typedDefinition |PowerTrainType i=16794 |
12
15
  * |isAbstract |false |
13
16
  */
14
- export type UAPowerTrain_Base = UAComponent_Base;
15
- export interface UAPowerTrain extends UAComponent, UAPowerTrain_Base {
17
+ export interface UAPowerTrain_Base extends UAComponent_Base {
18
+ // PlaceHolder for $GearIdentifier$
19
+ // PlaceHolder for $MotorIdentifier$
20
+ componentName?: UAProperty<LocalizedText, DataType.LocalizedText>;
21
+ }
22
+ export interface UAPowerTrain extends Omit<UAComponent, "componentName">, UAPowerTrain_Base {
16
23
  }
@@ -18,12 +18,13 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_vari
18
18
  */
19
19
  export interface UAProtectiveStopFunction_Base {
20
20
  /**
21
- * name
22
- * The Name of the ProtectiveStopFunctionType
23
- * provides a manufacturer-specific protective stop
24
- * function identifier within the safety system.
21
+ * active
22
+ * – The Active variable is TRUE if this
23
+ * particular protective stop function is active,
24
+ * i.e. that a stop is initiated, FALSE otherwise.
25
+ * If Enabled is FALSE then Active shall be FALSE.
25
26
  */
26
- name: UAProperty<UAString, DataType.String>;
27
+ active: UABaseDataVariable<boolean, DataType.Boolean>;
27
28
  /**
28
29
  * enabled
29
30
  * – The Enabled variable is TRUE if this
@@ -40,13 +41,12 @@ export interface UAProtectiveStopFunction_Base {
40
41
  */
41
42
  enabled: UABaseDataVariable<boolean, DataType.Boolean>;
42
43
  /**
43
- * active
44
- * – The Active variable is TRUE if this
45
- * particular protective stop function is active,
46
- * i.e. that a stop is initiated, FALSE otherwise.
47
- * If Enabled is FALSE then Active shall be FALSE.
44
+ * name
45
+ * The Name of the ProtectiveStopFunctionType
46
+ * provides a manufacturer-specific protective stop
47
+ * function identifier within the safety system.
48
48
  */
49
- active: UABaseDataVariable<boolean, DataType.Boolean>;
49
+ name: UAProperty<UAString, DataType.String>;
50
50
  }
51
51
  export interface UAProtectiveStopFunction extends UAObject, UAProtectiveStopFunction_Base {
52
52
  }
@@ -0,0 +1,29 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { Int16 } from "node-opcua-basic-types"
6
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
7
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
8
+ import { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable"
9
+ import { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete"
10
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
11
+ /**
12
+ * | | |
13
+ * |----------------|------------------------------------------------------------|
14
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
15
+ * |nodeClass |ObjectType |
16
+ * |typedDefinition |ReadySubstateMachineType i=1012 |
17
+ * |isAbstract |false |
18
+ */
19
+ export interface UAReadySubstateMachine_Base extends UAFiniteStateMachine_Base {
20
+ atProgramStart: UAState;
21
+ lastTransition: UATransitionVariable<LocalizedText>;
22
+ lastTransitionReason: UAMultiStateValueDiscrete<Int16, DataType.Int16>;
23
+ programStartToSuspended: UATransition;
24
+ resetToProgramStart?: UAMethod;
25
+ suspended: UAState;
26
+ suspendedToProgramStart: UATransition;
27
+ }
28
+ export interface UAReadySubstateMachine extends Omit<UAFiniteStateMachine, "lastTransition">, UAReadySubstateMachine_Base {
29
+ }
@@ -1,20 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject } from "node-opcua-address-space-base"
2
+ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
4
5
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
5
6
  import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
6
7
  import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
7
8
  import { EnumOperationalMode } from "./enum_operational_mode"
8
9
  export interface UASafetyState_parameterSet extends UAObject { // Object
9
- /**
10
- * operationalMode
11
- * The OperationalMode variable provides information
12
- * about the current operational mode. Allowed
13
- * values are described in
14
- * OperationalModeEnumeration, see ISO 10218-1:2011
15
- * Ch.5.7 Operational Modes.
16
- */
17
- operationalMode: UABaseDataVariable<EnumOperationalMode, DataType.Int32>;
18
10
  /**
19
11
  * emergencyStop
20
12
  * The EmergencyStop variable is TRUE if one or more
@@ -25,6 +17,15 @@ export interface UASafetyState_parameterSet extends UAObject { // Object
25
17
  * of the listed emergency stop functions are active.
26
18
  */
27
19
  emergencyStop: UABaseDataVariable<boolean, DataType.Boolean>;
20
+ /**
21
+ * operationalMode
22
+ * The OperationalMode variable provides information
23
+ * about the current operational mode. Allowed
24
+ * values are described in
25
+ * OperationalModeEnumeration, see ISO 10218-1:2011
26
+ * Ch.5.7 Operational Modes.
27
+ */
28
+ operationalMode: UABaseDataVariable<EnumOperationalMode, DataType.Int32>;
28
29
  /**
29
30
  * protectiveStop
30
31
  * The ProtectiveStop variable is TRUE if one or
@@ -51,17 +52,18 @@ export interface UASafetyState_parameterSet extends UAObject { // Object
51
52
  * |isAbstract |false |
52
53
  */
53
54
  export interface UASafetyState_Base extends UAComponent_Base {
54
- /**
55
- * parameterSet
56
- * Flat list of Parameters
57
- */
58
- parameterSet: UASafetyState_parameterSet;
55
+ componentName?: UAProperty<LocalizedText, DataType.LocalizedText>;
59
56
  /**
60
57
  * emergencyStopFunctions
61
58
  * EmergencyStopFunctions is a container for one or
62
59
  * more instances of the EmergencyStopFunctionType.
63
60
  */
64
61
  emergencyStopFunctions?: UAFolder;
62
+ /**
63
+ * parameterSet
64
+ * Flat list of Parameters
65
+ */
66
+ parameterSet: UASafetyState_parameterSet;
65
67
  /**
66
68
  * protectiveStopFunctions
67
69
  * ProtectiveStopFunctions is a container for one or
@@ -69,5 +71,5 @@ export interface UASafetyState_Base extends UAComponent_Base {
69
71
  */
70
72
  protectiveStopFunctions?: UAFolder;
71
73
  }
72
- export interface UASafetyState extends Omit<UAComponent, "parameterSet">, UASafetyState_Base {
74
+ export interface UASafetyState extends Omit<UAComponent, "componentName"|"parameterSet">, UASafetyState_Base {
73
75
  }
@@ -0,0 +1,21 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { QualifiedName } from "node-opcua-data-model"
5
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
6
+ import { UASystemOperationStateMachine } from "./ua_system_operation_state_machine"
7
+ /**
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |SystemOperationType i=1028 |
13
+ * |isAbstract |false |
14
+ */
15
+ export interface UASystemOperation_Base {
16
+ conditions?: UAFolder;
17
+ defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
18
+ systemOperationStateMachine: UASystemOperationStateMachine;
19
+ }
20
+ export interface UASystemOperation extends UAObject, UASystemOperation_Base {
21
+ }
@@ -0,0 +1,45 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { Int16 } from "node-opcua-basic-types"
6
+ import { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value"
7
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
8
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
9
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
10
+ import { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable"
11
+ import { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete"
12
+ import { UAOperationStateMachine, UAOperationStateMachine_Base } from "./ua_operation_state_machine"
13
+ import { UAExecutingSubstateMachine } from "./ua_executing_substate_machine"
14
+ import { UAIdleSubstateMachine } from "./ua_idle_substate_machine"
15
+ /**
16
+ * | | |
17
+ * |----------------|------------------------------------------------------------|
18
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
19
+ * |nodeClass |ObjectType |
20
+ * |typedDefinition |SystemOperationStateMachineType i=1021 |
21
+ * |isAbstract |false |
22
+ */
23
+ export interface UASystemOperationStateMachine_Base extends UAOperationStateMachine_Base {
24
+ configuredDefaultStopMode?: UABaseDataVariable<Int16, DataType.Int16>;
25
+ executing: UAState;
26
+ executingSubstateMachine?: UAExecutingSubstateMachine;
27
+ executingToIdle: UATransition;
28
+ executingToReady: UATransition;
29
+ getReady?: UAMethod;
30
+ idle: UAState;
31
+ idleSubstateMachine?: UAIdleSubstateMachine;
32
+ idleToIdle: UATransition;
33
+ idleToReady: UATransition;
34
+ lastTransition: UATransitionVariable<LocalizedText>;
35
+ lastTransitionReason: UAMultiStateValueDiscrete<Int16, DataType.Int16>;
36
+ possibleStopModes?: UABaseDataVariable<DTEnumValue[], DataType.ExtensionObject>;
37
+ ready: UAState;
38
+ readyToExecuting: UATransition;
39
+ readyToIdle: UATransition;
40
+ standDown?: UAMethod;
41
+ start?: UAMethod;
42
+ stop?: UAMethod;
43
+ }
44
+ export interface UASystemOperationStateMachine extends Omit<UAOperationStateMachine, "configuredDefaultStopMode"|"executing"|"executingToIdle"|"executingToReady"|"idle"|"idleToIdle"|"idleToReady"|"lastTransition"|"lastTransitionReason"|"possibleStopModes"|"ready"|"readyToExecuting"|"readyToIdle"|"start"|"stop">, UASystemOperationStateMachine_Base {
45
+ }
@@ -4,14 +4,17 @@ import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UAString } from "node-opcua-basic-types"
6
6
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
7
8
  import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
8
9
  import { EnumExecutionMode } from "./enum_execution_mode"
10
+ import { UATaskControlOperation } from "./ua_task_control_operation"
9
11
  export interface UATaskControl_parameterSet extends UAObject { // Object
10
12
  /**
11
- * taskProgramName
12
- * A customer given identifier for the task program.
13
+ * executionMode
14
+ * Execution mode of the task control (continuous or
15
+ * step-wise).
13
16
  */
14
- taskProgramName: UABaseDataVariable<UAString, DataType.String>;
17
+ executionMode?: UABaseDataVariable<EnumExecutionMode, DataType.Int32>;
15
18
  /**
16
19
  * taskProgramLoaded
17
20
  * The TaskProgramLoaded variable is TRUE if a task
@@ -20,11 +23,10 @@ export interface UATaskControl_parameterSet extends UAObject { // Object
20
23
  */
21
24
  taskProgramLoaded: UABaseDataVariable<boolean, DataType.Boolean>;
22
25
  /**
23
- * executionMode
24
- * Execution mode of the task control (continuous or
25
- * step-wise).
26
+ * taskProgramName
27
+ * A customer given identifier for the task program.
26
28
  */
27
- executionMode?: UABaseDataVariable<EnumExecutionMode, DataType.Int32>;
29
+ taskProgramName: UABaseDataVariable<UAString, DataType.String>;
28
30
  }
29
31
  /**
30
32
  * Represents a specific task control active on the
@@ -38,17 +40,19 @@ export interface UATaskControl_parameterSet extends UAObject { // Object
38
40
  * |isAbstract |false |
39
41
  */
40
42
  export interface UATaskControl_Base extends UAComponent_Base {
41
- /**
42
- * parameterSet
43
- * Flat list of Parameters
44
- */
45
- parameterSet: UATaskControl_parameterSet;
46
43
  /**
47
44
  * componentName
48
45
  * A user writable name provided by the vendor,
49
46
  * integrator or user of the device.
50
47
  */
51
48
  componentName: UAProperty<LocalizedText, DataType.LocalizedText>;
49
+ /**
50
+ * parameterSet
51
+ * Flat list of Parameters
52
+ */
53
+ parameterSet: UATaskControl_parameterSet;
54
+ taskControlOperation?: UATaskControlOperation;
55
+ taskModules?: UAFolder;
52
56
  }
53
- export interface UATaskControl extends Omit<UAComponent, "parameterSet"|"componentName">, UATaskControl_Base {
57
+ export interface UATaskControl extends Omit<UAComponent, "componentName"|"parameterSet">, UATaskControl_Base {
54
58
  }
@@ -0,0 +1,21 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { QualifiedName } from "node-opcua-data-model"
5
+ import { NodeId } from "node-opcua-nodeid"
6
+ import { UATaskControlStateMachine } from "./ua_task_control_state_machine"
7
+ /**
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |TaskControlOperationType i=1008 |
13
+ * |isAbstract |false |
14
+ */
15
+ export interface UATaskControlOperation_Base {
16
+ defaultInstanceBrowseName: UAProperty<QualifiedName, DataType.QualifiedName>;
17
+ motionDevicesUnderControl?: UAProperty<NodeId[], DataType.NodeId>;
18
+ taskControlStateMachine: UATaskControlStateMachine;
19
+ }
20
+ export interface UATaskControlOperation extends UAObject, UATaskControlOperation_Base {
21
+ }
@@ -0,0 +1,46 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAMethod } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { LocalizedText } from "node-opcua-data-model"
5
+ import { Int16 } from "node-opcua-basic-types"
6
+ import { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value"
7
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
8
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
9
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
10
+ import { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable"
11
+ import { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete"
12
+ import { UAOperationStateMachine, UAOperationStateMachine_Base } from "./ua_operation_state_machine"
13
+ import { UAReadySubstateMachine } from "./ua_ready_substate_machine"
14
+ /**
15
+ * | | |
16
+ * |----------------|------------------------------------------------------------|
17
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
18
+ * |nodeClass |ObjectType |
19
+ * |typedDefinition |TaskControlStateMachineType i=1025 |
20
+ * |isAbstract |false |
21
+ */
22
+ export interface UATaskControlStateMachine_Base extends UAOperationStateMachine_Base {
23
+ configuredDefaultStopMode?: UABaseDataVariable<Int16, DataType.Int16>;
24
+ executing: UAState;
25
+ executingToIdle: UATransition;
26
+ executingToReady: UATransition;
27
+ idle: UAState;
28
+ idleToIdle: UATransition;
29
+ idleToReady: UATransition;
30
+ lastTransition: UATransitionVariable<LocalizedText>;
31
+ lastTransitionReason: UAMultiStateValueDiscrete<Int16, DataType.Int16>;
32
+ loadByName?: UAMethod;
33
+ loadByNodeId?: UAMethod;
34
+ possibleStopModes?: UABaseDataVariable<DTEnumValue[], DataType.ExtensionObject>;
35
+ ready: UAState;
36
+ readySubstateMachine?: UAReadySubstateMachine;
37
+ readyToExecuting: UATransition;
38
+ readyToIdle: UATransition;
39
+ start?: UAMethod;
40
+ stop?: UAMethod;
41
+ unloadByName?: UAMethod;
42
+ unloadByNodeId?: UAMethod;
43
+ unloadProgram?: UAMethod;
44
+ }
45
+ export interface UATaskControlStateMachine extends Omit<UAOperationStateMachine, "configuredDefaultStopMode"|"executing"|"executingToIdle"|"executingToReady"|"idle"|"idleToIdle"|"idleToReady"|"lastTransition"|"lastTransitionReason"|"possibleStopModes"|"ready"|"readyToExecuting"|"readyToIdle"|"start"|"stop">, UATaskControlStateMachine_Base {
46
+ }
@@ -0,0 +1,19 @@
1
+ // ----- this file has been automatically generated - do not edit
2
+ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { UAString } from "node-opcua-basic-types"
5
+ /**
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/Robotics/ |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |TaskModuleType i=1016 |
11
+ * |isAbstract |false |
12
+ */
13
+ export interface UATaskModule_Base {
14
+ isReferenced?: UAProperty<boolean, DataType.Boolean>;
15
+ name: UAProperty<UAString, DataType.String>;
16
+ version?: UAProperty<UAString, DataType.String>;
17
+ }
18
+ export interface UATaskModule extends UAObject, UATaskModule_Base {
19
+ }
package/source/ua_user.ts CHANGED
@@ -17,8 +17,9 @@ import { UAString } from "node-opcua-basic-types"
17
17
  export interface UAUser_Base {
18
18
  /**
19
19
  * level
20
- * The weight of the load mounted on one mounting
21
- * point.
20
+ * Provides information about the access rights and
21
+ * determines what can be viewed, updated, or
22
+ * deleted by a user
22
23
  */
23
24
  level: UAProperty<UAString, DataType.String>;
24
25
  /**