ST10Y Spindle wont spin rigid tap issue


Results 1 to 2 of 2

Thread: ST10Y Spindle wont spin rigid tap issue

  1. #1
    Member
    Join Date
    Jan 2011
    Location
    Canada
    Posts
    44
    Downloads
    0
    Uploads
    0

    Default ST10Y Spindle wont spin rigid tap issue

    Hey there,

    So I have a fairly new ST10Y. Been trying to rigid tap (non live tool) using the main axis. When I run the operation the Z axis looks like its doing its job correctly. But the Caxis wont rotate. Just stays stationary. I'm using fusion 360 to generate the cam. Everything seems to look correct.

    Made sure live tooling is off.
    using latest fusion post.
    Strange that the tap moves in correctly but the main spindle doesnt turn.

    What could I be missing I wonder. Here is the code im running. Nothing fancy, its just a tap cycle for a 6-32 tap.

    %
    O01001
    G98 G18
    G20
    G50 S6000
    M31
    G53 G0 Y0.
    G53 X0.
    G53 Z0.

    (Drill5)
    T202
    M154
    G28 H0.
    G99
    G97
    S500
    G54
    M8
    G18
    M15
    G0 C0.
    M14
    G0 Z0.6
    X0. Y0.
    Z0.2
    G95 X0. Y0. Z-0.3295 R0.175 F0.0312
    G80
    G0 Z0.6

    M9
    M33
    G53 X0. Y0.
    G53 Z0.
    M135
    M155
    G53 G0 Y0.

    M30
    %

    Similar Threads:


  2. #2
    Member
    Join Date
    Dec 2012
    Location
    The Netherlands
    Posts
    395
    Downloads
    0
    Uploads
    0

    Default Re: ST10Y Spindle wont spin rigid tap issue

    Hey Trilabite

    Your program is for a live-tool, not for the spindle.
    If you want to tap on centerline X0 with a static toolholder you need G84, it's not rigid tapping but it works, there's only rigid tapping on live-tools.
    We broke some taps so we use in that case a Fahrion CET-GB collet (ER32) floating holder, it has a 10mm extenial stroke, one way !!!
    Program below for our Haas ST25Y - NGC for tapping M6x1 on X0 with G84, program in Metric (G21) units, change it for Imperial (G20) !!!!

    %
    ( T1 BLIND-HOLE SPIRAL TAP M6 x 1- METRIC )
    G00 G18 G21 G40 G80 G99
    G50 S500
    G53 G00 X0.Y0.
    G53 Z-300.
    G53 B0.

    T101
    M155
    G97 S500
    G54
    G0 Z25.
    M8
    X0. Y0.
    G84 X0. Y0. Z-20. R5. F1.
    G80
    G0 Z25. M9
    M5
    G53 Y0.
    G53 X0.
    G53 Z-300.
    M30
    %

    ST10Y Spindle wont spin rigid tap issue-fahrion-cet-gb-er-collet-jpg



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

ST10Y Spindle wont spin rigid tap issue

ST10Y Spindle wont spin rigid tap issue