Positive Limit

Modbus Motion Interface

Read_Double(<AxisPage>_+_PositiveLimit_d,<Value>);

Description

Writing to the Positive Limit register establishes the most positive legal value for a move destination. If a move is requested that would produce a motor position more positive than the positive limit, a Position Limit Escape Code is produced and no motion is performed. Note that position limits are not used when performing a jog. Jogs are by nature indefinite moves. Software limits are always active but can be effectively disabled by being set with large values.

Reading the Positive Limit register returns the last setting.

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

Reading or writing the Positive Limit register does not produce any escapes.

Examples

Limit=Read_Double(Axis1_+_PositiveLimit_d);

Related Topics

Negative Limit
Begin Move By
Begin Move To
Set Positive Limit
Set Negative Limit
Position Limit EscapeCode