Can you simply connect those two trigger wires together such that the "plasma on" signal from the torchmate box would trigger both? If not, perhaps you could add a relay to one of the lines coming out of the torchmate box. You could connect the torchmate box to your "open air" signal wire, and the relay to the "plasma ignite" signal wire. When the "plasma on" signal is given, this would of course start the air flow, and it would also trigger the relay, which would close the "plasma ignite" circuit. How you wired this would depend on exactly what your plasma cutter wants for inputs, but if just triggering both off the same wire doesn't work, using a relay may do the trick, to keep them on separate circuits but triggered by the same signal. (If you need a delay between "air on" and "ignite torch", you will need to do a little more work, probably just use a 555 timer to create the delay you need prior to firing off that relay, and you will need to compensate for this delay in the M code definitions of the torchmate software, unless you are using a torch height controller with an "OK to move" signal.)


LinkBack URL
About LinkBacks





something that may work for you is to have the output of the torchmate box trigger a relay which powers up two 555 timer circuits, and both of those timer circuits connect to the coil of a relay which opens and closes the circuit to your plasma cutter. Upon being powered up, one 555 timer would trigger the relay, and shut it off after a specified amount of time (the pulse), whereas the other 555 timer, upon being powered up would delay a certain amount of time, and then activate the relay (the constant on). Once the torchmate box cuts off the signal, the relay it is connected to shuts off and both 555 timers are de-energized, causing the torch relay to shut off. You could also do this with a single microcontroller, I just mentioned the 555 timers because they are cheap and versatile and require no special tools or programming. (You can do an Internet search to see the various ways to wire them up so as to create exactly the delay you need.)