ID 120698

Contour mode change during active DIST_SOFT polynomial contouring not permitted.

Description

The polynomial contouring mode is not permitted when polynomial contouring function is active. If it is necessary to change the procedure, it is necessary to deselect the contouring mode before (G260) and then switch it on again (G261).

 

Example:

N010 #CONTOUR MODE [DEV PATH_DEV=0.2]

N020 G261

N030 G0 X100 Y100

N040 #CONTOUR MODE [DIST_SOFT] ⇐ Error 120698

N050 G0 X0 Y0

N060 G260

N070 M30

 

Solution:

N010 #CONTOUR MODE [DEV PATH_DEV=0.2]

N020 G261

N030 G0 X100 Y100 G260

N035 N040 #CONTOUR MODE [DIST_SOFT]

N050 G0 X0 Y0 G261

N060 G260

N070 M30

Response

Class

2

Program execution stop.

Solution

Class

6

Correct NC program

Parameter

%1:

 

Current mode of polynomial contouring

%2:

 

New commanded mode for polynomial contouring

%3:

 

Current state of polynomial contouring

%4:

 

Block number of affected NC block

Error type

1, Error message from NC program.