586,290 active members*
4,035 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Post Processors for MC > MasterCam Fadal1 Post editing
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2013
    Posts
    23

    MasterCam Fadal1 Post editing

    I need help editing my Mastercam Fadal1 Post I need to have a % sign at the beginning of my programs.
    Can anyone help with this issue ?
    Right now program comes out as follows:

    Need % to show up here
    N1 o0001 ( 1)
    N2 ( Created 1-10-13 at 6:05 am )
    N3G20
    N4G17G40G49G80G90H0E0Z0

    Any help is greatly appreciated.
    Attached Files Attached Files

  2. #2
    Join Date
    May 2004
    Posts
    4519
    Upload a copy of the post processor you are using.

  3. #3
    Here is the header portion from a fadal post. See the %? See how your post compares and add the "%" at the same place. MAKE A BACK-UP COPY FIRST!

    pheader$ #Call before start of file
    if wcs_mode <> two, # Yes, read 'mi1' to set 'wcs_mode'
    [
    if mi1$ = zero | mi1$ = one, # Get Work Coordinate System mode setting
    wcs_mode = mi1$ # 'G92' output modes w/ 'G28' retracts
    else, wcs_mode = two # 'E' fixture offset mode
    ]
    else, wcs_mode = two # 'E' fixture offset mode
    subout$ = 0
    "%", e$
    n$, *progno$, "(", sprogname$,")", e$
    subout$ = 3
    #"%", e$
    sav_spc = spaces$
    spaces$ = -1
    #*progno$, sopen_prn, sprogname$, sclose_prn, e$

  4. #4
    Join Date
    Feb 2013
    Posts
    23
    That worked !!! Thanks .

  5. #5
    Good! You're welcome.

Similar Threads

  1. Replies: 14
    Last Post: 09-18-2011, 03:11 AM
  2. mastercam mpmaster editing
    By joepiejan in forum Post Processors for MC
    Replies: 4
    Last Post: 09-04-2008, 10:20 PM
  3. Replies: 2
    Last Post: 08-12-2008, 02:12 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •