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_CrankModule are summarized.
Variable |
Data type |
Description |
---|---|---|
i_xHomingOnRealAxis |
BOOL |
Indicates whether Homing is executed on the rotary side (axis) or on the linear side (slide) of the crank. The operating modes MultiCam, Endless and Positioning can only be executed if the crank module has been homed before. TRUE: Homing is performed on the rotary side (crank axis). FALSE: Homing is performed on the linear side (slide). |
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 homed 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 crank module is reset. |
i_etMode |
The mode with which the homing shall be performed. |
|
stTouchProbe |
Parameter set for Homing with Touchprobe |
|
stSensor |
Parameter set for Homing to sensor |
|
stLimitSwitch |
Parameter set for Homing to limit switch |
|
stTorque |
Parameter set for Homing to limit stop |
|
stMoveOnPos |
Parameter set for Homing with motion to position |
|
stSetPos |
Parameter set for Homing with setting the position |
|
stWritePos |
Parameter set for writing of the axis encoder |