585,585 active members*
3,789 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > CamBam > Setting tool offsets and tool change position.
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    0

    Setting tool offsets and tool change position.

    How do you get cam bam to automatically put in the g commands for the same z for tool change?

    Also how do you get the machine to add G43 to the code to apply tool offsets with out having to add it manually?

    I'd appreciate the help.

  2. #2
    Join Date
    Feb 2005
    Posts
    521
    Quote Originally Posted by trishbits View Post
    How do you get cam bam to automatically put in the g commands for the same z for tool change?
    If you use different tool numbers in your drawing, CamBam will automatically insert tool change commands when the tool number changes between machining operations.

    You can customize the tool change code by ediiting the 'Tool Change' post processor property.

    There is more information regarding post processors here...
    CamBam 0.9.8 documentation - Post Processor

    Also how do you get the machine to add G43 to the code to apply tool offsets with out having to add it manually?
    I'd appreciate the help.
    This also can be done by modifying the 'Tool Change' post processor property.

    For example, here is the tool change command from the 'Fanuc DK' post that is installed with CamBam...

    Code:
    {$comment} T{$tool.index} : {$tool.diameter} {$endcomment}
    G28 G91 Z0
    G90
    T{$tool.index}
    M6
    G55 G0 X1. Y1.
    G55 G0 G43 Z1. H{$tool.index}
    Note, in the post processor properties you can use CamBam specific macros {$...} or you can just enter plain text you want to be output to your gcode.
    www.cambam.co.uk

Similar Threads

  1. setting the tool data and the tool offsets
    By Michael82 in forum Mazak, Mitsubishi, Mazatrol
    Replies: 8
    Last Post: 05-01-2022, 03:10 AM
  2. setting tool offsets
    By 356911914 in forum Hardinge Lathes
    Replies: 4
    Last Post: 02-08-2013, 05:33 PM
  3. Replies: 4
    Last Post: 02-01-2011, 03:10 PM
  4. tool offsets setting
    By coykiesaol in forum Mastercam
    Replies: 1
    Last Post: 11-30-2010, 09:46 AM
  5. setting tool offsets? 0M
    By OC_ in forum Fanuc
    Replies: 3
    Last Post: 02-05-2007, 01:52 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
  •