Program code Comment
CYCLE832(0.004,_FINISH,1) ; CYCLE832 call with:
Contour tolerance = 0.004 mm, machining type:
Finishing
... ; Execution of a high-speed machining program
b) Cycle call without plain text input
Program code Comment
G710 ; See above
CYCLE832(0.004,1,1) ; See above
... ; See above
Example 2: CYCLE832 on 5-axis machine with orientation transformation
a) Cycle call and deselection with plain text input
Program code Comment
G710 ; Dimension system is metric.
TRAORI ; Activate orientation transformation.
CYCLE832(0.3,_ORI_ROUGH,0.8) ; CYCLE832 call with:
Contour tolerance = 0.3 mm, machining type:
Roughing with input of an orientation toler-
ance; orientation tolerance = 0.8 degrees
... ; Execution of a high-speed machining program
CYCLE832(0,_OFF,1) ; Contour tolerance = 0,
machining type: Deselection of CYCLE832,
orientation tolerance = 0 degrees
b) Cycle call and deselection without plain text input
Program code Comment
G710 ; See above
TRAORI ; See above
CYCLE832(0.3,13,0.8) ; See above
... ; See above
CYCLE832(0,0,1) ; See above
3.25.1.39 CYCLE840 - tapping with compensating chuck
Syntax
CYCLE840(<RTP>, <RFP>, <SDIS>, <DP>, <DPR>, <DTB>, <SDR>, <SDAC>,
<ENC>, <MPIT>, <PIT>, <_AXN>, <_PITA>, <_TECHNO>, <_PITM>, <_PTAB>,
<_PTABA>, <_GMODE>, <_DMODE>, <_AMODE>)
Work preparation
3.25 Programming cycles externally
NC programming
1110 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0