ST_HomeSetPos - General Information
Type: |
Data structure |
Available as of: |
V1.0.2.0 |
Inherits from: |
- |
Versions: |
Current version |
In this structure the parameters for the homing of the FB_AxisModule are summarized at which the position is set.
Variable |
Data type |
Description |
---|---|---|
i_lrHomePosition |
LREAL |
The position to which the axis is to be set. See PDL.ST_HomeSetPos |
i_lrEncoderPosition |
LREAL |
The position to which the logical encoder is to be set. See PDL.ST_HomeSetPos |
i_lrUserPeriod |
LREAL |
The period in which the position is to be set. See PDL.ST_HomeSetPos |
i_lrAbsEncOffset |
LREAL |
Offset of the encoder jump. See PDL.ST_HomeSetPos |
i_lrRestoreWindow |
LREAL |
Maximum permissible motion of the axis in switched-off state. See PDL.ST_HomeSetPos |
iq_pstRestorePosRetain |
POINTER TO PDL.ST_AxisRestorePosition |
Pointer onto the variable to which the axis position was saved. See PDL.ST_HomeSetPos |