haas program question


Page 1 of 2 12 LastLast
Results 1 to 20 of 21

Thread: haas program question

  1. #1
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    48
    Downloads
    0
    Uploads
    0

    Default haas program question



  2. #2
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Lathe or mill?



  3. #3
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    48
    Downloads
    0
    Uploads
    0

    Default

    mill vf-2



  4. #4
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    I wondered; lathe is fairly simple but mill is not. It is beyond my present ability and I am interested to see what is suggested because I have in mind some parts that will need it.



  5. #5
    Registered
    Join Date
    Mar 2005
    Location
    Silicon Valley, CA
    Posts
    988
    Downloads
    0
    Uploads
    0

    Default

    3.0" at top, .... 1.7 at the base,.... 35deg angle.

    So you have an upside cone? Is there a plate at the base? Basically, is it just a cone, or is there more to this part?

    If its just a cone, then its a cake walk. You can do it on a rotary table (if you have one), or you could stand it up with the small end up and cut it in 3D. Which in reality, you don't even need full 3D, you can cut the part in 2-1/2 axis (G2 or G3 arc moves with an XZ or YZ stepover).

    It's just a part..... cutter still goes round and round....


  6. #6
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    is it the math your having problems with or the actual programing?

    Because programing the, part lets say from the top down, (like psychomill said "small end up") is just integrals from a 90 degree triangle, with the top (or smaller angle) of 35deg, with with every step over calculated by how far in the Z direction you go (trig it out) this is how much the radius of you circular move will change for every z step.

    I have calcualtors for this, but in a pinch I could give you all the formula. I am sure someone with a higher order frontal lobe could probably give these things to you quicker. afterall its been about ..... well a few years for me!

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  7. #7
    Registered
    Join Date
    Sep 2003
    Location
    Monee IL
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    Or even nastier yet if you have Haas Macro let the machine do the math and you can set the step down however you like by just changing some variables.



  8. #8
    Member Kool Parts's Avatar
    Join Date
    Jan 2004
    Location
    USA
    Posts
    539
    Downloads
    0
    Uploads
    0

    Default

    cncsdr,
    Is this the shape you are looking for. Allways a good place to start!
    Gary

    Attached Thumbnails Attached Thumbnails haas program question-cone-jpg  


  9. #9
    Member Kool Parts's Avatar
    Join Date
    Jan 2004
    Location
    USA
    Posts
    539
    Downloads
    0
    Uploads
    0

    Default

    If so it would go something like this. There are several more pages but you get the idea.
    Gary

    Attached Files Attached Files
    Last edited by Kool Parts; 09-13-2005 at 11:57 AM.


  10. #10
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    or if you wanted to get trick you could do a downward spiraling helix! Have fun programing it though if you don't have a cad/cam system.

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  11. #11
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by miljnor
    or if you wanted to get trick you could do a downward spiraling helix! Have fun programing it though if you don't have a cad/cam system.
    This is what I am waiting for someone to post; but not the cad/cam version a generalised macro routine is what I want. Enter top diameter, bottom diameter, height, pitch of helix - push button.



  12. #12
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    not asking much are you! I see what i can do but it will take me awhile. Hopefully someone beats me to it (as I am pretty slow in the macro coding) but I can do it..

    your not in a hurry are you? tired

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  13. #13
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    32
    Downloads
    0
    Uploads
    0

    Default

    The attached pic is from a Fanuc manual. I don't know if Haas can do it or not.

    You only need to program one of the three values that are in the parentheses. The other two will be figured out by the control.

    Attached Thumbnails Attached Thumbnails haas program question-conicalinterpolation-jpg  


  14. #14
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    I have never tried that but I think it will work. Will try it Tomorrow at work.

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  15. #15
    Member HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4826
    Downloads
    0
    Uploads
    0

    Default

    Michael T,
    Let us know if you make a discovery on the Haas. I doubt that it will work on a G02 or G03, but it might work on a G13 helical.

    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)


  16. #16
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    dont you have HAAS in your shop Hu?

    never used a g13 does haas support that?

    dont have my book at home!

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  17. #17
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1498
    Downloads
    0
    Uploads
    0

    Default

    050916-1453 EST USA

    G13 on a VF is Circular Pocket Milling Counterclockwise.

    This starts at the center, arcs out as shown in the HAAS illustrations, and at the end arcs back to the center. I believe the first and last motions are arcs, and the middle area is a spiral. G13 won't work for this application unless the cone is a cavity with large open end at the top.

    If a machine has a true sprial capability, then one instruction would make a cone. I do not believe HAAS has such a capability, whereas I believe Fanuc does, or partially does.

    Thus, on HAAS you make a lot of short straight segments, or arcs, or you use a lot of circles. Any of these can be done with relatively little code in macros.

    .



  18. #18
    S.N.A.F.U. miljnor's Avatar
    Join Date
    Jan 2005
    Location
    usa
    Posts
    1880
    Downloads
    0
    Uploads
    0

    Default

    I looked at the book and Gar is right on. Probably the best way to do this is with a macro that vari's the arc and the depth of spiral using a g2 or g3. Which is what I am working on. Virtual gibs does this for me with a plugin that does tapered pipe threads. After seeing a couple of example outputs for the tapered thread it is fairly easy to make a macro for it. After I rember which trig function to use I will put it here.

    thanks
    Michael T.
    "If you don't stand for something, chances are, you'll fall for anything!"


  19. #19
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by miljnor
    .... Virtual gibs does this for me with a plugin that does tapered pipe threads....
    Why can't you just use this to make a very fine pitch thread with a very steep taper?



  20. #20
    Member HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4826
    Downloads
    0
    Uploads
    0

    Default

    The Haas manual doesn't address a conical interpolation that I can find, but I was wondering if there were any undocumented moves that it can be tricked into making. I have not attempted to find out thus far on my own machine.

    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)


Page 1 of 2 12 LastLast

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

haas program question

haas program question