Initializing the mxA interface
Description
The function block KRC_Initialize initializes the mxA interface on the robot controller. Statements cannot be transferred until the interface has been initialized.
![]() | The function block may only be instanced once per axis group. In the case of multiple instancing, the signals of the most recently called function block are output. |
Inputs
Parameter |
Type |
Description |
---|---|---|
AxisGroupIdx |
INT |
Index of axis group
|
Outputs
Parameter |
Type |
Description |
---|---|---|
Done |
BOOL |
TRUE = initialization successfully completed |
Error |
BOOL |
TRUE = error in function block |
ErrorID |
DINT |
Error number |
KRC_Serial |
DINT |
Serial number of the robot controller |
KRC_Major |
DINT |
Version identifier of the mxA interface (1st digit) |
KRC_Minor |
DINT |
Version identifier of the mxA interface (2nd digit) |
KRC_Revision |
DINT |
Version identifier of the mxA interface (3rd digit) |
KRC_AbsAccur |
DINT |
Version identifier of the positionally accurate robot model
|
PLC_Major |
DINT |
Version identifier of the PLC library (1st digit) |
PLC_Minor |
DINT |
Version identifier of the PLC library (2nd digit) |
PLC_Revision |
DINT |
Version identifier of the PLC library (3rd digit) |