586,011 active members*
5,135 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Post Processors for MC > Modifying Post Processor For my needs.
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2009
    Posts
    245

    Modifying Post Processor For my needs.

    Ok, so On my CNC Lathe, it is an old Fanuc 6t Controll. It does not recognize M9, G54, G18, V0. or at the end of a tool operation when mastercam post T0200.

    I Have to use G50 positioning for this machine at the begining of every tool change.

    I want mastercam to NOT post any of thos un-recognizable codes. How can I go about modifying this?

  2. #2
    Join Date
    Dec 2008
    Posts
    3109
    What version Mastercam are you running ?

    And I assume MPLFAN.PST is the post you are modifying ?

  3. #3
    Join Date
    Jan 2009
    Posts
    245
    Sorry, I am on Version X. The post I have been using is Default Lathe.

  4. #4
    Join Date
    Dec 2008
    Posts
    3109
    Quote Originally Posted by blakemachine View Post
    It does not recognize M9, G54, G18, V0. or at the end of a tool operation when mastercam post T0200.
    I Have to use G50 positioning for this machine at the begining of every tool change.
    I want mastercam to NOT post any of thos un-recognizable codes. How can I go about modifying this?
    This one worries me
    M9 = coolant OFF , what replacement M-code are you using ?

    This I understand
    G54 = origin ( replaced by G50 X-offset Y-offset)( thess offsets would be filled in by the tool-setter for each tool in the program ? ) ( or do you reference all tools back to T1 and then only need one G50 XZ stated at the beginning of the program )

    I assume at the end of each tool should be
    Code:
    M9 ( coolant OFF )( this code to be replaced )
    G97 S0 M5 ( Spindle Stop and set to zero RPM )
    G28 G90 U0. T0000 ( move X-axis to home cancelling X-offset )
    G28 W0. T0000 ( move Z-axis to home cancelling Z-offset )
    M1 ( Opt Stop )
    ( )
    These should not be output ( unless progam is done incorrectly )
    G18 = XZ plane ( basic turning plane- doesn't need restating )
    V0 = incremental axis parallel to Y ( Y or V are not used )

Similar Threads

  1. Need a little help with modifying my post .
    By hall6ppc in forum Mastercam
    Replies: 9
    Last Post: 07-30-2009, 05:33 PM
  2. Modifying a post processor
    By CJH in forum ArtCam Pro
    Replies: 2
    Last Post: 03-27-2009, 03:30 AM
  3. Modifying 4th axis post
    By weirdharold in forum Post Processors for MC
    Replies: 1
    Last Post: 02-16-2009, 04:53 PM

Posting Permissions

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