Proma THC is available as the:
Proma Compact 150 THCProma THC SDAnd I think there may be another compact solution.
I believe all the internals are roughly the same, although I've only ever owned and used the 150 so can only speak about that performance wise. (in short I was disappointed, but it depends on your expectation, as they have sold 1000's everywhere, and are used loads.... but I'm not sure if anyone will swear by them..... of just uses them as a fix to a solution..... the problem is settings and internal relays in my opinion with changing material thicknesses if you are like me and do any old thing with any old plate...... if all you do is the same old day in day out with one setting I'm sure they can be tuned great but I could not remember all the settings that I needed to change ever time I changed material.
The 150 basically takes the input voltage from the plasma cutter (either raw or 1:50 divided) and outputs 3 signals to the motion controller.
a) is the ARCOK signal.
b) THC UP
c) THC DOWN
The ARC OK is achieved when the voltage is below a single internal setpoint within the Proma, to be fair this setpoint is never really changed, and just indicates that the plasma cutter arc has changed from "transfer" (which is the plasma ignite) to the "cutting" arc phase.
The THC UP / DOWN are basically output when the sensed voltage is above / below the setpoint +/- the internal hysterysis setpoint which is a minimum setting of 1V (which is a lot in my opinion as its +1 and -1 to 2 volts around the setpoint of whatever you set depending upon what material and thickness you are cutting..... I cut 1mm, 1.5mm, 2mm, 2.5mm, 4mm and 6mm ....... all mild steel.... that for me is a PIA to remember the settings and remember to adjust them every time a throw a bit of plate on the table to be cut.
The Proma SD is different..... basically it interrupts your Z-axis and will step the axis up and down directly relative to the setpoint...... whist this sounds great as it misses out the requirement for a motion controller that is compatible with THC commands it also creates a few issues....... it has no acceleration parameter..... it will just shunt it up to the velocity you set for up and down motion.... the setpoint and hysterysis is just as large as the Proma 150, but their are a few more settings for the steeper motor such as steps and travel etc.
Another problem with the proma THC's is they appear to use relays for ARCOK, THCUP and THCDN...... relays are fine.... but they can be a bit slow when you are cutting thin plate fast .... when I want it to go up, I want it up now, not in 100mSec+ where at 300"/min (7.6m/min) it would have travelled 12mm to maybe 25mm before the torch begins to do anything...... and also by the time it stops (another 100mSec later) its probably missed the target and is now shooting in the other direction.... optoisolators would have been better (quicker).
Other options that I am aware of:
MiniTHCYes I have one of these and I've spoken to Denis many times and do recommend them.
Basically its like the Proma 150 in that it measures the voltage around a setpoint. the voltage and hysteresis can all be passed to the controller from the post processor as well as the ArcOK delay etc.... and it uses optoisolators..... it is not the best... but its quicker (20khz) I think is the voltage sense
Neuron SimplicityOk this is not cheap, it is a stand alone THC (truly stand alone) and will be very good. (I know Andrew and talk with him regularly, I am biased ..... I have a Neuron Lite THC {whole other league}, you will find him on various forums under the name "shad" including the UCCNC forum where is active
It is very different in that it will directly control your Z axis and basically all you tell it is when to start (a single digital output pin), when you want to inhibit THC (so that anti-dive and other THC motion lock base on voltage sensed functions work), and it provides a "motion" feedback signal which is the same as "ARCOK" and tells your X and Y axis that it can now move.
Problem in my opinion..... you need to set the voltage for everything you cut..... so again if you are like me and cut various thicknesses and not a lot of it it can be a PIA to reset and remember the settings (ok you could use a chart).
I will leave the discussion out of these as they are going to be out of your needs and price range I expect (but worth a flip through, it costs nothing to read but time):
Neuron LiteThere is a
Neuron Pro, but you won't ever need that unless you do Oxy/Acetylene or Plasma + Oxy/Acetylene.
TMC3in1 only works with Smooth Stepper and therefore Mach3 (and if they ever get around to a driver for the TMC3in1 maybe mach4 one day.... it requires a special driver / plugin)
CandCNC in short is expensive and unless you're and american customer their customer service can be short and abrupt {there are a few posts on them from not happy customers on the net} , they are stand alone THC's and have a strong customer base with a lot of customers (they have been around a long time). I suspect that the abruptness comes from frustration with being asked the same questions over and over again over the years with users not able / willing to do a little research.
Now the other options which are promising (ie I don't have one, but would consider):
Razordance DTHC This one does have a plugin for UCCNC and the developer is Sterling who is well known on the Mach forum. And is now on the UCCNC forum. I would have bought one of these ages ago (before the proma), the website looked a bit old and I was not sure if it was supported, but I can assure you that it is supported and available (from last discussions I had) Terry / Vmax on here has done some work with one with a screenset etc.
Polabs they do two of them (only seen them recently) o
ne is VERY similar to the Proma 150, the other will not be compatible with UCCNC and will require their own BoB with Mach3/Mach4. This does look interesting as this one uses optoisolators and is likely to be faster than the Proma 150, and its in a similar price bracket from Hungary.
Ones that I am aware of (but would not consider personally for various reasons, if you are interested in any I'll reply to them directly)
PriceCNC I know that Rtech use them with their plasma tables (appears arduino based), may be a bit slow in my opinion, and have not been around that long.
Agelkom THC (also known as CAP04 sometimes in searches)
Star Plasma / THC (got a few names this one, but all look the same)
Purelogic won't work with UCCNC, only Mach3 I believe and their own cnc software
And if you're really keen, time is cheap and you have loads of it you could build an
Arduino based THCThere also a possibly simpler option..... to buy a
MESA THCAD (they have two versions and 10V and 300V version, the 10V can be extended with additional resistors).
These are interesting and are used with LinuxCNC via an encoder input. Basically they are precision voltage to frequency converter boards and are isolated. So they offer the opportunity for you to use a PWM signal input via something like an Arduino board (or faster if you really require) to issue a THC UP/DN and ARCOK signal, you could also extend that to a full stand alone THC control should you have the wish.... Basically the THCAD resolves the most difficult part in my opinion, the isolated voltage divider. After that its mainly code and some simple IO hardware.