Siemens SINUMERIK 840D sl Programming Manual page 716

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Programming cycles externally
18.1 Technology cycles
Examples
Example 1: CYCLE832 on 3-axis machine without orientation transformation
a) Cycle call with plain text input
Program code
G710
CYCLE832(0.004,_FINISH,1)
...
b) Cycle call without plain text input
Program code
G710
CYCLE832(0.004,1,1)
...
Example 2: CYCLE832 on 5-axis machine with orientation transformation
a) Cycle call and deselection with plain text input
Program code
G710
TRAORI
CYCLE832(0.3,_ORI_ROUGH,0.8)
...
CYCLE832(0,_OFF,1)
b) Cycle call and deselection without plain text input
Program code
G710
TRAORI
CYCLE832(0.3,13,0.8)
...
CYCLE832(0,0,1)
716
Comment
; Dimension system is metric.
; CYCLE832 call with:
Contour tolerance = 0.004 mm, machining type:
Finishing
; Execution of a high-speed machining program
Comment
; See above.
; See above.
; See above.
Comment
; Dimension system is metric.
; Activate orientation transformation.
; CYCLE832 call with:
Contour tolerance = 0.3 mm, machining type:
Roughing with input of an orientation
tolerance; orientation tolerance = 0.8
degrees
; Execution of a high-speed machining program
; Contour tolerance = 0,
machining type: Deselection of CYCLE832,
orientation tolerance = 0 degrees
Comment
; See above.
; See above.
; See above.
; See above.
; See above.
Programming Manual, 03/2013, 6FC5398-2BP40-3BA1
Job Planning

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents