586,103 active members*
3,234 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > Post-processor and Canned Cycles without DWELL
Results 1 to 10 of 10

Threaded View

  1. #1

    Post-processor and Canned Cycles without DWELL

    Hi, I'm writting a post-processor for a 5 axis CNC which doesn't have DWELL time in some canned cycles, like G73.

    Reading the post-process there are two groups:

    800..811 = xxx no dwell
    820..831 = xxx with dwell

    Code:
    800. Standard drilling cycle no dwell #1? "G81"
    801. Peck drill cycle no dwell #2? "G83"
    802. High speed peck drill cycle no dwell #3? "G73"
    803. Tapping cycle no dwell #4? "G84"
    804. Boring cycle #1 no dwell #5? "G85"
    805. Boring cycle #2 no dwell #6? "G86"
    806. Back boring cycle no dwell #7? "G87"
    807. Left hand tapping cycle no dwell #8? "G74"
    808. Fine boring cycle no dwell #9? "G76"
    809. Hole making cycle no dwell #10? ""
    810. Hole making cycle no dwell #11? ""
    811. Hole making cycle no dwell #12? ""
    
    
    820. Standard drilling cycle with dwell #1? "G82"
    821. Peck drill cycle with dwell #2? "G83"
    822. High speed peck drill cycle with dwell #3? ""
    823. Tapping cycle with dwell #4? "G84"
    824. Boring cycle #1 with dwell #5? "G88"
    825. Boring cycle #2 with dwell #6? "G89"
    826. Back boring cycle with dwell #7? "G77"
    827. Left hand tapping cycle with dwell #8? "G74"
    828. Fine boring cycle with dwell #9? "G76"
    829. Hole making cycle with dwell #10? ""
    830. Hole making cycle with dwell #11? ""
    831. Hole making cycle with dwell #12? ""
    I guess that if I set:

    802. High speed peck drill cycle no dwell #3? "G73"
    822. High speed peck drill cycle with dwell #3? ""

    the post engine don't use the programmed CAM dwell and don't place the time in G73 call
    but the post-engine continue to add dwell time and to remove it I've to modify the line:

    73. High speed peck drill canned cycle - Fast peck
    n,g_canned_cycle,g98_g99,x_f,y_f,drill_depth,refer ence_plane,peck_drill_increment,dwell,canned_feed_ rate
    // SET_XX : Removed unavailable dwell
    // n,g_canned_cycle,g98_g99,x_f,y_f,drill_depth,refer ence_plane,peck_drill_increment,canned_feed_rate

    What I've mistaked to undestand about options 800..831 ?
    There is a documenti which describe this options ?

    Attached to file post-processor and MacSim
    Attached Files Attached Files

Similar Threads

  1. Replies: 7
    Last Post: 01-28-2016, 10:11 PM
  2. Replies: 1
    Last Post: 03-25-2013, 09:07 PM
  3. Dwell within Cycles (G71 etc) for chip breakage?
    By mystiks in forum G-Code Programing
    Replies: 7
    Last Post: 10-22-2012, 11:48 PM
  4. cycles with post processor to sinumerik 810d
    By popi in forum PTC Pro/Manufacture
    Replies: 0
    Last Post: 07-09-2012, 01:26 AM
  5. canned cycles on 16t?
    By DocHod in forum Fanuc
    Replies: 3
    Last Post: 07-09-2007, 01:58 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
  •