Programming manual.
CNC 8070
ANGULAR TRANSFORMATION OF AN INCLINE AXIS.
17.
Turning angular transformation on and off
·307·
(REF: 1709)
17.1 Turning angular transformation on and off
Turn angular transformation on.
When the transformation is on, the movements are programmed in the Cartesian system
and to make the movements, the CNC transforms them into movements on the real axes.
The coordinates displayed on the screen will be those of the Cartesian system.
The angular transformation is turned on with the instruction #ANGAX. This instruction may
be used to activate the transformation in one or several axes.
#ANGAX ON [1,...,n]
At least one transformation must be programmed in the activating instruction, otherwise the
relevant error message will be issued. The number of the angular transformation is
determined by the order in which they have been defined in the machine parameter table.
Angular transformations may be activated either all of them at the same time or one by one.
Activating one transformation does not cancel the previous ones.
This instruction turns a "frozen" (suspended) transformation on again. See "17.2 Freezing
(suspending) the angular transformation." on page 308.
Turn angular transformation off.
If the transformation is off, the movements are programmed and executed in the system of
the real axes. The coordinates displayed on the screen will be those of the real axes.
The angular transformation is turned on with the instruction #ANGAX. The programming
format is: Optional parameters are indicated between angle brackets.
#ANGAX OFF <[1,...,n]>
If no transformation has been defined, all the transformations of the channel are turned off.
The angular transformation of an incline axis is kept active after a RESET or an M30. Turning
the CNC off turns the active angular transformation off.
1,...,n
Angular transformation to be activated.
#ANGAX ON [1]
#ANGAX ON [5.7]
1,...,n
Optional. Angular transformation to be activated.
#ANGAX OFF
#ANGAX OFF [1]
#ANGAX OFF [5.7]