Position Limit and Modulo Parameter: RolloverLimit
(Original Document)
Description
This parameter is used to define the positive and negative limits of the modulo of an axis.
The axis does not require the axis modulo to be enabled to use this function. This function does not activate the rollover. (Use the EnableRollover function). Rollover limits can be changed while an axis is enabled, but not while it is moving. The negative modulo limit must always be less than the positive modulo limit.
Associated Functions
The associated functions of this parameter are:
These functions use, according to the language objects, the WRITE_CMD, READ_PARAM or WRITE_PARAM instructions.
Language objects
The table below presents the different language objects linked to the RolloverLimit parameter.
Object
Name
Function code
Instruction type
Description
%MFr.m.c.45
ROLLOVER_MAX
-
READ_PARAM
Read command
WRITE_PARAM
Write command
%MFr.m.c.47
ROLLOVER_MIN
-
READ_PARAM
Read command
WRITE_PARAM
Write command
%MWr.m.c.26
ACTION_CMD
1539
WRITE_CMD
Read command
2539
Write command
%MFr.m.c.22
RETURN_CMD_2
-
-
Result of the read.
%MDr.m.c.27
PARAM_CMD_1
-
-
Value to write:
1 : positive limit
-1 : negative limit
%MFr.m.c.31
PARAM_CMD_3
-
-
Value to write: modulo
%MWr.m.c.19
ERROR_CMD
-
-