Programming manual
CNC 8070
STATEMENTS AND INSTRUCTIONS
Programming statements
15.
(SOFT V02.0X)
477
#WAIT FOR Wait for an event
This instruction interrupts program execution until the condition is met.
The programming format is:
#WAIT FOR [<condition>]
It is possible to compare numbers, parameters or arithmetic
expressions whose result is a number.
#SELECT PROBE Probe selection
It may be used to select the probe.
The programming format is:
#SELECT PROBE [<probe>]
This instruction is only necessary when having several probes
installed on the machine.
#TANGFEED RMIN Constant tangential feedrate
When applying constant tangential feedrate (G196), with this
instruction it is possible to set a minimum radius so this type of feedrate
is only applied on arcs whose radius is larger than this minimum.
The programming format is:
#TANGFEED RMIN [<radius>]
If it is not programmed or it is set to zero, the CNC applies constant
tangential feedrate on all the arcs.
The chapter on "5 Technological functions" in this manual
describes in further detail how to operate with constant tangential
feedrate.
#ROUNDPAR Corner rounding
With this instruction, it is possible to select and define the type of
corner rounding to be applied. There are 5 types of corner rounding.
This instruction may have up to 6 parameters associated with it and
their meanings depend on the type of corner selected.
The chapter on "7 Geometry assistance" in this manual describes
in further detail the types of corner rounding available and how to
define them.
#WAIT FOR [V.PLC.O[1] == 1]
Value Meaning
1 Probe 1
2 Probe 2