Need Help! Fanuc 6T Model-A CSS rpm variation not working


Results 1 to 13 of 13

Thread: Fanuc 6T Model-A CSS rpm variation not working

  1. #1
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Unhappy Fanuc 6T Model-A CSS rpm variation not working



    Hi, I hope someone can help me with this problem.

    When I use CSS (G96) my spindle runs automatically to maximum rpm programmed with G50 so it not accelerates as it reach the X0.0 corrdinate or low rpm as X coordinate increment.

    I have programmed G96 at HOME position and before cutting movement near the stock and does the same thing.

    G97 works as expected. I have no problem to select spindle gear range (G40,G41).

    The whole lathe it's working well and precisely but this feature it's not working well.

    Wasino L5-J, 1982

    Unfortunatelly, I don't have parameters manual for this machine. I have only a maintenance & troubleshoot pdf donwloaded from the web for 6T Model-B but parameters don't match.

    Best regards



    Similar Threads:


  2. #2
    Member dcoupar's Avatar
    Join Date
    Mar 2003
    Location
    USA
    Posts
    2932
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Has it ever worked on this machine?



  3. #3
    Member
    Join Date
    Feb 2009
    Location
    usa
    Posts
    6028
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    I remember something about using a G50 to tell where to start the diameter on css from on the old controls.

    Sent from my SM-T813 using Tapatalk



  4. #4
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    I really don't know. Programming manual of the machine has indicated G97/G97 (rpm/css) as standard codes and options in the machine. Also I use G98/G99 (fpm/fpr). If I use G97 Sxxxx, rpms do what it suposed to do but if I use G96 Sxxx, automatically turns spindle to max rpm set by G50 Sxxxx. This is a problem because if I'm running a large part diameter inserts goes to very high temp and life expectancy turns down for every tool.

    My machine is like the one you can see at , but mine moves and do tool change a little bit faster.

    It's been a big problem to get parmeter, users and maintenance manual for Fanuc 6T-Model A.



  5. #5
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    I have tried to do stuff like this:

    (Facing 100 mm dia)

    O0001
    G21 G40
    G28 U0 W0 T0 (Return to machine 0 with offset cancellation)
    G50 X___ Z____ S1000 (Tool Zero Point Offset, setting Max RPM during G96 operation)
    M41 Txx00 (Spindle speed range high, tool index)
    G96 M4 S160 (turn on spindle and CSS mode)
    G0 X105.0 Z-1.0 M8 (Aproach)
    G99 G1 X-1.6 F0.18 (Feed Per Revolution, Feed)
    G0 Z5.
    X110.0 (safe pos)
    G97 S400 M9
    G28 U0 W0 T0 M5
    .
    .
    .

    Also:

    O0001
    G21 G40
    G28 U0 W0 T0 (Return to machine 0 with offset cancellation)
    G50 X___ Z____ S1000 (Tool Zero Point Offset, setting Max RPM during G96 operation)
    M41 Txx00 (Spindle speed range high, tool index)
    G97 M4 S400 (turn on spindle and CSS mode)
    G0 X105.0 Z-1.0 M8 (Aproach)
    G96 S160
    G99 G1 X-1.6 F0.18 (Feed Per Revolution, Feed)
    G0 Z5.
    X110.0 (safe pos)
    G97 S400 M9
    G28 U0 W0 T0 M5

    => No matter the place I put the G96 code, as soon as control reads it it turns spindle to max rpm (1,000 rpm).



  6. #6
    Member
    Join Date
    Feb 2006
    Location
    india
    Posts
    1792
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Use G50 without X/Z addresses.



  7. #7
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Already done sinha_nsit and still do the same.



  8. #8
    Member
    Join Date
    Feb 2006
    Location
    india
    Posts
    1792
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Try G96 S10 and observe what happens.



  9. #9
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Quote Originally Posted by sinha_nsit View Post
    Try G96 S10 and observe what happens.
    Still do the same. No rpm increment/decrement. :'(



  10. #10
    Member
    Join Date
    Feb 2006
    Location
    india
    Posts
    1792
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    No idea really.
    Maybe a parameter has disabled G96???

    Is it necessary to use M41 on this machine?



  11. #11
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    Quote Originally Posted by sinha_nsit View Post
    No idea really.
    Maybe a parameter has disabled G96???

    Is it necessary to use M41 on this machine?
    ===
    Yes,

    M40 =Low Range [8 ~ 850 rpm]
    M41 = High RPM [30~3,000 rpm]

    For a AISI/SAE H13, 150 mm Diameter, Iscar WNMG-432-GN, I'm working in the low rage.

    - SMM: 160 m/min
    - G97 S330
    - G96 S160
    - G50 S750

    I always use X0.0 as my reference for G50 tool offset setup.

    Thank you all guys



  12. #12
    Member dcoupar's Avatar
    Join Date
    Mar 2003
    Location
    USA
    Posts
    2932
    Downloads
    0
    Uploads
    0

    Default Re: Fanuc 6T Model-A CSS rpm variation not working

    When you execute the G50 X_ Z_ S1000 block, does the X absolute position display the same value as X_?



  13. #13
    Registered superalitos's Avatar
    Join Date
    Jul 2006
    Location
    Mexico
    Posts
    7
    Downloads
    0
    Uploads
    0

    Thumbs up Re: Fanuc 6T Model-A CSS rpm variation not working



    Problem solved guys,

    It was a parameter problem.

    Parameter #0132 [LOWSP] - "Least spindle revolution number in CSS (G96)"

    Setting was 1,010 rpm, I just change it to 100 rpm and started to work.

    Anyway, thank you very much for your suggestions dcuopar, sinha_nsit and underthetire.

    Best regards





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

Fanuc 6T Model-A CSS rpm variation not working

Fanuc 6T Model-A CSS rpm variation not working