Trying to cut o-ring grooves using a subprogram. - Page 2


Page 2 of 2 FirstFirst 12
Results 21 to 24 of 24

Thread: Trying to cut o-ring grooves using a subprogram.

  1. #21
    Registered
    Join Date
    Apr 2008
    Location
    U.S.
    Posts
    24
    Downloads
    0
    Uploads
    0

    Default Re: Trying to cut o-ring grooves using a subprogram.

    Quote Originally Posted by mactec54 View Post
    the main risks are when it is not canceled before an absolute move
    Yup, been there done that! E-Stop has been my best friend!!



    Quote Originally Posted by DruMor View Post
    I cut o-ring grooves in some parts just yesterday. I use a macro routine to ramp in to depth. For what you are doing, how I would program it would be something like this:

    #1=0.(Starting depth)
    #2=.17(Z cut per lap)
    #3=-1.38(Final depth)
    while[#1gt#3]do1
    #1=[#1-#2]
    if[#1le#3]then #1=#3

    g2x-10.32i10.32z#1f125.
    end1
    Are these macros HAAS specific? I would love to have access to these conditional functions in our DMG... (while loop, if/then statements, etc.) We already have a lot of programs in our old machine written where the variables (#1, #2...) are specified on the first few lines, and it automatically calculates how to cut the part. For example I have a program to cut soft-jaws, where we simply specify width, length, and depth at the beginning of the program and it cuts whatever size soft jaw I needed. But there are some limitations currently the way I wrote them, for example depth must be divisible by 0.05 (otherwise depth of the two holes will be slightly off). When we move them I may rewrite them to be more efficient!



    Wallace



  2. #22
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    713
    Downloads
    0
    Uploads
    0

    Default Re: Trying to cut o-ring grooves using a subprogram.

    Quote Originally Posted by extanker59 View Post
    matt@RFR is right too about the complexity but I'm not a fan of going home after each groove. It would simplify everything though.
    I don't know if it's a setting or a control generation deal or what, but my 2007 VF-2ss ignores redundant tool changes. It's really convenient. My new Brother does NOT ignore duplicate tool changes so I had to change my sub program structure, but it's still not a huge deal.



  3. #23
    Registered
    Join Date
    Oct 2017
    Location
    United States
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Trying to cut o-ring grooves using a subprogram.

    No cutter comp used, center of the O-ring is the center of the cutter path.



  4. #24
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: Trying to cut o-ring grooves using a subprogram.

    Quote Originally Posted by Geo55 View Post
    No cutter comp used, center of the O-ring is the center of the cutter path.

    You should not need cutter comp, also when you cut Oring groves, you should use a regular endmill 3 to 5 flute, a ball endmill should not be used for Oring Groves

    Mactec54


Page 2 of 2 FirstFirst 12

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

Trying to cut o-ring grooves using a subprogram.

Trying to cut o-ring grooves using a subprogram.