586,842 active members*
3,315 visitors online*
Register for free
Login
Page 1 of 2 12
Results 1 to 20 of 22
  1. #1
    Join Date
    Mar 2007
    Posts
    39

    Tapping Issues on our V2XT

    Using this tapping program, we are getting a spindle overload alarm on our V2XT when tapping more than 8 positions. Is the spindle RPM of 750 too fast? Should I program a M0 and change to low gear to perform tapping?

    Thank you so much.

    N2 T2 M6 ;(1/4-28 TAPPED HOLES)
    S750 M3
    G00 X2.1793 Y-.25
    Z.1
    G84 X2.1793 Y-.25 Z.18 F26.78
    G80
    G0 Z.1
    M22

  2. #2
    Join Date
    Jul 2005
    Posts
    29
    Quote Originally Posted by 5S Dude View Post
    Using this tapping program, we are getting a spindle overload alarm on our V2XT when tapping more than 8 positions. Is the spindle RPM of 750 too fast? Should I program a M0 and change to low gear to perform tapping?

    Thank you so much.

    N2 T2 M6 ;(1/4-28 TAPPED HOLES)
    S750 M3
    G00 X2.1793 Y-.25
    Z.1
    G84 X2.1793 Y-.25 Z.18 F26.78
    G80
    G0 Z.1
    M22

    i would not have thought 750 rpm too fast for a 1/4 inch tap.
    what z depth are you tapping?
    check the parameters in your G84 block, i have not done any machining center tapping for a few years but there looks to be something missing, like the clearance height, is it the R word?, and should the Z word be negative -???
    if the machine has a low speed range, try changing to it and selecting a spindle speed from there.

    good luck

    atb

    axis

  3. #3
    Join Date
    Jun 2007
    Posts
    2

    tapping on our V2XT

    Here's my 2c,

    First try this with the Z offset with a +2.0 to ensure it will work with your machine.

    N2T2M6
    S750M3
    G00 X2.1793 Y-.25 M08
    G43 H2 Z.1
    M29
    G84Z-.(WHATEVER YOUR Z DETH NEEDS TO BE ENTERED HERE) R.1 F26.7857
    G80
    G00 Z4. M09
    G40 M05
    G91 G30 Z0.

    This program is from SmartCam and is formatted for Fanuc controls. It is fairly generic and is set for rigid tapping. The M29 locks your spindle rpm to your feed rate. I always carry the feed rate out to 4 place to ensure a smooth tap and less liklyhood of tap breakage due to not having the proper feed. Take your RPM and devide by the pitch of your thread and that gives the feed rate.

    Good luck and keep posted if this does not work for you.

    Russ Jackson in SW PA


    N2 T2 M6 ;(1/4-28 TAPPED HOLES)
    S750 M3
    G00 X2.1793 Y-.25
    Z.1
    G84 X2.1793 Y-.25 Z.18 F26.78
    G80
    G0 Z.1
    M22

  4. #4
    Join Date
    Apr 2005
    Posts
    31
    5S Dude,

    Remove the X & Y addresses from the G80 OpCode line. If your control skips the initial X & Y location then include the initial X & Y addresses on the line following the G80 OpCode line just as you would with any subsequent X & Y addresses.

    Servo

  5. #5
    Join Date
    Nov 2004
    Posts
    3028
    The problem is not in the program. The problem is in the design of the machine. The current needed to reverse rotation of the motor puts a strain on the overload. Less spindle reversals per minute is the only solution. Sorry.

    George
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  6. #6
    Join Date
    Mar 2007
    Posts
    39
    axis overtravel; thank you for the quick response. I currently interpolate a .211Ø x .22 deep blind hole with a 3/16 2-flute center cutting end mill. I chamfer each hole 45° x .015 before sending the ¼-28 three flute high spiral flute flat bottom tap .180 deep. It works like a charm on the parts that have 8 tapped holes in it but when the same process is applied to the part requiring 16 tapped holes my poor Bridgeport gives me the “spindle overload message.” I of course do not want to place undue stress on my baby so I may resort to an articulated-arm stand-alone tapping unit and simply tap the holes manually.

    Remsandpets; thank you as well, I do not believe the DX32 control is equipped to process rigid tapping so I’m currently using a spring loaded tension tap holder from Procurier. The tapping process has yet to snap a tap as it simply gives the “spindle overload alarm” and requires a machine shut down and resetting the switches inside the control cabinet.

    Servo Wizard; thank you for your valued input as well.

    Machintek; thank you for your answer to my dilemma! I do realize the V2XT is more a tool room mill than a full-blown production machining center so no need to be sorry.

    This part time hobby has blossomed completely out of control and I am beginning to see the machine limitations now.

    In your opinion, is perhaps a larger motor upgrade possible as I need the full length advantage of the V2XT table over say a Haas, Fadel or Hurco type machine. Or should I simply move the tapping process to a Tapmatic equipped articulated arm setups and tap manually?

    Thank you all so much for your devotion to this great site!! You all have been very supportive and I hope I can one day return the favor!

  7. #7
    Join Date
    Apr 2005
    Posts
    31
    5S Dude,

    machintek mentioned over current on spindle reversal. That can be delt with by adding a bit of dwell at final depth and Z retract. That will significantly reduce the current required to reverse the spindle.

    Servo

  8. #8
    Join Date
    Mar 2007
    Posts
    39
    Quote Originally Posted by Servo Wizard View Post
    5S Dude,

    machintek mentioned over current on spindle reversal. That can be delt with by adding a bit of dwell at final depth and Z retract. That will significantly reduce the current required to reverse the spindle.

    Servo
    Brilliant possibilities Servo! And it shouldn’t take long to prove this theory out! Thanks a million…

    I've noticed on a few Lathe tapping programs some of the programmers prefer to start the tapping cycle .2 off the face of the part and I was wondering if this may have any impact on vertical tapping cycles as well. I will post results as they happen. Thanks again.

  9. #9
    Join Date
    Nov 2006
    Posts
    925
    "
    I've noticed on a few Lathe tapping programs some of the programmers prefer to start the tapping cycle .2 off the face of the part and I was wondering if this may have any impact on vertical tapping cycles as well."

    The reason for starting 0.2 of the face is to allow the axis and spindle time to synchronise.

  10. #10
    Join Date
    May 2008
    Posts
    17
    Hi there,
    I am having problems tapping on a cnc mill with fanuc omd control. I am tapping 1/2 bsw thread and hole is just reamed when the tap comes out. my program is as follows: can anyone help
    N2 T15
    N4 M6
    N6 G0 G90 G54 X-1.125 Y1.125
    N8 S500 M3
    N10 G43 Z0.1 H15 M8
    N12 X-1.125 Y1.125
    N14 G84 G99 X-1.125 Y1.125 Z-1.25 R0.1 P0 F4.0
    N16 X1.125 Y1.125
    N18 X1.125 Y-1.125
    N20 X-1.125 Y-1.125
    N22 G80 Z2.0
    N24 M9
    N26 G28 G91 Z0
    N28 G91 G28 Y0
    N30 M30

  11. #11
    Join Date
    Mar 2007
    Posts
    39
    Quote Originally Posted by TARIQ08 View Post
    Hi there,
    I am having problems tapping on a cnc mill with fanuc omd control. I am tapping 1/2 bsw thread and hole is just reamed when the tap comes out. my program is as follows: can anyone help
    N2 T15
    N4 M6
    N6 G0 G90 G54 X-1.125 Y1.125
    N8 S500 M3
    N10 G43 Z0.1 H15 M8
    N12 X-1.125 Y1.125
    N14 G84 G99 X-1.125 Y1.125 Z-1.25 R0.1 P0 F4.0
    N16 X1.125 Y1.125
    N18 X1.125 Y-1.125
    N20 X-1.125 Y-1.125
    N22 G80 Z2.0
    N24 M9
    N26 G28 G91 Z0
    N28 G91 G28 Y0
    N30 M30
    Hi TARIQ08, Try this....

    To tap a 1/2 British Standard Whitworth Thread

    Data;
    1/2ø
    12-Threads Per Inch
    0.0833-Pitch in Inches
    0.3932-Core Diameter

    Use a Letter Z (10.5 mm) Drill. Change spindle RPM to S200 and feedrate to F16.6667

    Let us know how it comes out!

  12. #12
    Join Date
    Mar 2008
    Posts
    64
    I’ve used a V2XT machine for 15 years. Didn’t know you could even start the spindle much less reverse it in the program. Are you using a tapping head that reverses rotation?

    The DX32 controller is quite capable of rigid tapping on machines that have servo driven spindles. Use the M28, & M29 codes to toggle it in and out of rigid tap mode.

    As a suggestion, have you considered thread milling instead of tapping?

  13. #13
    Join Date
    Mar 2007
    Posts
    39
    Quote Originally Posted by KTD1 View Post
    I’ve used a V2XT machine for 15 years. Didn’t know you could even start the spindle much less reverse it in the program. Are you using a tapping head that reverses rotation?

    The DX32 controller is quite capable of rigid tapping on machines that have servo driven spindles. Use the M28, & M29 codes to toggle it in and out of rigid tap mode.

    As a suggestion, have you considered thread milling instead of tapping?
    Thanks for responding KTD1, my Bridgeport programming and operation manual states that our machine did not come equipped to rigid tap so I use a spring loaded tap holder. Can you post the complete code you utilize on your rigid tapping cycle? Again, Thanks!

  14. #14
    Join Date
    Mar 2008
    Posts
    64
    Clip from recent program being ran in Bridgeport 760/22 with DX-32 Control.
    THIS WILL NOT WORK IN A STANDARD V2XT MACHINE.


    This is only the tapping part. (Drill & Chamfer the hole prior to here)

    N473 ;JOB 7 TAP RANDOM POINT PATTERN
    N474 ;TOOL #9 M 4.0X0.70 SPIRAL TAP
    N475 T9 M06
    N476 M01
    N477 S945 M03
    N478 G00 X4.4783 Y0.4232 Z0.1
    N479 M08
    N482 G95 M29
    N481 G84 X4.4783 Y0.4232 Z0.7087 F0.0276
    N482 X4.4783 Y-0.5216
    N483 X2.1161 Y-0.5216
    N484 X2.1161 Y0.4232
    N485 X-0.2461 Y0.4232
    N486 X-0.2461 Y-0.5216
    N487 X-2.6083 Y-0.5216
    N488 X-2.6083 Y0.4232
    N489 X-4.9705 Y0.4232
    N490 X-4.9705 Y-0.5216
    N491 X-7.3327 Y-0.5216
    N492 X-7.3327 Y0.4232
    N493 G80
    N495 G94 M28
    N494 G0 Z0.1
    N495 M09

  15. #15
    Join Date
    Nov 2004
    Posts
    3028
    My BOSS 9 would tap and reverse the spindle by itself. But a floating tap holder was necessary as you did not have the ability to couple the spindle position to the Z position (no spindle encoder and no electric spindle drive).
    The V2XT works the same way. Using the tapping canned cycle, it will reverse.

    George
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  16. #16
    Join Date
    Jul 2008
    Posts
    11

    Question

    I tried this on a Torq-Cut 30 and I got an axis time out alarm. Upon executing the G84 line, the spindle slowed to about 1-2 RPM and the machine just sat there and stared at me until the alarm came up. Any one seen this before?

  17. #17
    Join Date
    Nov 2004
    Posts
    3028
    What version software?
    Maybe rigid tapping is not enabled (optional).
    Will it do a simple M84 without the M29?

    George
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  18. #18
    Join Date
    Jul 2008
    Posts
    11
    Not sure about the software version, I just got off the phone with our local Bridgeport rep and he said the same thing. It does a G84 cycle without the M29 just fine. I have to check that out when I get back. Here's what he sent me:

    From Maint. Page:
    • Go to parameter 281
    • Select more options – ( 0 )
    • Press “F2” - set preferences - verify mach. type & serial #
    • Press “5” - options password
    • Enter the 15 digit code # - a number of approx. 60 will result
    • Press enter to save change
    • Pressing enter will display the parameter description and switches set appropriately

    Any idea where I can find the "15 digit code"?

  19. #19
    Join Date
    Nov 2004
    Posts
    3028
    To obtain the code, I would get the serial number of the control, call Bridgeport, they would plug it into some software, come up with a code which I would plug in.
    A long time ago, we got around this by keeping the code for one type of machine. Then changing the control serial number and plugging in the code. I no longer even have that reused code. Sorry.
    You could try calling Hardinge or try EMI and see if a updated piece of machine software has rigid tapping standard.

    George
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  20. #20
    Join Date
    Jul 2008
    Posts
    11
    Well it's a moot point now, I tried to access the maintenance page and the BOSS software crashed and rebooted. I guess we're going to have a tech come out and reload the software, it looks like the previous owner messed around with this thing quite a bit.

Page 1 of 2 12

Similar Threads

  1. Replies: 24
    Last Post: 05-01-2014, 07:02 AM
  2. V2XT with a New BUG up its A$$ !! Again...
    By v488 in forum Bridgeport / Hardinge Mills
    Replies: 2
    Last Post: 05-26-2008, 07:55 PM
  3. rigid tapping issues
    By stebanski in forum Haas Mills
    Replies: 4
    Last Post: 06-14-2007, 11:56 PM
  4. Rigid tapping or tapping head
    By kentavv in forum Charter Oak Automation Support Forum
    Replies: 7
    Last Post: 09-24-2006, 06:08 PM
  5. tapping head vs hand/cordless tapping machine....
    By InspirationTool in forum Uncategorised MetalWorking Machines
    Replies: 6
    Last Post: 09-13-2005, 02:10 AM

Posting Permissions

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