Siemens SINUMERIK 840D sl Programming Manual page 332

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

Advertisement

Tool offsets
8.3 Online tool compensation (PUTFTOCF, PUTFTOC, FTOCON, FTOCOF)
Dressing program in channel 2:
%_N_DRESS_MPF
...
N40 FCTDEF (1, –1000, 1000, –$AA_IW[V],
1)
N50 PUTFTOCF (1, $AA_IW[V], 3, 1)
N60 V–0.05 G1 F0.01 G91
...
N... M30
Dressing program, modal:
%_N_DRESS_MPF
FCTDEF(1,-1000,1000,-$AA_IW[V],1)
ID=1 DO FTOC(1,$AA_IW[V],3,1)
WAITM(1,1,2)
G1 V-0.05 F0.01, G91
G1 V-0.05 F0.02
...
CANCEL(1)
...
8-10
;Define function: Straight
;Write online offset continuously:
;Length 3 of the current grinding wheel
;is derived from the movement of the
;V axis and corrected in channel 1.
;Infeed movement for dressing, PUTFTOCF
;is only effective in this block
;Define function:
;Select online tool offset:
;Actual value of the V axis is the input
;value for polynomial 1; the result is
;added length 3 of the active grinding
;wheel in channel 1 as the offset value.
;Synchronization with machining channel
;Infeed movement to dress wheel
;Deselect online offset
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents