Text Language Definition
procedure TNAxis.SetPositiveLimit(LimitPosition:double);
Description
Set Positive Limit establishes a positive-direction boundary for movement. If the axis is asked to
attempt a move beyond this boundary, a Position Limit Escape Code will occur and the move will not commence. Jogging is not subject to software limits
since jogging is used for ongoing motion.
Software limits are always active but can be effectively disabled by being set with large values.
When designing homing routines it is usually necessary to widen the software limits until the coordinate system is established to afford freedom to search for the home sensor. Once
the origin of the coordinate system is found the limits can be re-established.
Escapes
The Set Positive Limit command does not generate any escapes
Examples
Related Topics
Positive Limit
Negative Limit
Set Positive Limit
Position Limit EscapeCode