Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
61
Programming example
N10 G54
; Call first settable work offset
N20 L47
; Machining of workpiece 1, here using L47
N30 G55
; Call second settable work offset
N40 L47
; Machining of workpiece 2, here using L47
N50 G56
; Call third settable work offset
N60 L47
; Machining of workpiece 3, here using L47
N70 G57
; Call fourth settable work offset
N80 L47
; Machining of workpiece 4, here using L47
N90 G500 G0 X
; Deactivate settable work offset
Subroutine call - see Section "Subroutine technique (Page 110)".
8.2.11
NC block compression (COMPON, COMPCURV, COMPCAD)
Functionality
CAD/CAM systems normally produce linear blocks, which meet the configured accuracy specifications. In the case of
complex contours, a large volume of data and short path sections can result. The short path sections restrict the processing
rate.
By using a compressor function, the contour, specified by using linear blocks, is approached using polynomial blocks. This
has the following advantages:
●
Reduction of the number of required part program blocks for describing the workpiece contour
●
Continuous block transitions
●
Higher maximum path velocities
The following compressor functions are available:
●
COMPON
The block transitions are only constant in the velocity, while acceleration of the participating axes can be in jumps at
block transitions.
●
COMPCURV
Block transitions have continuous acceleration. This ensures both smooth velocity and acceleration of all axes at block
transitions.
●
COMPCAD
The compression that uses a lot of computation time and memory space is optimized regarding surface quality and
speed. COMPCAD should only be used if measures to improve the surface cannot be taken by the CAD/CAM program in
advance.
COMPOF terminates the compressor function.
Syntax
COMPON
COMPCURV
COMPCAD
COMPOF
Meaning
COMPON:
Command to activate the compressor function COMPON.
Effective:
Modal
COMPCURV:
Command to activate the compressor function COMPCURV.
Effective:
Modal
COMPCAD:
Command to activate the compressor function COMPCAD.
Effective:
Modal
COMPOF :
Command to deactivate the currently active compressor function.