Programming instructions

6-4
Auxiliary Functions (S, M, Q) NC Programming 17VRS
DOK-MTC200-NC**PRO*V17-ANW1-EN-P
6.3 S Word as Auxiliary Function
If a process was defined without a spindle in the process parameters, the
S-word has the meaning of an auxiliary function. This means that the user
has an additional address letter which he can define for auxiliary functions
in the SPS program. The S-function can be entered as an unsigned inte-
ger constant having up to 4 digits. The numerical range for this constant is
0 to 9999.
S<constant>
S1234
There may be an expression instead of the constant.
S=<expression>
S=@123+@124
6.4 Q Function
An auxiliary functions defined by the user in the SPS program can be
called using the address letter Q and an unsigned integer constant having
up to 4 digits. The numerical range for this constant is 0 to 9999.
Q<constant>
Q1234
Q-functions Q9000 to Q9999 are reserved for INDRAMAT-specific func-
tions.
Syntax
Syntax