MC_Arrive
To let the task stand-by until the motion complete rate specified by the currently-active motion instruction is reached.
Graphic expression |
FB No. |
FB category |
|
FB2016 |
Motion |
Input parameter
Parameter name |
Data type |
Valid range |
Default |
Omission (*) |
AxesGroup |
Integer |
1 or larger |
1 |
No |
- Robot number
- Specify an element number for the variable "Robots[n]" (variable in the data block "DB_DENSO_ROBOTS (DB2990)") mapped to the controlled robot (robot controller).
If a specified value exceeds the valid range, the CPU (PLC) stops.
The maximum valid range value is the maximum element number of the variable "Robots[n]". The default maximum element number is 10 but can be increased or decreased by the user.
|
Execute |
Boolean |
|
False |
No |
- Execution start
- When the parameter is changed from False to True, this FB is executed.
|
MotionRatio |
Real |
0 < motion rate ≤ 100 |
0 |
Yes |
- Motion rate
- Specify the motion rate and the percentage of the motion distance within the range of 0 < motion rate ≤ 100. The unit is "%."
|
(*) : For some parameters, entries can be omitted.
- Yes : Entry can be omitted.
- No : Entry required always.
Output parameter
Parameter name |
Data type / Description |
Done |
Boolean |
- Execution completion confirmation
- True : This FB execution is completed.
False : This FB execution is not completed.
|
Busy |
Boolean |
- Processing status of this FB
- True : Being executed.
False : Not being executed.
|
CommandAborted |
Boolean |
- Robot control aborted
- This parameter indicates whether or not this FB was aborted while the robot was being controlled.
- True : Aborted.
False : Not aborted.
|
Error |
Boolean |
- Error presence
- True : This FB ended abnormally.
False : This FB ended successfully.
|
ErrorID |
Word |
- Error location
- 2800 (hexadecimal) : The error occurred in the PLC program.
2801 (hexadecimal) : The error occurred in the robot controller.
|
ErrorIDEx |
DWord |
- Error Code
- This is a number to identify the error description.
For details, refer to "Error code list".
|
Function description
When an Arrive instruction is executed during execution of motion instruction of own task, the program is suspended until the current position (encoder value) achieves the designated motion ratio.
Attention
To execute this FB, FB with the FB category "Motion" needs to be made executable.
To make FB with the FB category "Motion" executable, use the FB "MC_Power".