268_2a Operator's Manual
268_2a Operator's Manual
FUNCTIONS TO SIMPLIFY
PROGRAMMING PROGRAMMING B–63534EN/02
G160 ;
Explanations
D G161 R_ Specify the start of an operation mode and profile program. Also specify
the depth of cut in R.
D Profile program Program a workpiece figure in the Y–Z plane using linear interpolation
(G01) and/or circular interpolation (G02 or G03). One or more blocks can
be specified.
D G160 Cancel the operation mode (end of the profile program).
Restrictions
D Profile program Do not specify codes other than G01, G02, and G03 within the profile
program.
Examples
O0001 ;
:
N0 G161 R10.0 ;
N1 G91 G01 Z–70.0 F100 ;
N2 G19 G02 Z–80.0 R67.0 ;
N3 G01 Z–70.0 ;
N4 G160 ;
:
70.0 80.0 70.0
α
N2
N1 N3
R=67.000 Y
In the above program, every time the in–feed cutting start signal is input,
the tool is moved by 10.000 along the machining profile shown above.
α= Travel distance for each in–feed control cutting start signal input
The feedrate is programmed with an F code.
242