Path-dependent angle compensation at block search (#VECTOR OFFSET)

#VECTOR OFFSET

If path-dependent angle compensation (#VECTOR OFFSET) is active at the restart position of the NC program, the compensation is restored separately at automatic restart (see also #CAXTRACK).

Path-dependent angle compensation at block search (#VECTOR OFFSET) 1:

The following sequence runs at restart:

Programming Example

Block search at N40 at ANC/DRC angle offset

%block-search-vector-offset
N10 #VECTOR OFFSET ON [ DS=20 DE=15 ANC=2 DRC=3
                                    ANCE=0.5  DRCE=0.2 ]
N20 G01 G90 X100 Y0 F200
N30 #VECTOR OFFSET ON [ DS=1 DE=1 ANC=0.5 DRC=0.2]
N40 G03 X110 Y10 J10 F75
N50 #VECTOR OFFSET ON [ DS=15 DE=20 ANC=2 DRC=3
                                    ANCE=0.1  DRCE=0.1 ]
N60 G01 Y115
N70 G01 Y0
N100 #VECTOR OFFSET OFF ALL
M30

The vector offset is only restarted if automatic restart to the contour is selected (see also mc_cmd_bs_auto_return_w).