Acu-Rite CNC 3500i Benutzerhandbuch

Seite von 472
398
11 G-Code Edit, Help, & Advanced Features
1
1
.4 A
d
v
a
nced Pr
ogr
a
mming
Select Block Skip
The 3500i control has nine (9) optional block skip 'switches'. The (/) 
code followed by a number 1 through 9 activates the corresponding 
switch. 
In this example, the hole at N15 is skipped. If N11 read: 
N11#1002 = 0
Then N15 would be executed.
#1001 through #1009 are reserved for optional block skip use.
 Example:
N11
#1002 = 1  *Note:  0=OFF,  1=ON
N12
G81  Z- .5  R.1 F12  P.1
N13
X1 Y1
N14
X2
/2N15
X3
N16
X5
N17
G80