Programming manual
CNC 8070
STATEMENTS AND INSTRUCTIONS
Programming statements
15.
(SOFT V02.0X)
435
Screen display
At first, the axes appear ordered as they have been defined in the
general machine parameter table (by channels) and then as the
swapping is defined.
#RENAME AX Renames the axes
It changes the name of the axes. For each programmed axis pair, the
first axis takes the name of the second one. If the second axis is
present in the configuration, it takes the name of the first one.
The change of the name of the axes only remains during the execution
of the program. The original names of the axes are restored when
starting the next program.
The programming format is:
#RENAME AX [<Xn1>,<Xn2>][...]
Screen display of the different configurations. Let us suppose a machine
with 5 axes X-Y-Z-A-W.
#FREE AX [Y, A]
X
Y
Z
A
B
00000.0000
00000.0000
00000.0000
00000.0000
00000.0000
X
?
Z
?
B
00000.0000
00000.0000
00000.0000
00000.0000
00000.0000
Parameter Meaning
<Xn1> Axis whose name is to be changed
<Xn2> new axis name.
#RENAME AX [X,X1]
(The X axis is now called X1. If X1 already exists in the channel, it is
called X)
#RENAME AX [X1,Y][Z,V2]