Siemens SINUMERIK 840D sl Function Manual page 715

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

Advertisement

M17
Program changes
By changing the content of the RESU-specific subprogram "CC_RESU_INI.SPF", the user
(machine manufacturer) takes over the responsibility for the correct sequence of the
technological function.
Note
CC_RESU_INI.SPF may be changed.
CC_RESU_INI.SPF must not contain any RESU part program commands. CC_PREPRE(x).
Special functions
Function Manual, 01/2015, 6FC5397-2BP40-5BA2
TE7: Continue machining at the contour (retrace support) - 840D sl only
G71 G90 G500 T0 G40 F200
;system frames that are present are deactivated
;actual value and scratching
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H01'
$P_SETFRAME = ctrans()
endif
;external zero point offset
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H02'
$P_EXTFRAME = ctrans()
endif
;tool carrier
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H04'
PAROTOF
endif
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H08'
TOROTOF
endif
;workpiece reference points
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H10'
$P_WPFRAME = ctrans()
endif
;cycles
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H20'
$P_CYCFRAME = ctrans()
endif
;transformations
if $MC_MM_SYSTEM_FRAME_MASK B_AND 'H40'
$P_TRAFRAME = ctrans()
endif
; bit mask for global basic frames
$P_NCBFRMASK = 0
;bit mask for channel-specific basic frames
$P_CHBFRMASK = 0
;programmable frame
$P_PFRAME = ctrans()
CAUTION
19.5 RESU-specific part programs
715

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents