Mastercam Post Editor Guide
fmt "X" 2 xabs # Change 2 to 1 (force output) fmt "Y" 2 yabs fmt "Z" 2 zabs Find:
The is the dedicated software environment (integrated within Mastercam or as a standalone utility) used to view, edit, debug, and customize these post-processor files (.pst, .psb, .mcam-post, .mcam-lmd, .mcam-control, .mcam-mm). 2. Understanding Mastercam Post File Types Before using the editor, you must understand the file structure: mastercam post editor
1. Introduction to Mastercam Post Processors A post processor (or "post") is the critical bridge between Mastercam's toolpath data (NCI file) and the specific numerical control (NC) code required by a particular CNC machine tool. Without a correct post, the most perfectly programmed toolpath is useless. fmt "X" 2 xabs # Change 2 to
[Header comments] # Post Name: Generic Fanuc 3X Mill.pst # Product: MILL # Machine type: 3-Axis Vertical # Control: Fanuc [Start of program] Revision log -------------------------------------------------------------------------- [Variable declarations] fmt "N" 4 n fmt "X" 2 xabs fmt "Y" 2 yabs fmt "Z" 2 zabs Introduction to Mastercam Post Processors A post processor
ptlchg$ #Tool change "M06", *t$, e$
Always test thoroughly, keep backups, and when in doubt, contact your Mastercam reseller for post support. End of complete text on Mastercam Post Editor.
[Miscellaneous blocks] pwrtt$ #Write tool table pcan$ #Cancellation of canned cycles