Hello Guest it is March 28, 2024, 12:38:23 PM

Author Topic: THC300/Mach3 Touch off issue  (Read 14701 times)

0 Members and 1 Guest are viewing this topic.

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
THC300/Mach3 Touch off issue
« on: May 04, 2011, 06:44:10 PM »
After a reinstall of mach3 and THC300 the torch is moving out to the first cut and then moves up instead of down to touch off.  I have the motor direction set correctly and it bumps up to jog as it should. Any ideas what it is? I am using sheetcam to process gcode.

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #1 on: May 04, 2011, 09:12:47 PM »
After playing around more I found that reverse z axis under home/limits did the job.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: THC300/Mach3 Touch off issue
« Reply #2 on: May 05, 2011, 04:33:57 AM »
I'm guessing you're using "home" touch off (as opposed to G31). Although what you've done obviously works, I'm guessing you have "home negetive" ticked as well which is kind of a double negetive way of doing things if you see what I mean. You could just have set set "home positive" i.e. home downwards.

Ian

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #3 on: May 05, 2011, 02:18:02 PM »
I have a floating head and am using a switch on z home input. I have read about the g31 somewhere but i am not sure what it is or how it works. If there is a better way I sure would rather do it.

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #4 on: May 09, 2011, 06:14:11 PM »
I cannot figure this out. Can someone explain what is g31 and how do I set it up? What is happening is the head is coming down to make the home z switch, zeros out the dro and then pushed harder into the metal for the Peirce height is stead of coming up. Also it is not doing my post variable offset even though I have set it in sheetcam.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #5 on: May 09, 2011, 06:27:10 PM »
Can you post a short section of your code that shows the HomeZ routine?

It sounds like you have problems with the Zhome switch sticking. Double check the function in the diagnostic page. Watch the Zhome led and trip the switch by hand. See that it changes state. Next make sure the state is what you need in your setup.

(;-) TP

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #6 on: May 09, 2011, 06:28:46 PM »
I found the g31 code processor in sheetcam and set it up. Now the torch is coming down to touch off and continues to drive into the plate. Under the g31 control should the input for the touch off switch be set on a different input? Mine is set on z home port 1 pin 13



How do I post my code?

Offline jeremyrockjock

*
  •  39 39
  • Why buy what you can build.
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #7 on: May 09, 2011, 06:34:11 PM »
z home switch is working fine. I just have something ticked wrong

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #8 on: May 09, 2011, 06:42:15 PM »
Open the code in notepad Copy a section of code then paste it into the reply window.

I would get it working with the zhome then when it is working ok switch IF you want.  Here it works equally well either way.  Six of one half a dozen of the other.

(;-) TP

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: THC300/Mach3 Touch off issue
« Reply #9 on: May 09, 2011, 06:47:04 PM »
Question,  If you set your Z to zero then from the MDI issue a G1 Z-1.000 F5, which way does the head go Up or down?

Just a thought, (;-) TP