586,500 active members*
2,747 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Sharp CNC > cutter compensation values
Results 1 to 3 of 3
  1. #1

    cutter compensation values

    Hi all

    I have been trying to figure out if there is a way to assign multiple cutter compensation values to the same tool, within one program.
    Thanks

    Larry

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    You can use any offset with any tool, either for length or for diameter comp.

    For length comp, you start with:

    G43 Z0.1 H01 (MOVE TO Z0.1 AND ACTIVATE OFFSET 01)
    G01 Z0 F20.
    X2.0
    Z0 H21 (MOVE TO Z0 AND ACTIVATE OFFSET 21)
    X0

    There are parameters in the control that determine how and when the new comp is applied, so be careful the first time through and work above the part.

    For diameter comp, I've used one offset for roughing a profile, then another offset for finishing.

    G43 Z0.1 H01
    D21 F20. (SET OFFSET # AND FEED FOR ROUGHING)
    M98 P1001 (CALL PROFILE SUB)
    D01 F30. (SET OFFSET # AND FEED FOR FINISHING)
    M98 P1001 (CALL PROFILE SUB)

    In your sub, you'll have the G41/G42 and G40 commands to turn cutter comp on or off.

    Hope this helps.

  3. #3
    Thanks Dcoupar

    I'll see what I can do with that.

    Thanks again,
    Larry

Similar Threads

  1. Cutter Compensation
    By TravisR100 in forum NCPlot G-Code editor / backplotter
    Replies: 2
    Last Post: 10-31-2010, 08:09 PM
  2. Cutter compensation..
    By driftmaster in forum Mastercam
    Replies: 18
    Last Post: 04-03-2010, 08:14 PM
  3. Cutter compensation????
    By Clawsie Machine in forum Cincinnati CNC
    Replies: 6
    Last Post: 11-13-2008, 08:19 PM
  4. cutter compensation
    By functionbikes in forum Tormach Personal CNC Mill
    Replies: 2
    Last Post: 06-17-2008, 08:39 AM
  5. Cutter compensation?
    By Tonenc in forum G-Code Programing
    Replies: 4
    Last Post: 11-03-2005, 06:53 AM

Posting Permissions

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