ID : 7342
MC_Power
To make AOI with the AOI category "Motion" executable and turn on the robot motor.
Graphic expression | AOI category |
---|---|
Unique |
Input and Output Variable
Variable name | Data type | Valid range | Conditions for Input and Output |
---|---|---|---|
AxesGroup | eRC_AxesGroup | - | |
|
Input Variable
Variable name | Data type | Valid range |
---|---|---|
Enable | Boolean |
|
|
Output Variable
Variable name | Data type / Description |
---|---|
Status | Boolean |
|
|
Busy | Boolean |
|
|
Error | Boolean |
|
|
ErrorID | Integer |
|
|
ErrorIDEx | DInt |
|
Function Description
AOI with the AOI category "Motion" needs to be made executable by this AOI before execution.
While AOI with the AOI category "Motion" is being executed, the input variable "Enable" in this AOI needs to be set to TRUE.
Attention
When an error occurs in the robot controller, AOI with the AOI category "Motion" may be made non-executable (The output variable "Status" in this AOI becomes FALSE).
Then, if the AOI with the AOI category "Motion" needs to be executed, use the following procedure to make the AOI with the AOI category "Motion" executable beforehand.
- Reset the error.
- Set the input variable "Enable" in this AOI to FALSE.
- Set the input variable "Enable" in this AOI to TRUE.
ID : 7342