# linked words
define format ( MS )
link to EM
end define
word order = ( OP N G1 G2 G3 G4 G5 )
word order = ( + G6 G7 X Y Z B C )
word order = ( + I J K R D S T )
word order = ( + H M1 M2 MS msg EM Q )
word order = ( + Q1 Z2 R2 ID F )
#
word order = ( + TN TL TD TPN TD2 TipR )
#
define keys
blocknumber not used
preparatory function = G1
aux function = M1
x feedrate not used
y feedrate not used
z feedrate not used
circle angle not used
x coordinate = X
y coordinate = Y
z coordinate = Z
key i = I
key j = J
key k = K
feedrate = F
feedrate per revolution = F
spindle = S
tool number = T
cycle dwell not used
dwell = X
tool length not used
tool radius = D
drill peck depth = Q1
drill hole depth = Z2
clearplane = R2
message start = MS
message end = EM
opskip = OP
radius = R
program id = ID
azimuth axis = B
elevation axis = C
3rd rotation axis = null
leader not used
x vector not used
y vector not used
z vector not used
end define
define codes
rapid = G1 0
linear = G1 1
circle cw = G1 2
circle ccw = G1 3
dwell = G6 4
xy plane = G3 17
zy plane = G3 19
xz plane = G3 18
compensation off = G2 40
compensation on left = G2 41
compensation on right = G2 42
imperial data = G4 20
metric data = G4 21
absolute data = G5 90
incremental data = G5 91
from = G3 54
feedrate per minute not used
feedrate per revolution not used
spindle rpm not used
constant surface speed not used
drill = G4 81
break chip = G4 82
deep drill = G4 83
tap = G4 84
bore 1 = G4 85
bore 2 = G4 86
bore 3 = G4 87
bore 4 = G4 88
bore 5 = G4 89
end of drill = G4 80
macro start not used
macro end not used
macro call not used
cycle retract = G6 99
tool length offset not used
spline not used
stop = M1 0
opt stop = M1 1
spindle on cw = M1 3
spindle on cc = M1 4
spindle off = M1 5
spin coolant on cw = M1 13
spin coolant on ccw = M1 14
spin coolant off = M1 5
change tool = M1 6
coolant on mist = M1 7
coolant on = M1 8
coolant on flood = M1 8
coolant off = M1 9
clamp on not used
clamp off not used
end of tape = M1 2
end of prog = M1 30
gear range 1 not used
gear range 2 not used
gear range 3 not used
constant contour speed not used
constant contour speed 2 not used
word drill not used
word break chip not used
word deep not used
word tap not used
word bore 1 not used
word bore 2 not used
word bore 3 not used
word bore 4 not used
word bore 5 not used
end define