586,597 active members*
3,692 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Peck drill problem!?
Results 1 to 13 of 13
  1. #1
    Join Date
    Apr 2015
    Posts
    45

    Peck drill problem!?

    Hello everyone,
    I have a issue, when i am drilling deep hole a peck drill does'nt work properly. For example i need to drill 70mm hole , i set in mastercam driling properties to drill a hole with a peck drill with 5mm (so it has to drill a hole in to -70mm with retracts of 5mm from stock . But when i start the program in the machine first peck is 10mm and the rest peck drill's are 15mm till it reach - 70mm , but i need that retracts will be 5mm not 15mm. I hope you guys will understand what i need my english is not so good.
    Waiting for quiq respond. Thank you for any information.

    My Milling machine is Chiron Fz 33 with Bosch system.

  2. #2
    Join Date
    May 2012
    Posts
    180

    Re: Peck drill problem!?

    Upload a file / zip to go so we can see the issues.
    If there is an issue with the code, most likely need to edit the .pst

    Sent from my HTC One M9 using Tapatalk

  3. #3
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Quote Originally Posted by Bm150 View Post
    Upload a file / zip to go so we can see the issues.
    If there is an issue with the code, most likely need to edit the .pst

    Sent from my HTC One M9 using Tapatalk
    What file i need to upload my post processor? or the generated code file of my program?

  4. #4
    Join Date
    May 2012
    Posts
    180

    Re: Peck drill problem!?

    More I information the better.
    A mastercam file with your drill settings. Pst if your Happy to share. Sample code for machine. One straight from mastercam and one edited to how you want it to be.

    Sent from my HTC One M9 using Tapatalk

  5. #5
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Quote Originally Posted by Bm150 View Post
    More I information the better.
    A mastercam file with your drill settings. Pst if your Happy to share. Sample code for machine. One straight from mastercam and one edited to how you want it to be.

    Sent from my HTC One M9 using Tapatalk
    ok thanks for advice tomorow i will upload a files i have to copy from job

  6. #6
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Here is the code of simple program that drills hole into -70 with peck drill i am adding my pots and program nc file
    %
    F3000
    N100 G21
    N102 G0 G17 G40 G49 G80 G90
    N104 G0 G90 G54 X280000 Y0 A0 S1145 M3
    N106 G43 H2 Z4000
    N108 G99 G81 Z-2000 R4000 F1145
    N110 X1048000
    N112 G80
    N114 M5
    N116 G91 G00 Z150000
    N118 A0
    N120 M00
    N122 G0 G90 G54 X280000 Y0 A0 S400 M3
    N124 G43 H44 Z4000
    N126 G99 G83 Z-75357 R4000 Q5000 F200
    N128 X1048000
    N130 G80
    N132 M5
    N134 G91 G00 Z150000
    N136 A0
    N138 M30
    %


    <a href=http://www.filedropper.com/peckas><img src=http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br /><div style=font-size:9px;font-family:Arial, Helvetica, sans-serif;width:127px;font-color:#44a854;> <a href=http://www.filedropper.com >upload files online</a></div>

  7. #7
    Join Date
    Dec 2008
    Posts
    3111

    Re: Peck drill problem!?

    Quote Originally Posted by xal3r View Post
    I have a issue, when i am drilling deep hole a peck drill does'nt work properly. For example i need to drill 70mm hole , i set in mastercam driling properties to drill a hole with a peck drill with 5mm (so it has to drill a hole in to -70mm with retracts of 5mm from stock . But when i start the program in the machine first peck is 10mm and the rest peck drill's are 15mm till it reach - 70mm , but i need that retracts will be 5mm not 15mm. I hope you guys will understand what i need my english is not so good.
    Your attachments are not there

    The NC code is good foe Fanuc control, it does a "full retract" back to the R-plane after each 5mm peck

    Nothing in the NC code give rise to your 1st post problem, are you sure it's not a parameter setting on the machine control that controls the "peck clearance" ( the parameter may be set to 10mm, normally should be around 0.2mm - 0.5mm )

    Quote Originally Posted by xal3r View Post
    Here is the code of simple program that drills hole into -70 with peck drill i am adding my pots and program nc file
    %
    F3000
    N100 G21
    N102 G0 G17 G40 G49 G80 G90
    N104 G0 G90 G54 X280000 Y0 A0 S1145 M3
    N106 G43 H2 Z4000
    N108 G99 G81 Z-2000 R4000 F1145
    N110 X1048000
    N112 G80
    N114 M5
    N116 G91 G00 Z150000
    N118 A0
    N120 M00
    N122 G0 G90 G54 X280000 Y0 A0 S400 M3
    N124 G43 H44 Z4000
    N126 G99 G83 Z-75357 R4000 Q5000 F200
    N128 X1048000
    N130 G80
    N132 M5
    N134 G91 G00 Z150000
    N136 A0
    N138 M30
    %

  8. #8
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Quote Originally Posted by Superman View Post
    Your attachments are not there

    The NC code is good foe Fanuc control, it does a "full retract" back to the R-plane after each 5mm peck

    Nothing in the NC code give rise to your 1st post problem, are you sure it's not a parameter setting on the machine control that controls the "peck clearance" ( the parameter may be set to 10mm, normally should be around 0.2mm - 0.5mm )
    i quess its a paramter but maybe there is a problem becouse i write program with mpfan pots proccesor wich is for fanuc system but our cnc machine has bosh system

  9. #9
    Join Date
    May 2012
    Posts
    180

    Re: Peck drill problem!?

    I agree the code looks fine, only thing I would suggest is to change the initial height to something different to R plane as use of M99 might confuse machine. But shouldn't. ???
    Best place to look is in the machine manual.

    Sent from my HTC One M9 using Tapatalk

  10. #10
    Join Date
    Dec 2008
    Posts
    3111

    Re: Peck drill problem!?

    Quote Originally Posted by xal3r View Post
    i quess its a paramter but maybe there is a problem becouse i write program with mpfan pots proccesor wich is for fanuc system but our cnc machine has bosh system
    So, why are you using a Fanuc post on a Bosch control ?
    - post are created & modified to eliminate editing the NC file

  11. #11
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Quote Originally Posted by Superman View Post
    So, why are you using a Fanuc post on a Bosch control ?
    - post are created & modified to eliminate editing the NC file
    i dont have pots for bosch system thats why i am ussing fanuc pots i think its very similar to fanuc most functions works fine. i modifyfied this pots proccesor just one problem with that peck drill. Our machine chiron fz 33 its very old 1984 y. i even couldn't find manual of this machine

  12. #12
    Join Date
    Apr 2015
    Posts
    45

    Re: Peck drill problem!?

    Hello,
    Before i everyting worked fine but today i got a problem when i tapping a hole for example i need to tap M4 hole into -10 i set feed rate 105 and spindle speed 150 . The spindle goes clokwise into -10 and then starts spining diferent way but feed rate changes and dont lock to 105spining speed and it should retract but it stays in same position -10 but after one minute feed rate changes to 105 and normaly starts to retract.

    Its dificult to explain maybe some one will understand the problem

  13. #13
    Join Date
    Dec 2008
    Posts
    3111

    Re: Peck drill problem!?

    Until you show us the code that you have created & used
    - & the code that the Bosch needs, you need to edit the Fanuc NC code to prove it works in your machine.....

    The other thing to add is what your program format must be
    or
    what needs to be set before running certain code......( read your manual )

    ie G99 G84 Xxx Yyy Zzz Rrr Ppp Fff
    where:-
    G99= return to R-plane at end of each cycle
    G84= Right Hand Tapping cycle
    XY= absolute position of the hole from part origin
    Z = Hole depth relative to part origin
    R = Retract plane at the cycle end ( G99 active )
    P = Dwell (time in seconds)
    F = Feed (units per revolution (if G95 is active ), or units per minute( if G94 is active ) )

    Never assume that NC code for one machine type will run in another control
    -

Similar Threads

  1. Peck drill cycle problem
    By gsmachinist in forum Mori Seiki lathes
    Replies: 0
    Last Post: 09-28-2015, 02:32 AM
  2. Replies: 1
    Last Post: 04-03-2015, 03:35 PM
  3. Problem with MACH3 and first peck drill cycle
    By Joe2014 in forum Benchtop Machines
    Replies: 7
    Last Post: 11-25-2014, 03:59 AM
  4. Descending peck drill
    By orion_134 in forum Mastercam
    Replies: 8
    Last Post: 09-01-2013, 02:48 AM
  5. To Peck drill or not to peck dril.....
    By Crashmaster in forum MetalWork Discussion
    Replies: 20
    Last Post: 08-23-2008, 05:33 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
  •