ST_HomeIn - General Information
Type: |
Data structure |
Available as of: |
V1.0.7.0 |
Inherits from: |
- |
Versions: |
Current version |
Structure for parameterization of the homing modes for homing to a sensor signal.
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_lrJerk |
LREAL |
Jerk (change of acceleration/deceleration) in units/s3. |
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_xRotativeSystem |
BOOL |
TRUE: rotative system. FALSE: linear system. |
i_xSensor |
BOOL |
Input for the sensor signal (digital input of the PacDrive system) |