Page 1 of 2 12 LastLast
Results 1 to 12 of 16

Thread: HRT160 rotary table questions

  1. #1
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    626
    Downloads
    0
    Uploads
    0

    HRT160 rotary table questions

    Hey guys, I'm about to use my HRT160 for the first time, and I have a couple questions. This is a new rotary table in a new VF-2ss that's wired for the 4th.

    What is the maximum travel in degrees? On the Haas website, it sais 999.999º/step, but what does that mean exactly? The posted code for my part has it traveling to -6364851º! Will I have to break up the code and unwind the 4th every so often?

    The other thing I can't find is the max feedrate for the 4th. This part has a 3/32" ball nose making a sharp point at Z0 at 60ipm, so the feedrates that are spit out by Mastercam are up in the 2000 area.


  2. #2
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,964
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Matt@RFR View Post
    .....What is the maximum travel in degrees? On the Haas website, it sais 999.999º/step, but what does that mean exactly? The posted code for my part has it traveling to -6364851º! Will I have to break up the code and unwind the 4th every so often?....
    There is no maximum travel as far as I have found; you can just keep going round and round.

    To avoid having to 'unwrap' by the same number of degrees to take the Rotary home you have to turn on Quick Rotary G28 and CIRCLE WRAP.

    Setting #108 is Quick Rotary G28.

    CIRCLE WRAP is one of the items under PARAMETER 43, put a 1 here.

    Depending on the age of your machine you may find that CIRCLE WRAP is a Setting not a Parameter.
    An open mind is a virtue...so long as all the common sense has not leaked out.


  3. #3
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    626
    Downloads
    0
    Uploads
    0
    Thanks Geof!


  4. #4
    Registered
    Join Date
    Aug 2007
    Location
    U.S.A.
    Posts
    11
    Downloads
    0
    Uploads
    0
    Geof,
    Will this work on a TRT-160 trunnion style for the B axis?

    Matt Gifford
    Neal Chance Racing Converters


  • #5
    Registered
    Join Date
    Sep 2004
    Location
    Switzerland
    Posts
    264
    Downloads
    0
    Uploads
    0
    What I found on my 1999 machine (maybe they have changed this by now) was that with programming it quit at about +/- 200,000 degrees. however, if you advanced it by programming more than about 100,000 degrees, if you then put it into manual, the handwheel would no longer work.

    My feeling is that an operation in excess of 6 million degrees may be risky, so you may need to break it into sections.

    The max feedrates for each Haas 4th axis model are specified on their website, every one is different. They are in degrees per min, so you will need to convert degrees of rotation into a linear measurement based on the diameter you're milling. You need to enter an "average" 4th axis diameter in the control (I forget what setting) in order for it to calculate the rotary feedrate. --ch


  • #6
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,964
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by chmillman View Post
    ......My feeling is that an operation in excess of 6 million degrees may be risky, so you may need to break it into sections......
    Would G92 work here? Rotate the table a few hundred thousand degrees then use G92 to define the current position as A0.0 and continue cranking?

    Then use G28 with the Quick Rotary turned on to get back to a known zero.
    An open mind is a virtue...so long as all the common sense has not leaked out.


  • #7
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    626
    Downloads
    0
    Uploads
    0
    I haven't got far enough to worry about the max revolutions yet, I'm still stuck on the feedrate thing. On the Haas website, it sais 100º/sec, so 6000º/min. BUT, in MDI, the max feedrate I can put in is 833, which just happens to be the max X and Y feedrates. Is there any settings or parameters that I'm not finding that control what type of feedrate the 4th excepts? Or a G/M code to set a condition??

    The problem is that I'm working on a christmas present for my wife, and this is the first time I've used a 4th axis. My CAM program is outputting the feed as degrees per minute, and it's alarming out. I don't get it.


  • #8
    Registered
    Join Date
    Sep 2004
    Location
    Switzerland
    Posts
    264
    Downloads
    0
    Uploads
    0
    No, the Haas wants IPM or MMPM, not deg/sec.

    It uses the diameter setting (again, I forget which number it it) to calculate the degrees per second from the IPM/MMPM given. --ch


  • #9
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    626
    Downloads
    0
    Uploads
    0
    Looks like I'm screwed then. Mastercam refuses to post anything other than degrees per minute feedrates for the 4th. Great. And this program is in excess of 600,000 lines, the majority of which have 4th axis feedrates.

    Thanks for the help anyway.


  • #10
    Registered Donkey Hotey's Avatar
    Join Date
    Nov 2007
    Location
    USA
    Posts
    1,650
    Downloads
    0
    Uploads
    0
    Uhhh...believe me, I'm no expert on MasterCam or the rotary (in fact, I'm just smart enough to be dangerous) but...

    ...I think it's just a matter of doing some math in the post processor. MasterCam outputs 'units'. The postprocessor decides what to do with those units. I think that you can find that portion of your post, add some math and convert it to IPM.

    In any case, I'm paying particular attention to your results. I have a T5C rotary that has never been connected to my VF-2. I have factory 4th axis and the outboard control for the 5th. I'm going to have to cross this bridge soon.
    Greg


  • #11
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    If you insert a diameter value in your Haas settings for your HRT160, the control will convert your IPM as required. Of course, this implies that you are working at more or less one diameter on the entire job, because you cannot change the settings midway (easily).

    So, if you have a proper X or Z feedrate specified for the tool, there is no actual need to specify an A axis feedrate, because the A axis will move at a comparable feedrate as the last linear axis feedrate (thank god, on a Haas ) If you have a combined XA move, the linear feedrate is 'boss' anyways, and feedrate is modal and does not need to be declared on every line unless you wish to change it.

    Now the above may be just a workaround if you cannot find a way to easily modify your post, but heck, you gotta get that job done in just a few hours
    First you get good, then you get fast. Then grouchiness sets in.

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


  • #12
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    626
    Downloads
    0
    Uploads
    0
    Donkey's post got me thinking, so I had a look at the post processor, and just to see, I forced it to use inverse feedrates for the 4th, then reposted the code, and walla, everything is 833ipm or less. Even if it's too fast, I'll just override the feedrate until it looks ok and sounds ok. Cross your fingers!

    Attached is a picture of the model I'm trying to make. It's a lighthouse of my own design, based loosely on my wife's favorite lighthouse. It is about 8" tall and I'm starting with 5" square bar.
    Attached Thumbnails Attached Thumbnails HRT160 rotary table questions-lighthouse.jpg  


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. 60$ rotary table?
      By vacpress in forum General Metal Working Machines
      Replies: 22
      Last Post: 10-30-2007, 08:12 AM
    2. Rotary table
      By Piobaire in forum HURCO
      Replies: 0
      Last Post: 08-22-2007, 08:30 AM
    3. Looking for a rotary table
      By gto7419 in forum General Metal Working Machines
      Replies: 4
      Last Post: 06-11-2006, 08:37 PM
    4. Useful for Rotary Table?
      By Ken Stuempge in forum Mechanical Calculations/Engineering Design
      Replies: 2
      Last Post: 02-12-2006, 10:16 AM
    5. Rotary Table Req
      By h_2_o in forum General Metal Working Machines
      Replies: 9
      Last Post: 02-08-2005, 02:11 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.