Hello Guest it is April 18, 2024, 06:57:42 PM

Author Topic: Plasma Application, Mach3 torch height control.  (Read 155600 times)

0 Members and 1 Guest are viewing this topic.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: Plasma Application, Mach3 torch height control.
« Reply #50 on: October 06, 2009, 06:14:28 AM »
Thanks JP - now working. FWIW I first tried this on my simulation Mach PC - i.e. no PP driver and although the Torch On/Off worked the TorchUP/Down didn't - the LEDs lit but no Z activity. Then I remembered a similar keyboard emulation issue I had a while back with the probe signal. It only actually works with the PP driver loaded. Sure enough the same seems to apply in this case.

thanks again

Ian
Re: Plasma Application, Mach3 torch height control.
« Reply #51 on: October 06, 2009, 01:44:57 PM »
Thanks JP - now working. FWIW I first tried this on my simulation Mach PC - i.e. no PP driver and although the Torch On/Off worked the TorchUP/Down didn't - the LEDs lit but no Z activity. Then I remembered a similar keyboard emulation issue I had a while back with the probe signal. It only actually works with the PP driver loaded. Sure enough the same seems to apply in this case.

thanks again

Ian

Ok that's cool !

BTW, what do you mean with "pp driver" ?

JP

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: Plasma Application, Mach3 torch height control.
« Reply #52 on: October 06, 2009, 01:57:52 PM »
BTW, what do you mean with "pp driver" ?

JP

Parallel Port Driver. I have a Mach on my office PC with no machine attached for just testing stuff and therefore I didn't install the PP driver and a Mach in my workshop driving a machine and therefore I did install the PP driver.

Cheers

Ian
Re: Plasma Application, Mach3 torch height control.
« Reply #53 on: October 06, 2009, 02:05:06 PM »
OK it's clear now  ;)

JP

Offline klmark

*
  •  107 107
    • View Profile
Re: Plasma Application, Mach3 torch height control.
« Reply #54 on: November 04, 2009, 05:49:19 PM »
Hey guys
 Did you get your DTHC working
Re: Plasma Application, Mach3 torch height control.
« Reply #55 on: November 06, 2009, 01:56:45 PM »
Hey guys
 Did you get your DTHC working

Hi,

Well not yet... Still finishing my CNC. See it's first cut here : http://www.youtube.com/watch?v=ILIp6wt-FJ4

JP
Re: Plasma Application, Mach3 torch height control.
« Reply #56 on: November 16, 2009, 02:51:07 PM »
Hi all,
Height control with Mach3
Please look:  http://www.youtube.com/watch?v=2rslIWcyfOo
Also please visit our web page www.agelkom.com.tr

Re: Plasma Application, Mach3 torch height control.
« Reply #57 on: January 15, 2010, 07:44:15 PM »
Greetings for all:

I am little lost about how to set up THC feature of Mach3. Do I need some external divice to control the torch? or is just an option? if not, how do I configure the thc in Mach3 to work?

Is there any schematics? I have looked all over for info. like this. The Mach3 docs are very poor and dont tell how to use THC in it.

Any help appreciated.

Richy
 
Re: Plasma Application, Mach3 torch height control.
« Reply #58 on: January 17, 2010, 10:17:25 AM »
Hi Richy,
It is possible to use Capacitive Sensor as a THC for Oxy Fuel and Plasma cutting.
It has some advantage than voltage controlled THC. No need floating switch or other things for "where the plate is" just adjust the height. And other advantage is PWM output not ON/OFF control that for causing oscillation the torch. It allows smooth Z movement during cutting.

Sensor connection via port and required 2 inputs.
Config>Ports&Pins>Input Signal>enable Torch On\ Up\ Down
Also you need simple macro:

For M3 command
code "g31 z0"
sleep(100)             //for slowing down the routine
While IsMoving()   // This will allow to continuously follow the curve on cutting material
sleep(100)             //for slowing down the routine
Wend
DoSpinCW()
Sleep (5000)      //wait for the z axis close to cutting plate and stop
 
(Also it is possible to use G28.1)
 
After that you can add to macro for zeroing the Z axes: G92Z0

Regards

Re: Plasma Application, Mach3 torch height control.
« Reply #59 on: January 29, 2010, 02:49:37 PM »
Gents,

I am now back with my machine which makes me very happy! Im interested in how you are all getting on with your projects versions etc, does anyone else have a working version of the dthc in mach? What about the version using the spindle speed input? I would als be interested in hearing more from the guys who were talking about signal filtering as i plan to try to make my version of the dthc work better.

Thanks

Matt