Programming manual.
CNC 8070
STATEMENTS AND INSTRUCTIONS
22.
Programming statements
·399·
(REF: 1709)
Accessing the variables of a renamed axis.
After changing the name of an axis, the new name of the axis must be used to access its
variables from the part-program or MDI. The access to the variables from the PLCA or from
an interface does not change; the original name of the axis remains unchanged.
#RENAME AX OFF
Cancel rename.
This instruction cancels the renaming of the indicated axes, regardless of what parameter
RENAMECANCEL indicates; if no axis is defined, it cancels the renaming of all the axes of
the channel.
The programming format is as follows:
#RENAME AX OFF [<Xn>, <Xn>, ...]
Parameter Meaning
<Xn> Renamed axis.
#RENAME AX OFF [X]
(Cancel the renaming of the X axis).
#RENAME AX OFF
(Cancel the renaming of all the axes).