|
APIs, concepts, guides, and more
|
| void HomeOffsetSet | ( | double | offset | ) |
This function, HomeOffsetSet, defines the position value (in UserUnits) that the axis coordinate system should report at the precise moment this reference event is detected.
The relationship is: Reported Axis Position = -offset when the reference event occurs.
By setting this offset, you establish the relationship between your logical user coordinate system (where zero or other key positions are) and the physical feature used for homing.
50.0 UserUnits in your coordinate system, you would set offset = -50.0.Z signal) as the reference, setting offset = 0.0 would make the position zero precisely when the pulse is detected. Setting offset = 1.0 would make the position -1.0 when the pulse occurs.offset = -100.0 would make the limit position 100.0, placing zero at the midpoint.| offset | The value such that -offset will be the axis position (in UserUnits) assigned when the homing reference event occurs. |
Part of the Homing method group.