MaxRetraceMoves Parameter

Default Value: 0

Minimum Value: 0

Maximum Value: 5000

Units: None

Type: int

IMPORTANT: You must reset the controller for these changes to have an effect. If you set this parameter from an AeroScript program, the controller does not set the active value and this parameter does not have an effect on program execution.

Use the MaxRetraceMoves parameter to set the maximum number of moves and synchronized commands that the controller will retrace through.

The controller stores information about past moves and synchronized commands in a retrace history. The MaxRetraceMoves parameter sets the size of the retrace history. By default, this parameter is zero, which means that the controller does not store any past moves or synchronized commands for retrace. If you give a value greater than zero for this parameter, the controller will store up to that number of moves and synchronized commands in the retrace history. If more moves and synchronized commands are executed than can fit in the retrace history, the oldest item in the retrace history will be discarded to make room for new moves and synchronized commands.

Tip: This parameter requires memory allocation. If the memory allocation does not complete correctly, a memory allocation error occurs. If memory resources are low, you can decrease the value of this parameter to release memory for other Automation1 features.