Programming manual
CNC 8070
STATEMENTS AND INSTRUCTIONS
Programming statements
15.
(SOFT V02.0X)
443
15.1.13 "C" axis: Machining of the face of the part
Machining on the face is activated and deactivated with the
instructions #FACE and #FACE OFF. For this type of machining either
a rotary axis or a spindle may be used as "C" axis.
• When using an axis, it is activated as "C" axis after defining the
plane with the #FACE instruction.
• When using a spindle, it must be activated as "C" axis in advance
using the #CAX instruction.
#FACE It activates machining of the turning side of the part
It activates the machining on the face of the part and it defines the work
plane. The axis to be activated as "C" axis will be determined by the
work plane defined.
The programming format is:
#FACE [<abs>,<ord>,<long>]
The "C" axis will be programmed as if it were a linear axis (in
millimeters or inches) and the CNC will calculate the corresponding
angular movement depending on the selected radius.
To activate an axis or spindle as "C" axis, it must have been defined
as such by the machine manufacturer (CAXIS). Depending on the
machine configuration, it may be necessary to define the relevant
kinematics (TYPE 41/42).
Although the machine may have several axes defined as "C" axis, only
one of them may be active.
i
Parameter Meaning
<abs> Abscissa axis of the work plane.
<ord> Ordinate axis of the work plane.
<long> Optional. Longitudinal axis of the tool.
#FACE [X,C] #FACE [C,X]