Type: |
Data structure |
Available as of: |
V1.0.2.0 |
Inherits from: |
- |
Versions: |
Current version |
In this structure the parameters and the return values of the operation mode Homing of the FB_AxisModule are summarized.
Variable |
Data type |
Description |
---|---|---|
i_xEnableInitAbsReadPos |
BOOL |
Activate the absolute encoder homing when enabling the module. See absolute encoder homing. TRUE := When initializing the module, the absolute position of the axis encoder is read out and the axes is referenced to this position. Hereby the i_etMode parameter of this structure must be allocated with RestorePosFromAxisEncoder or with RestorePosFromRetain. FALSE := There is no absolute encoder homing. |
i_xResetHomeOk |
BOOL |
TRUE: The q_xHomeOk marker of the AxisModule is reset. |
i_etMode |
The mode with which Homing is to be executed. |
|
stTouchProbe |
Parameters for Homing with Touchprobe. |
|
stSensor |
Parameters for Homing to sensor. |
|
stLimitSwitch |
Parameters for Homing to limit switch. |
|
stTorque |
Parameters for Homing to limit stop. |
|
stMoveOnPos |
Parameters for Homing with motion to position. |
|
stSetPos |
Parameters for Homing with setting the position. |
|
stWritePos |
Parameters for writing of the axis encoder |