Programming manual
20
CNC 8070
1.
CREATING A PROGRAM
High-level language programming
(SOFT V02.0X)
12
3. High-level commands "#—" and "$—"
The high-level commands comprise the instructions and flow
control instructions.
• Instructions are programmed preceded by the "#" sign and they
can only be programmed one per block. They are used to carry
out various functions.
• Flow control instructions are programmed preceded by the "$"
sign and can only be programmed one per block. They are used
to make loops and program jumps.
Assigning values to parameters and variables can also be
considered as high-level commands.
In the chapter on "15 Statements and instructions" of this
manual describes all the available instructions and instructions.
4. Block comment "(...)"
To associate a comment with the block. When executing the
program, the CNC ignores this information.
The information to be considered as comment must go between
parentheses "(" and ")". It needs not go at the end of the block; it
may go in the middle and there may be more than one comment
in the same block.
When programming in high-level language, a comment may also
be defined using the instructions "#COMMENT BEGIN" and
"#COMMENT END".