586,067 active members*
4,901 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2009
    Posts
    22

    Adjusting for cutter wear?

    I am wondering if there is a way to write code to decrease the cutter diameter (radius) after each ccyle of the machine. We are grinding glass parts and are trying to figure out how to program the machine to take into effect the wear on the grinding wheel and buffing wheel. Currently manually (typing in, really sucks) decreasing the size of the wheel.

    Thanks

  2. #2
    Join Date
    Nov 2009
    Posts
    2
    Quote Originally Posted by kbspeed View Post
    I am wondering if there is a way to write code to decrease the cutter diameter (radius) after each ccyle of the machine. We are grinding glass parts and are trying to figure out how to program the machine to take into effect the wear on the grinding wheel and buffing wheel. Currently manually (typing in, really sucks) decreasing the size of the wheel.

    Thanks
    Try Using the ware offset

  3. #3
    Join Date
    Jul 2005
    Posts
    12177
    Use G10 L12 G91 P(Tool Number) R(Change in diameter) in a looped subroutine to incrementally change the tool dia.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  4. #4
    Join Date
    Jul 2009
    Posts
    22
    I will try this but will it keep reducing the diameter after each cycle of the mill. Does it keep track even after restarting the cycle?

    Thanks for the help.

  5. #5
    Join Date
    Jul 2005
    Posts
    12177
    The G10 command does not "keep track" of anything; all it would do is reduce the value in the tool diameter table by the change in diameter you put in the command. You have to enter the starting diameter and you have to estimate how much wear is occuring on each cycle and enter that into the change in diameter.

    You are not going to avoid doing some manual entry because it is very unlikely the value you put in for the change in diameter will be exactly correct. This means that gradually the diameter in the tool table will become either smaller or larger than the actual diameter of the wheel as it wears so you will have to periodically correct the tool table entry.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  6. #6
    Join Date
    Apr 2005
    Posts
    713
    If you have enough parts to make to justify the cost, you could add the Renishaw probing package. This would allow you to probe the diameter of the wheel and update the tool offset automatically.

Similar Threads

  1. Adjusting ACC/DEC on a A2100
    By Rob_N in forum Cincinnati CNC
    Replies: 3
    Last Post: 09-24-2009, 04:21 PM
  2. Bit wear?
    By HakBot in forum Benchtop Machines
    Replies: 6
    Last Post: 12-02-2007, 04:45 PM
  3. Adjusting PlungeRate
    By sunmix in forum Mach Software (ArtSoft software)
    Replies: 5
    Last Post: 11-14-2005, 01:44 PM
  4. Adjusting backlash on VF-OE
    By eddie in forum Haas Mills
    Replies: 7
    Last Post: 12-22-2004, 09:20 AM
  5. My neck needs adjusting
    By turmite in forum Rhino 3D
    Replies: 27
    Last Post: 10-29-2004, 12:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •