New "EXIT" command - Finalizing a cycle when a certain condition is fulfilled

Example:
You want to create a cycle matching different gauges. The length of the cycle depends on several factors as gauge, knitting mode, stitch length, take-down, and yarn quality. Due to it, its impossible to specify the quantity of repeats directly in the cycle.

New:
The EXIT commands enables to define conditions for finishing the cycle.

The Float and Lock modules for the CMS 502 Bc use the EXIT command. The cycle will be repeated as far as the fabric is handed over. The comb moves to its lowest position after handing over the fabric (#140=0). This is exactly the condition for finishing the cycle.

Die Sintral command is:

IF #140=0 EXIT RBEG

Note:
The line is inserted before the cycle end (REND) in order to have the yarn carriers on the matching side of the machine and to have the matching carriage direction for the following knitting row.
:
IF #140=0 EXIT RBEG
REND

How to use the EXIT command?

You can use the "EXIT" command within a cycle or a repetition.

Cycle

RBEG
:
IF xxx EXIT RBEG
:
REND

Repetitions

REP
:
IF xxx EXIT REP
:
REPEND

Explanation

xxx = condition
The cycle or repetition will be finished (EXIT) if the condition is met. E.g. #140=0 EXIT RBEG