ID : 7355
MC_MoveDepartDirect
To move by PTP control from the current position in direction toward the tool's -Z coordinate.
Graphic expression | AOI category |
---|---|
Motion |
Input and Output Variable
Variable name | Data type | Valid range | Conditions for Input and Output |
---|---|---|---|
AxesGroup | eRC_AxesGroup | - | |
|
|||
ExtAxPosition | eRC_Joint | For input | |
|
|||
CoordSystem | eRC_CoordSys |
|
For input |
|
Input Variable
Variable name | Data type | Valid range |
---|---|---|
Execute | Boolean |
|
|
||
DeparthLen | Real | - |
|
||
Velocity | Real | 0.1 to 100.0 |
|
||
Acceleration | Real | 0.0001 to 100.0 |
|
||
Deceleration | Real | 0.0001 to 100.0 |
|
||
BufferMode | Integer | 0, 1, 6, 7, 8, 9 |
|
||
TransitionMode | Integer | 0, 3, 10, 11 |
|
||
TransitionParameter | Integer | 0 to 32767 |
|
Output Variable
Variable name | Data type / Description |
---|---|
Done | Boolean |
|
|
NextActionPermit | Boolean |
|
|
Busy | Boolean |
|
|
Active | Boolean |
|
|
CommandAborted | Boolean |
|
|
Error | Boolean |
|
|
ErrorID | Integer |
|
|
ErrorIDEx | DInt |
|
Function Description
- About PTP control
-
PTP (Point to Point) can be defined as the movement from one point to another point. The path on which the robot moves depends on the robot posture and is not always a straight line.
The figure below shows an example of motion by PTP control.
Attention
To execute this AOI, AOI with the AOI category "Motion" needs to be made executable.
To make AOI with the AOI category "Motion" executable, use the AOI "MC_Power".
ID : 7355