Structuring specifications in knitting program

START

Program - Start

END

Program - End

RSn=m ¹

Sets cycle counter n (1-19) on number m (1-9999)

RBEG*n

Cycle - start, times n (n= number, cycle counter or counter)

REND

Cycle - End

REP*n

Repeat n times (n= number, cycle counter or counter)

REPEND

Repeat - End

FBEG:Name;

Function begin, name max. 255 characters, all characters permitted except *

FEND

Function end

GOTO n

Go to line n (n= number or counter)

GOTO FEND

Go to function end

F:Name;

Call up function

F:Name*n;

Call up function n times (n= number, cycle counter or counter)

GOSUB n

Carry out line n (n= number or counter)

GOSUB n-m

Carry out line n up to line m (n, m = number or counter)

GOSUB n*x

Carry out line n, x times (x= number, cycle counter or counter)

GOSUB n-m*x

Carry out line n up to m, x times (x= number, cycle counter or counter)

&n='.....'

Definition of a symbol variable n (0-9).
Specification of Jacquard symbols or a yarn type.
Example of Jacquard symbols: &1='AYT' S:<1->&1-0;
Example of yarn type: &1='A' Y:&1;
Not possible as combination (e.g. &1&2)

SBEG

Start of stroke processing. The knitting specifications are determined using conditions. The instructions for a carriage stroke do not end with at the end of a Sintral line, but when SEND is reached.

SEND

End stroke processing.

¹ Command also possible in Direct commands window