Specify block number and pass counter

Type 4 : Block number and number of passes

Block search type = 4, block number = 100

Set number of passes to 1 and start program

Program stops at continuation position X = 10 Y = 12. After continuation, the residual part of the square is traversed.

Programming Example

Block search type 4

%t_sv_number.nc
N00 G00 G90 X2 Y2
P1 = 0
N80  G01 G91 X10 F500
N95      Y10
$FOR P1 = 1, 5, 1
N100     X-2
$ENDFOR
N120  Y-10
N130 M30

 

Number of passes = 1

Number of passes = 4

Specify block number and pass counter 1:Block search active

 

Specify block number and pass counter 2:Real axis motion

 

Axis motion at program start position and continuation position is not marked

Specify block number and pass counter 3:

Specify block number and pass counter 4: