Detailed description
2.4 Frames
Basic logic functions: Axes, coordinate systems, frames (K2)
88 Function Manual, 11/2006, 6FC5397-0BP10-2BA0
Example:
Machine data for TRANSMIT
; FRAME configurations
$MC_MM_SYSTEM_FRAME_MASK = 'H41' ; TRAFRAME, SETFRAME
$MC_CHSFRAME_RESET_MASK = 'H41' ; Frames are active after Reset.
$MC_CHSFRAME_POWERON_MASK = 'H41' ; Frames are deleted on POWER ON.
$MN_FRAME_GEOAX_CHANGE_MODE = 1 ; Frames are calculated after
switchover of the geo axis.
$MC_RESET_MODE_MASK = 'H4041' ; Basic frame is not deselected after
RESET.
;$MC_RESET_MODE_MASK = 'H41' ; Basic frame is deselected after
RESET.
;$MC_GCODE_RESET_VALUES[7] = 2 ; G54 is the default setting.
$MC_GCODE_RESET_VALUES[7] = 1 ; G500 is the default setting.
$MN_MM_NUM_GLOBAL_USER_FRAMES = 0
$MN_MM_NUM_GLOBAL_BASE_FRAMES = 3
$MC_MM_NUM_USER_FRAMES = 10 ; from 5 to 100
$MC_MM_NUM_BASE_FRAMES = 3 ; from 0 to 8
$MN_NCBFRAME_RESET_MASK = 'HFF'
$MC_CHBFRAME_RESET_MASK = 'HFF'
$MN_MIRROR_REF_AX = 0 ; No scaling when mirroring
$MN_MIRROR_TOGGLE = 0
$MN_MM_FRAME_FINE_TRANS = 1 ; Fine offset
$MC_FRAME_ADD_COMPONENTS = TRUE ; G58, G59 is possible