Programming manual
486
CNC 8070
15.
STATEMENTS AND INSTRUCTIONS
Programming statements
(SOFT V02.0X)
432
#SET AX Sets the axis configuration
Defines a new axis configuration in the channel. The channel axes not
programmed in the instruction and the nonexistent programmed ones
will be added. The axes are placed in the channel in the positions as
they are programmed in the instruction #SET AX. Optionally, one or
several offsets may be applied to the defined axes.
It is the same as programming a #FREE AX of all the axes and then
a #CALL AX of all the new axes.
The instruction #SET AX may also be used only to order the existing
axes in the channel differently.
The programming format is:
#SET AX [<Xn>,...] <offset> <...>
Offset setting
The offsets that may be applied to the axes are identified with the
following commands. To apply several offsets, program the relevant
commands separated by a blank space.
If when defining a new configuration only the order of the axes in the
channel is swapped, the offsets are ignored.
Parameter Meaning
<Xn> Axes that make up the new configuration. If instead
of defining an axis, a zero is written, an empty space
(without an axis) appears in this position.
<offset> Optional. It sets which offset is applied to the axes.
Several offsets may be applied.
#SET AX [X,Y,Z]
#SET AX [X,Y,V1,0,A]
Command Meaning
ALL Include all the offsets.
LOCOF Include the offset of the reference search.
FIXOF Include the fixture offset.
TOOLOF Include the tool offset.
ORGOF Include zero offset.
MEASOF Include measurement offset.
MANOF Include the offset of the manual operations.
#SET AX [X,Y,Z] ALL
#SET AX [X,Y,V1,0,A] ORGOF TOOLOF