
A-78395E
Edit
Apprv
ApprvApprv
Apprv.
..
.Desig
DesigDesig
Desig.
..
.
Sheet
Title
Draw
No.
29/75
Date
DateDate
Date
Design
DesignDesign
Design
Descri
tion
Descri
tionDescri
tion
Descri
tion
Date
DateDate
Date
FANUC Series 16
i
/18
i
-TA/TB
Specifications of High-Precision Contour
Control forComplex Lathe
2001.02.14 A.Fukumoto
02 2001.10.04
Description of Cs axis and rotary axis are added.
2.14.3 Programmable mirror image
•
••
•
Outline
By a programmed command, the mirror image function can be used for each axis.
If the programmable mirror image function is specified when the command for producing a
mirror image is also selected by a CNC external switch or CNC setting, the programmable
mirror image function is executed first.
This function can use only in the HPCC mode.
This function is an option.
•
••
•
Format
G05 P10000 ; : Starting of HPCC mode
G51.1 X_ Y_ Z_ ; : Starting of programmable mirror image mode
:
:
G50.1 X_ Y_ Z_ ; : Ending of programmable mirror image mode
G05 P0 ; : Starting of HPCC mode
The mirror image is effective as the mirror was put on the position of the instructed each axis
by X, Y, and Z instructed with G51.1.
The mirror image of the instructed each axis is canceled by X, Y, and Z instructed with
G50.1.
In this case, the instruction value does not care about any value.
•
••
•
Notes concerning programmable mirror image
Operation of program
When a mirror image is produced on the other side of one axis on a specified plane, other
commands are processed as follows:
(1) Circular command: The direction of rotation is reversed.
(2) Cutter compensation: The direction of offset is reversed.
(3) Coordinate system rotation: The direction of rotation is reversed.
Movig direction
Relation between move command and machine travel/coordinate value is as follows in the
programmable mirror image.
Move command Machine travel Machine
coordinate
Relative
coordinate
Absolute
coordinate
+----
-++++
Instruction form
The first move command coming after G50.1 or G51.1 must be specified with absolute
values.
Coordinate system rotation and scaling
G50.1 and G51.1 must be specified in the G68 or G51 mode.
(Example of an incorrect program (1))
G68 … ;
G51.1…;
……
G50.1 …;
G69 ;