0% found this document useful (0 votes)
26 views1 page

268_2a Operator's Manual

Uploaded by

Jgh Jy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

268_2a Operator's Manual

Uploaded by

Jgh Jy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

13.

FUNCTIONS TO SIMPLIFY
PROGRAMMING PROGRAMMING B–63534EN/02

13.6 Every time an external signal is input, cutting is performed by a fixed


amount according to the programmed profile in the specified Y–Z plane.
IN–FEED GRINDING
ALONG THE Y AND Z
AXES AT THE END
OF TABLE SWING
(FOR GRINDING
MACHINE)
Format
G161 R_ ;
profile program

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

You might also like