Programming and Operating Manual (Milling)
62
6FC5398-4DP10-0BA1, 01/2014
Supplementary conditions
●
The NC block compression is generally executed for linear blocks (G1).
●
Only blocks that comply with a simple syntax are compressed:
N... G1X... Y... Z... F... ;comment
All other blocks are executed unchanged (no compression).
●
Motion blocks with extended addresses such as C=100 or A=AC(100) are also condensed.
●
The position values do not have to be programmed directly, but can also be indirectly specified using parameter
assignments, e.g. X=R1*(R2+R3).
●
If the option "orientation transformation" is available, then NC blocks in which the tool orientation (and where relevant,
also the tool rotation) is programmed using direction vectors can also be compressed.
●
It is interrupted by any other type of NC instruction, e.g., an auxiliary function output.
Examples
Example 1: COMPON
Program code
Comment
N10 COMPON
; Compressor function COMPON on.
N11 G1 X0.37 Y2.9 F600
; G1 before end point and feed.
N12 X16.87 Y–.698
N13 X16.865 Y–.72
N14 X16.91 Y–.799
…
N1037 COMPOF
; Compressor function off.
…
Example 2: COMPCAD
Program code
Comment
G00 X30 Y6 Z40
G1 F10000 G642
; Blending function G642 on.
SOFT
; Jerk limiting SOFT on.
COMPCAD
; Compressor function COMPCAD on.
STOPFIFO
N24050 Z32.499
N24051 X41.365 Z32.500
N24052 X43.115 Z32.497
N24053 X43.365 Z32.477
N24054 X43.556 Z32.449
N24055 X43.818 Z32.387
N24056 X44.076 Z32.300
…
COMPOF
; Compressor function off.
G00 Z50
M30