To see the general representation in IL or ST language, refer to the chapter Function and Function Block Representation.
This table describes the input variables:
Input |
Type |
Initial Value |
Description |
---|---|---|---|
|
AXIS_REF_PTO |
- |
Name of the axis (instance) for which the function block is to be executed. In the devices tree, the name is declared in the controller configuration. |
|
BOOL |
FALSE |
When TRUE, the function block is executed. The values of the other function block inputs can be modified continuously, and the function block outputs are updated continuously. When FALSE, terminates the function block execution and resets its outputs. |
|
INT |
0 |
ID of the requested parameter (PTO_PARAMETER) |
This table describes the output variables:
Output |
Type |
Initial Value |
Description |
---|---|---|---|
|
BOOL |
FALSE |
Valid data is available at the function block output pin. |
|
BOOL |
FALSE |
If TRUE, indicates that an error was detected. Function block execution is finished. |
|
PTO_ERROR |
|
When |
|
BOOL |
FALSE |
Value of the requested parameter. |