60
Southwestern Industries, Inc.
TRAK
EMX Knee Mill, Bed Mill & ProtoTRAK
EMX CNC Retrofit Safety, Programming, Operating & Care Manual
12.5 CAM / G-Code files
The ProtoTRAK EMX allows you to open CAM / G-Code files and convert them into the
Prototrak EMX programming format. First you must transfer the programs into the
Prototrak’s internal memory as described in section 12.4. The filename must be numeric,
no more than 8 digits long, and have a .CAM file extension. The supported G-Code
format is identical to that of any of our past 2 axis controls that had the CAM option.
12.5.1 G Codes Recognized by the ProtoTRAK EMX
G00
positioning (rapid)
G01
linear interpolation (feed)
G02
circular interpolation CW
G03
circular interpolation CCW
G20
input in inch
G21
input in mm
G40
cutter compensation cancel (for SWI it means center)
G41
cutter compensation left
G42
cutter compensation right
G80
cancel canned cycle
G81
drill canned cycle
G82 drill cycle counter bore
G83 drill cycle peck drill
G85 drill cycle bore
G90 absolute
G91 incremental
G98 drill cycle return to init point
G99 drill cycle return to r plane
12.5.2 M Codes Supported by the ProtoTRAK EMX
M00
program stop with prompt (press go to procd.)
M01
optional stop
M02
end of program (no rewind)
M06
tool change
M30
end program (rewind stop)
12.5.3 Valid Characters for Word/Address Sequences
G
Prepare to execute a G COMMAND
M
Prepare to execute a M COMMAND
N
Introduces a block number
T
Specifies the tool number to use
F
Specifies a feedrate
X
Specifies the X dimension
Y
Specifies the Y dimension
Z
Specifies the Z dimension
I
Specifies the incremental X dimension
J
Specifies the incremental Y dimension