Special functions

The syntax for special functions is:

#<string> <spezific additional syntax>

#<string> So-called string command. Note that between # and <string> no blank characters are permissible.

<spezific additional syntax>Subsequent command specific syntax elements, which are programmed directly or within assigned brackets.

Notice

With exception of the commands #ACHSE, #PSET and #PRESET all other special functions must be programmed single in a NC block.

CAUTION

Special functions 1:

If not described explicitly, in the specific additional syntax commas"," and equals signs "=" are optional. They only help for readability of the NC part program.Example:#STRING [VALUE_A 10 VALUE_B 20]ßà#STRING [VALUE_A=10, VALUE_B=20]