584,817 active members*
4,719 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Post Processors for MC > X2: Charmilles Robofil 2020 post problems
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2011
    Posts
    0

    X2: Charmilles Robofil 2020 post problems

    I've been building this post for the last couple weeks when I have the time, but I have found a problem that I cant seem to crack.

    this is what my post is kicking out:

    O0001
    N100G92X0.Y0.
    N110G42D0
    N120G01X-10.Y10.
    N130X10.
    N140Y-10.
    N150X-10.
    N160Y10.
    N170G40
    N180X0.Y0.
    N190M02
    % <---- dont want this

    this is what it should look like

    %(0001) <---- this would be nice too
    N100G92X0.Y0.
    N110G42D0
    N120G01X-10.Y10.
    N130X10.Y10.
    N140Y-10.X10.
    N150X-10.Y-10.
    N160Y10.X-10
    N170G40
    N180X0.Y0.
    N190M02

    Its like a half breed between abs and inc.

    Any help would be greatly appreciated

  2. #2
    Join Date
    Dec 2008
    Posts
    3110
    Make a backup copy of your post, and open the original with any text editor

    if there is any problem, overwrite the original with the backuped copy, & you are back to the start again

    Quote Originally Posted by solonvan View Post
    N180X0.Y0.
    N190M02
    % <---- dont want this
    look for this
    Code:
    peof$            #End of file for non-zero tool           
          pretract
          if lock_codes = one & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$
          rotretflg = 1
          .......
          clearsub$
          mergeaux$
          clearaux$
          "%", e$
    change to
    Code:
    peof$            #End of file for non-zero tool           
          pretract
          if lock_codes = one & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$
          rotretflg = 1
          .......
          clearsub$
          clearsub$
          mergeaux$
          clearaux$
          # "%", e$
    %(0001) <---- this would be nice too
    N100G92X0.Y0.
    N110G42D0
    look for this
    Code:
    pheader$         #Call before start of file                        
          ...
          year$ = year$ + 2000
          year$ = year$ + 2000
          "%", e$
          spaces$=0
          *progno$, " ", scomm_str, sprogname$, scomm_end, e$
          spathnc$ = ucase(spathnc$)
    change this
    Code:
    pheader$         #Call before start of file                         
          ...
          year$ = year$ + 2000
          # "%", e$
          spaces$=0
          # *progno$, " ", scomm_str, sprogname$, scomm_end, e$
       "%",  scomm_str, sprogname$, scomm_end, e$
          spathnc$ = ucase(spathnc$)

  3. #3
    Join Date
    Jun 2011
    Posts
    0
    thanks again for the help, I got the title line figured out.

Similar Threads

  1. Charmilles Robofil 4000
    By John Murphy in forum Waterjet General Topics
    Replies: 5
    Last Post: 11-05-2021, 03:18 AM
  2. Charmilles Robofil 510 Aux codes
    By tallenttoolroom in forum Waterjet General Topics
    Replies: 7
    Last Post: 04-27-2020, 09:41 AM
  3. charmilles robofil 440 post
    By JCrafton in forum Mastercam
    Replies: 1
    Last Post: 04-29-2014, 02:37 PM
  4. Charmilles Robofil 300 question
    By rtuls35 in forum EDM Discussion General Topics
    Replies: 3
    Last Post: 06-15-2011, 06:09 PM
  5. New software for Charmilles Robofil 510
    By tallenttoolroom in forum EDM Discussion General Topics
    Replies: 2
    Last Post: 02-09-2011, 07:26 AM

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
  •