Post Processors for CAM Software
Our Mach software runs gcode and can be in various file types such as .txt, .nc, and .tap.
Our software does not convert the drawings such as DXF into gcode. A CAM software package is needed for that. For many of our systems, SheetCAM or SigmaNEST Companion is used.
If you are not using our CAM options you will need a post-processor from your CAM software vendor to output into g-code format for Mach. MachMotion does not provide the post processor but this page should help assist you in obtaining the needed post
Many companies already have the needed post so you can contact them directly and see. Some posts are available already at Mach software vendor's site:
http://www.machsupport.com/software/downloads-updates/cam-post-processors/
The following documents can help your CAM vendor determine the fanuc style g-code needed:
https://machmotion.com/documentation/Software/Mach4/Mach4-G-and-M-Code-Reference-Manual.pdf
Lathe: https://machmotion.com/documentation/Software/Mach4/Mach4-G-and-M-Code-Reference-Manual.pdf
Attached to this page are example g-code files that can help them as well. The THC test file is for Plasma.
Outputs 0-5 can be turned on and off with M-codes. See the following table for reference:
|
Custom M-Codes |
Functions |
Default Output |
|
M200 |
Output 0 on |
Y2 |
|
M201 |
Output 0 off |
|
|
M202 |
Output 1 on |
Y3 |
|
M203 |
Output 1 off |
|
|
M204 |
Output 2 on |
Y4 |
|
M205 |
Output 2 off |
|
|
M206 |
Output 3 on |
Y5 |
|
M207 |
Output 3 off |
|
|
M208 |
Output 4 on |
Y6 |
|
M209 |
Output 4 off |
|
|
M210 |
Output 5 on |
Y7 |
|
M211 |
Output 5 off |