ST_HomeLimitSwitch - General Information
Type: |
Data structure |
Available as of: |
V1.0.7.0 |
Inherits from: |
- |
Versions: |
Current version |
Structure for a parameterization of the homing modes for homing to a hardware limit switch.
Variable |
Data type |
Description |
---|---|---|
i_lrHomePosition |
LREAL |
Reference position at the end of the referencing. |
i_lrVel |
LREAL |
Velocity (change of position) in units/s. |
i_lrAcc |
LREAL |
Acceleration (change of velocity) in units/s2. |
i_lrDec |
LREAL |
Deceleration (change of velocity) in units/s2. |
i_lrOffset |
LREAL |
Offset between sensor signal and reference point. An offset is always added to the position that was held when the sensor signal occurred. |
i_lrMaxTravel |
LREAL |
Maximum distance for referencing |
i_lrJerk |
LREAL |
Jerk (change of acceleration/deceleration) in units/s3. |
i_lrLowVel |
LREAL |
Velocity (change of position) in units/s at which the edge of the hardware limit switch is to be detected. |