Results 1 to 9 of 9

Thread: Floating Z Head

  1. #1
    Registered tulsaturbo's Avatar
    Join Date
    Feb 2008
    Location
    USA
    Posts
    194
    Downloads
    0
    Uploads
    0

    Exclamation Floating Z Head

    I read this on another website:
    The floating head works like this.. The Z lowers untill it hits the plate and keeps going untill it hits your floating head limit switch then comes up to 0 plus your pierce height. In your g-code you tell it the switch travle so it adds that to your Z. The purpose of the floating head is to tell Mach3 where the top of the metal is before the pierce
    Can anyone explain with more detail on how to set this up with mach3 settings / configuration? I have tried looking all over the net for an explanation on how to set this up and can't find one! It would be greatly appreciated!

    TIA


  2. #2
    Registered
    Join Date
    May 2007
    Location
    USA
    Posts
    98
    Downloads
    0
    Uploads
    0
    Its not setup in mach , it is setup in your post processor. In sheetcam my post processor has a place for me to put my offset which is .26

    This is the code it then produces for every pierce.
    N0110 G28.1 Z0.12
    N0120 G92 Z0.0
    N0130 G00 Z0.2600
    N0140 G92 Z0.0
    N0150 G00 Z0.1300
    N0160 M03
    It makes the z go down until the switch is tripped. It sets the z axis dro to 0. It raises the z the offset number (.26 in my case). It again sets the z axis to 0. Now the top of the metal is at 0 and the the tip of the torch is at 0. It raises the z axis to the pierce height. ( I use .13 in this case) and starts cutting.
    Hope this helps.


  3. #3
    Registered tulsaturbo's Avatar
    Join Date
    Feb 2008
    Location
    USA
    Posts
    194
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by lowpull View Post
    Its not setup in mach , it is setup in your post processor. In sheetcam my post processor has a place for me to put my offset which is .26

    This is the code it then produces for every pierce.
    N0110 G28.1 Z0.12
    N0120 G92 Z0.0
    N0130 G00 Z0.2600
    N0140 G92 Z0.0
    N0150 G00 Z0.1300
    N0160 M03
    It makes the z go down until the switch is tripped. It sets the z axis dro to 0. It raises the z the offset number (.26 in my case). It again sets the z axis to 0. Now the top of the metal is at 0 and the the tip of the torch is at 0. It raises the z axis to the pierce height. ( I use .13 in this case) and starts cutting.
    Hope this helps.
    That helped out bunches. Thanks for the explanation!

    So I would set up the floating Z head switch in mach3 under - config / ports and pins / input signals / Z Home, correct?

    Would I need to configure the (Safe Z) as well (config / safe_Z setup) and if so whats the common setup to go with as I see that it gives 3 options to choose from?

    TIA
    Last edited by tulsaturbo; 08-29-2009 at 07:35 AM.


  4. #4
    Registered MonoNeuron's Avatar
    Join Date
    Aug 2003
    Location
    Australia
    Posts
    537
    Downloads
    0
    Uploads
    0
    I think setting the safe Z height for rapids is a good idea to clear any tip ups that may occur and if your Z head is pretty quick then setting it to about 2" or higher wouldn't hurt and it would also clear any hold down you may be using for thin plate (like heavy pieces of steel bar to keep things flat.).
    I am not completely useless.......I can always serve as a BAD example.


  • #5
    Registered tulsaturbo's Avatar
    Join Date
    Feb 2008
    Location
    USA
    Posts
    194
    Downloads
    0
    Uploads
    0
    So I would set up the floating Z head switch in mach3 under - config / ports and pins / input signals / Z Home, correct?
    Anyone???


  • #6
    Registered MonoNeuron's Avatar
    Join Date
    Aug 2003
    Location
    Australia
    Posts
    537
    Downloads
    0
    Uploads
    0
    Yes. It is the home switch
    If it doesn't behave as it should then click the check box for high or low depending on which way it goes
    I am not completely useless.......I can always serve as a BAD example.


  • #7
    Registered
    Join Date
    Feb 2007
    Location
    canada
    Posts
    669
    Downloads
    0
    Uploads
    0
    This is the code it then produces for every pierce.
    N0110 G28.1 Z0.12
    N0120 G92 Z0.0
    What is the 0.12 in the 1st line for ??
    Manufacturer of CNC routers and Viper Servo Drives
    www.LarkenCNC.com and www.Viperservo.com


  • #8
    Registered
    Join Date
    Nov 2008
    Location
    canada
    Posts
    22
    Downloads
    0
    Uploads
    0
    setting the offset in Mach3 config/Zhome will not help the THC post, only manual Z homes.

    you have to add "switchoffset post variable" when doing your toolpaths. its the big "V" on the side menu of sheetcam. it will display just like a toolpath in the side menu, with the check mark, etc.

    you have to have it there or the post processor will make your switch offset zero in the g-code. the way it should work is that the switchoffset gets put in the g-code automatically, from the switchoffset variable. you should not have to go into the g-code and edit in the value. Or, alternately, edit the post you are using to generate code to include the switchoffset variable.

    I had exact same issues, was continually editting the switch offset into the new programs.
    Last edited by creepy; 01-26-2010 at 12:49 PM. Reason: clairity


  • #9
    Registered Islam's Avatar
    Join Date
    Jun 2009
    Location
    Egypt
    Posts
    68
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Larken View Post
    What is the 0.12 in the 1st line for ??
    For the line : G28.1 Z0.12
    The 0.12 value is the absolute Z value that torch moves till reaching it first, and then start Z homing.
    I could be any value, but 0.12" or 3.0mm is suitable because it is the min. value that more than any switchoffset value.


  • Similar Threads

    1. Need Help!- Floating head switch
      By millman52 in forum General Waterjet
      Replies: 1
      Last Post: 06-14-2009, 09:17 PM
    2. THC Floating head needs to be spring loaded?
      By Normsthename in forum General Waterjet
      Replies: 3
      Last Post: 12-12-2007, 08:44 AM
    3. Floating Tap Head - Advice Please
      By UKRobotics in forum General Metal Working Machines
      Replies: 3
      Last Post: 10-23-2007, 09:03 PM
    4. Floating head / switch pics?
      By KKamel in forum General Waterjet
      Replies: 1
      Last Post: 02-01-2007, 12:07 AM
    5. Floating Head Switch?
      By Redline in forum General Waterjet
      Replies: 9
      Last Post: 09-18-2006, 09:21 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.