ID : 2990
MC_Power
To make FB with the FB category "Motion" executable and turn on the robot motor.
Graphic expression | FB No. | FB category |
---|---|---|
FB2300 | Unique |
Input parameter
Parameter name | Data type | Valid range | Default | Omission (*) |
---|---|---|---|---|
AxesGroup | Integer | 1 or larger | 1 | No |
|
||||
Enable | Boolean |
|
False | No |
|
(*) : For some parameters, entries can be omitted.
- Yes : Entry can be omitted.
- No : Entry required always.
Output parameter
Parameter name | Data type / Description |
---|---|
Status | Boolean |
|
|
Busy | Boolean |
|
|
Error | Boolean |
|
|
ErrorID | Word |
|
|
ErrorIDEx | DWord |
|
Function description
FB with the FB category "Motion" needs to be made executable by this FB before execution.
While FB with the FB category "Motion" is being executed, the input parameter "Enable" in this FB needs to be set to True.
Attention
When an error occurs in the robot controller, FB with the FB category "Motion" may be made non-executable (The output parameter "Status" in this FB becomes False).
Then, if the FB with the FB category "Motion" needs to be executed, use the following procedure to make the FB with the FB category "Motion" executable beforehand.
- Reset the error.
- Set the input parameter "Enable" in this FB to False.
- Set the input parameter "Enable" in this FB to True.
ID : 2990