
Ed.
rov.
Page
Name No.
Date Person
Contents
Date
FANUC Series 30i
31i-
Specifying Tilted Working Plane
Based on the Tool Axis Direction
-79976E
Feb.03.’05
10
14
FANUC LTD.
Person
1.2 Multiple G68.3
After the tool axis direction is changed in G68.3 mode, by specifying G68.3, a new
feature coordinate system where the tool axis direction is the +Z-axis direction can be
specified.
- Origin of a feature coordinate system
In the case of specifying G68.3 in G68.3 mode, the origin of a feature coordinate
system must be specified in current feature coordinate system.
- Example of operation
An example of operation on a machine of tool rotation type is given below.
The machine configuration is "AC type reference tool axis Z-axis".
: 2nd rotation axis (slave)
C: 1st rotation axis (master)
Control point
Tool holder offset value
= Parameter No. 19666
Tool length offset = H01
AC type tool axis Z-axis
(Axes are intersecting.)
Tool center point
Sample program 3
O0300 ;
N1 G55 ;
N2 G01 A90.0 F1000 ;
N3 G68.3 X0 Y0 Z0 ;
…
N4 C90.0 ;
N5 G68.3 X100.0 Y0 Z-50.0;
…
N6 C-90.0 ;
N7 G68.3 ;
N8 G69 ;
…