Siemens SINUMERIK 840D sl Function Manual page 631

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

Advertisement

Program structure
CC_RESU_INI.SPF has the following content by default:
PROC CC_RESU_INI
M17
Note
CC_RESU_INI.SPF may be changed.
CC_RESU_INI.SPF must not contain any RESU part program commands. CC_PREPRE(x).
By changing the content of the RESU-specific subroutine "CC_RESU_INI.SPF", the user
(machine manufacturer) takes over the responsibility for the correct sequence of the
technological function.
Special Functions
Function Manual, 09/2011, 6FC5397-2BP40-2BA0
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
TE7: Continue machining - retrace support
15.5 RESU-specific part programs
631

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents