584,805 active members*
5,350 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > MadCAM > Difference between "Rapid Approach" vs "Approach" points in a Post Processor
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2016
    Posts
    59

    Difference between "Rapid Approach" vs "Approach" points in a Post Processor

    In my post processor I see:

    *RAPID*
    N"lnbr" G00 "x" "y" "z"
    *END_SECTION*

    *RAPID_APPROACH*
    N"lnbr" "x" "y" "z"
    *END_SECTION*


    *APPROACH*
    N"lnbr" G01 "x" "y" "z" F"feedz"
    N"lnbr" z0.100
    N"lnbr" M08
    *END_SECTION*

    Am I correct that the workpiece is first approached at full rapid speed to some point and then approached at a feed rate to a much closer point (prior to the first cut)?

    How close are these approach points in relation to the workpiece?

    Can these points be configured via the post processor ... say to make the rapid approach point one inch and the second approach point 0.100"?

    In preliminary testing of a new post, it would be very reassuring to be able to closely watch the approach with the rapid & feeds manually reduced to visually judge that there are no major errors in offsets/zero settings.

    I appreciate any help with understanding how this actually works!!!

    Best regards!

    Bruce

  2. #2
    Join Date
    Mar 2004
    Posts
    1661

    Re: Difference between "Rapid Approach" vs "Approach" points in a Post Processor

    RAPID is the traversal to a new toolpath where a RAPID_APPROACH is used until an APPROACH is activated which is the final descent. But beware, the RAPID_APPROACH is not always used, you can get a program that goes from RAPID directly to APPROACH.

  3. #3
    Join Date
    Apr 2016
    Posts
    59

    Re: Difference between "Rapid Approach" vs "Approach" points in a Post Processor

    Svenakela,

    I appreciate the reply. Let me see if I have this straight by a practical example from a code snippet:

    (M17Vgroove)
    N100 G40 G56 G80 G90 G94
    (Bullnose 60radius)
    N101 G111 T1
    N102 M01
    N103 S9000 F80 M03
    N104 G00 X-1.53442 Y-3.96625
    N105 Z1
    N106 Z0.00331
    N107 G01 Z-0.09669 F40
    N108 M08

    Lines 104 is a "Rapid" move and Line 107 is an "Approach" ... and lines 105 and 106 are "Rapid Approaches" since they are not directly connecting to the beginning of the next toolpath.

    That seem right?

    Am I correct that Rapid Approaches are internal to madCAM program and the machinist can't modify them?

    Thanks!
    B

  4. #4
    Join Date
    Mar 2004
    Posts
    1661

    Re: Difference between "Rapid Approach" vs "Approach" points in a Post Processor

    I think you are correct.
    And yes, the RAPID_APPROACH is somewhat internal, the G code processor decides if it can use a RAPID_APPROACH or not when the G-code is generated. So lets say you want to automatically open an air valve (or start a plasma torch) you should put that in the APPROACH part of the post processing config.

    /S

  5. #5
    Join Date
    Apr 2016
    Posts
    59

    Re: Difference between "Rapid Approach" vs "Approach" points in a Post Processor

    The underlying reason behind the question was that on the MC post processing page there was a Home Position that I was trying to figure out its functionality. My system defaulted to 0.25", but I don't see anything in the output code to that effect. The same situation appears when z38 is set in the help example:




    The Z=38 in the window doesn't seem to post in the code ... but the help says some parameter has to go in the Post Processor too. Just curious how to use this.

    It would really be nice to be able to turn Single Block 'on' to step through the first few lines of an untested programs and be able to see the machine come to say 1.0" of the work before actually initiating the cut.

    I always enter a Z1 to sniff for offset errors or something else grossly wrong, before turning a new program loose. This little precaution has saved me more times than I care to admit.

    I was thinking the "Home" position here might allow me to set a starting point to test automatically in the code ...

    Tnx!

    B

Similar Threads

  1. How can do ""manual stepper motor sizing for "rack and pinion"calculation""???
    By Medhat93 in forum Mechanical Calculations/Engineering Design
    Replies: 0
    Last Post: 03-03-2018, 01:50 AM
  2. Replies: 5
    Last Post: 01-12-2014, 07:07 PM
  3. X Axis "Goes Off Pattern", "Awry", "Skewed", "Travels"
    By DaDaDaddio in forum Laser Engraving / Cutting Machine General Topics
    Replies: 1
    Last Post: 05-06-2013, 09:59 AM
  4. What's the difference between "drill rod" and "plated steel rod"?
    By Robotics Guy in forum Linear and Rotary Motion
    Replies: 5
    Last Post: 02-06-2011, 05:16 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
  •