586,036 active members*
3,789 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > MadCAM > How Do I set Rapids in Post-Processor?
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    74

    How Do I set Rapids in Post-Processor?

    Each time I process g-code with MadCAM all the rapids are moving at the speed of the cuts which is a lot slower than what my machine can do. I noticed on the post-process screen the message " Rapid Travese not defined in post-processor"

    Can someone show me how to edit the post-processor for running permanently rapids of 7000mm/min on X, Y and 2000mm/min on z?

  2. #2
    Join Date
    Feb 2006
    Posts
    183

    Re: How Do I set Rapids in Post-Processor?

    By default, in most of the post processors that coms with the madCAM installer, is using G00 for rapid traverses. G00 will run the machine in the feed that is set in your controller for rapid traverses. This means that the feed for G00 can't be set in madCAM. If you wan't to control the feed with G01 for rapids, this can be done by editing the sections for rapid traverses and replace G00 with G01 and F5000. See example below.

    *RAPID*
    G01"x""y""z""a" F7000
    *END_SECTION*

    *RAPID_APPROACH*
    G01 "x""y""z""a" F2000
    *END_SECTION*

    *RAPID_RETRACT*
    G01"x""y""z""a" F7000
    *END_SECTION*

    *APPROACH*
    G01"x""y""z""a" F"feedz"
    *END_SECTION*

    The message " Rapid Travese not defined in post-processor" is just for the time calculation when post processing. You can add rapid feed and tool change time to the post peocessor for a better time calculation. For example:

    *RAPID_FEED*
    7000
    *TOOLCHANGE_TIME*
    0.3

    /Joakim

Similar Threads

  1. 4th axis post processor and set-up on 4896ATC
    By Hypotenuse in forum Shopsabre
    Replies: 0
    Last Post: 01-16-2017, 04:47 AM
  2. Newbie Question about CNC Software | Post Processor | Limit Switch Set Up | First Run
    By arcadiax in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 4
    Last Post: 12-22-2016, 09:49 PM
  3. 810D post processor set up
    By stevieboy in forum SIEMENS -> Sinumerik 802D/808D/810D/828D/840D
    Replies: 1
    Last Post: 09-18-2016, 10:44 PM
  4. Post Processor Set Up Question
    By vpl in forum BobCad-Cam
    Replies: 32
    Last Post: 11-26-2013, 07:09 PM
  5. Set rapids :?
    By IvanTz in forum CamWorks
    Replies: 0
    Last Post: 06-04-2013, 12:21 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
  •