Type: |
Data structure |
Available as of: |
V1.0.2.0 |
Inherits from: |
- |
In this structure the parameters and the return values from the operation mode Homing of the function block FB_CrankModule 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 axis is referenced to this position. Hereby the i_etMode parameter of this structure must be allocated with RestorePosFromAxisEncoder or with RestorePosFromRetain. FALSE: = No absolute value encoder homing takes place. |
i_xResetHomeOk |
BOOL |
TRUE: The q_xHomeOk marker of the AxisModule is reset. |
i_etMode |
The mode with which the homing shall be performed. |
|
stTouchProbe |
Parameter for the homing with Touch Probe. |
|
stSensor |
Parameter for the homing to the sensor. |
|
stLimitSwitch |
Parameter for the homing to the limit switch. |
|
stTorque |
Parameter for the homing to the limit stop. |
|
stMoveOnPos |
Parameter for the homing with motion to the position. |
|
stSetPos |
Parameter for the homing with setting the position. |
|
stWritePos |
Parameter for writing the axis encoder. |