|
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 operating 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 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 |