Another plasma component...
I picked an arbitrary number for that, I will increase it to 999999 to hopefully cover all bases.Uthayne wrote:
Im using a THCAD-300 which requires a voltage offset of 118200. I saw the max (upper) value on the arc-voltage-offset was 99999, so I had to increase it to 120000 so I could set my offset correctly. I realize that range isn't an issue for the THCAD-10s, but I assume anybody else with - 300 would run into the same issue.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
If you open up your Hypertherm inverter you wll find a dip switch. Here you can set several divided arc value's for CPC port.
So this is nice.
If your mesa has a input of max 300volt dc i would use problably the 20 : 1 to stay at high resolution when using only CPC !
In the threat of John. you can download the user manual forum.linuxcnc.org/plasma-laser/36538-pierce-height
section 7-6 has the info.
Attachments:
Please Log in or Create an account to join the conversation.
If you have an older version and the ohmic probe led was off when probing started that is most probably your probe height is too low, it is calculated from the Z minimum limit.So when I trip the ohmic or floating z switch after I run m03s1 I get a error saying “ohmic probe/floating switch detected before probing program is paused”
If the ohmic probe led was on before probing started then it means the probe is already tripped.
Newer versions have better error messages.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
Ah, good points. Thanks Grotius and rodw.
Is there any benefit to switching it out for the -10 model? Was previously using it with raw arc voltage, now using it on a Hypertherm and could use divided voltage straight from the CPC
Possibly. If you use the raw arc voltage on the Hypertherm, there will be a couple of extra resistors in the circuit which will distort the readings (100k on each leg I think). I think though you could calculate the divider ratio on the assumption of the resistance required for a 300 volt full scale per the thcad manual and then add 200k to it and recalculate the fullscale and divider ratio from there.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ah, good points. Thanks Grotius and rodw.
Is there any benefit to switching it out for the -10 model? Was previously using it with raw arc voltage, now using it on a Hypertherm and could use divided voltage straight from the CPC
Possibly. If you use the raw arc voltage on the Hypertherm, there will be a couple of extra resistors in the circuit which will distort the readings (100k on each leg I think). I think though you could calculate the divider ratio on the assumption of the resistance required for a 300 volt full scale per the thcad manual and then add 200k to it and recalculate the fullscale and divider ratio from there.
From what I have seen the THCAD reads ua (micro amps) not volts. This is why voltage deviders can mess with it. It does not care what the voltage is it just looks at the microamps that the voltage creates running through the resistors. The the THCADs are designed to read 0-100 micro amps. The higher the resistance in the circuit the higher the voltage can be and put out the same amps. If your using the THCAD300 then it has the resistance it needs built in to reach full scale of 100 micro amps at 300volts. If the hypertherm has 100k in line on both legs then it will mess with your scaling. To show you why let’s do some math. 300v/.0001amps=3,000,000ohms. So the THCAD has 3 mega ohms built in. If you toss another 200k into the mix your at 3,200,000 so 300v/3,200,000=0.00009375Amps. So 300v would only give you 93.75 microamps not 100. 93.75/100=93.75%x300=281.25. So at 300v the THCAD will think your at 281.25v
Please Log in or Create an account to join the conversation.
divide 281.25 by that number and that should be your scale figure (around 0.01125) and the 1/32 0 volt reading will be your offset. But just check the resistance on your raw arc voltage first. Hope I got that right as I bypassed Phills settings.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
plasmac.comp file was modified so you will need to run make.
IHS skip type determined by THC enabled/disabled.
Changed files are:
hal/components/plasmac.comp
configs/sim/gmoccapy/plasmac/README.md
configs/sim/gmoccapy/plasmac/imperial_plasmac.ini
configs/sim/gmoccapy/plasmac/metric_plasmac.ini
configs/sim/gmoccapy/plasmac/plasmac.hal
configs/sim/gmoccapy/plasmac/plasmac_run.hal
nc_files/plasmac/imperial_ihs_skip_0.ngc
nc_files/plasmac/imperial_ihs_skip_1.ngc
nc_files/plasmac/metric_ihs_skip_0.ngc
nc_files/plasmac/metric_ihs_skip_1.ngc
Increase range of arc-voltage offset and scale.
Changed files are:
/configs/sim/gmoccapy/plasmac/plasmac_config.py
Add THC start delay.
Changed files are:
hal/components/plasmac.comp
configs/sim/gmoccapy/plasmac/plasmac_monitor.glade
configs/sim/gmoccapy/plasmac/plasmac_monitor.hal
configs/sim/gmoccapy/plasmac/plasmac_run.glade
configs/sim/gmoccapy/plasmac/plasmac_run.hal
configs/sim/gmoccapy/plasmac/plasmac_run.py
Remove redundant indicators.
Changed files are:
configs/sim/gmoccapy/plasmac/plasmac_monitor.glade
configs/sim/gmoccapy/plasmac/plasmac_monitor.hal
configs/sim/gmoccapy/plasmac/plasmac_monitor.py
configs/sim/gmoccapy/plasmac/plasmac_run.glade
configs/sim/gmoccapy/plasmac/plasmac_run.hal
Cheers, Phill.
Please Log in or Create an account to join the conversation.
I also hit estop straight after a probe with torch disabled and it was about 1.0mm too high
Then did the same in a live cut and it was about 2.0mm too high
Using Ohmic sensing
Is there an adjustment for this height anywhere?
First time I tried that. I'll check my float switch offsets in case its using it
Please Log in or Create an account to join the conversation.