Newbie Silly Tool Change Question


Results 1 to 10 of 10

Thread: Silly Tool Change Question

  1. #1

    Default Silly Tool Change Question

    Why is it that the Hxx code always appears at least a few lines after the Txx M06 code?

    N30 T2 M06
    N35 S8000 M03
    N40 G54
    N45 M08
    N55 G00 X0.3744 Y-0.265
    N60 G43 Z0.6 H02

    I can sort of understand why you'd want to separate the code as two different instructions (so we can use G43 vs G44?), but why aren't the M06 and Hxx instructions nearer to each other?

    And why throw the Zxx instruction in the H line?

    Enquiring minds want to know....

    Thanks,

    Mike

    Similar Threads:


  2. #2
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Silly Tool Change Question

    N60 G43 Z0.6 H02 Doesn't actually move the Z, It just applies the tool height offset. The next line should move the Z to its next position with the height offset applied.



  3. #3

    Default Re: Silly Tool Change Question

    Hey there Jim.

    Does the Z0.6 have any function? Where does the 0.6 come from?

    And why the distance between the M06 and the G43 H?

    Thanks mucho for the quick response.

    Mike



  4. #4
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Silly Tool Change Question

    The Z0.6 should come from the tool height offset table.

    N30 T2 M06 (load tool #2)
    N35 S8000 M03 (start spindle)
    N40 G54 (set the work coordinate system)
    N45 M08 (turn on flood coolant)
    N55 G00 X0.3744 Y-0.265 (rapid move X & Y to initial position)
    N60 G43 Z0.6 H02 (apply tool height offset)
    N65 G00 Zx.xx (move Z to initial position)



  5. #5
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Silly Tool Change Question

    This all has to do with the way the post processor was written.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  6. #6

    Default Re: Silly Tool Change Question

    Maybe I'm dense (probably) but the CAM software (F360 and PP) doesn't have any idea what the tool offset is. What am I missing here?



  7. #7

    Default Re: Silly Tool Change Question

    Thanks Ger.

    Is it just traditional to have the G43 H come after the spin up, or is it a purposeful delay?



  8. #8
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Silly Tool Change Question

    Quote Originally Posted by MikeJames View Post
    Maybe I'm dense (probably) but the CAM software (F360 and PP) doesn't have any idea what the tool offset is. What am I missing here?


    That is not quite true The tool height table can also normally be set in the CNC software tool table if it exists.



    Attached Thumbnails Attached Thumbnails Silly Tool Change Question-fusiontoolheight-jpg  


  9. #9

    Default Re: Silly Tool Change Question

    I've done a few tests in F360 and have determined that the Z.06 is the clearance height for the toolpath.



  10. #10

    Default Re: Silly Tool Change Question

    Quote Originally Posted by Jim Dawson View Post
    That is not quite true The tool height table can also normally be set in the CNC software tool table if it exists.

    That appears to be the tool number, and not the actual offset. But you're getting closer! Thanks Jim!



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

Silly Tool Change Question

Silly Tool Change Question