Review Request for Arc Volt Sensor Schematic
- alangibson
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 35
25 Mar 2026 09:58 #344703
by alangibson
Review Request for Arc Volt Sensor Schematic was created by alangibson
Hi all. I've been playing with a design for a board that will allow me to read arc voltage with a Raspberry Pi. I think I've got something that will plausibly work. I'd appreciate a review of the attached schematic because circuit design is not my core competency.
Here's a quick tour:
1. Inputs are expected to be connected to the arc volt port of a blowback-start plasma power supply.
2. Input voltage is limited to 250V by a TVS diode
3. Voltage is divided 50:1
4. RCRC filter limits frequency to 14Hz
5. Raspberry Pi reads divided voltage via ADC
Thanks!
Here's a quick tour:
1. Inputs are expected to be connected to the arc volt port of a blowback-start plasma power supply.
2. Input voltage is limited to 250V by a TVS diode
3. Voltage is divided 50:1
4. RCRC filter limits frequency to 14Hz
5. Raspberry Pi reads divided voltage via ADC
Thanks!
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19825
- Thank you received: 4617
25 Mar 2026 12:48 #344718
by andypugh
Replied by andypugh on topic Review Request for Arc Volt Sensor Schematic
It says 400V Open Circuit Voltage, but you have a 250V TVS.
Maybe the TVS can go after the voltage divider? Or have a 500V one and a second lower voltage one after the divider. I think that with the TVS after the divider the divider would limit the current through it, which might work better.
You should probably put an optical isolator on the SPI lines from the ADC, just in case things do go wrong on your HV board.
Maybe the TVS can go after the voltage divider? Or have a 500V one and a second lower voltage one after the divider. I think that with the TVS after the divider the divider would limit the current through it, which might work better.
You should probably put an optical isolator on the SPI lines from the ADC, just in case things do go wrong on your HV board.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- Hakan
- Online
- Platinum Member
-
Less
More
- Posts: 1269
- Thank you received: 443
25 Mar 2026 14:59 - 25 Mar 2026 15:20 #344721
by Hakan
Replied by Hakan on topic Review Request for Arc Volt Sensor Schematic
Arc voltage is DCEN, that is, between -400V and 0V.
The torch is negative, ground is positive.
Not saying that the below is correct. It has worked for me for many hours though.
github.com/MetalMusings/MyOwnEtherCATDev...in/Cards/THTIC/Kicad
The torch is negative, ground is positive.
Not saying that the below is correct. It has worked for me for many hours though.
github.com/MetalMusings/MyOwnEtherCATDev...in/Cards/THTIC/Kicad
Attachments:
Last edit: 25 Mar 2026 15:20 by Hakan.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- alangibson
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 35
25 Mar 2026 20:59 #344739
by alangibson
Replied by alangibson on topic Review Request for Arc Volt Sensor Schematic
My intention with the TVS was to limit input voltage to 250V. The ADC expects 0-5V range, and voltage division is 50:1, so anything above 250V is out of range.
In reality 250V is way high for a cutting voltage. I just came up with it by working backwards from the ADC voltage range.
Does that make sense?
Optoisolators are a good idea. I was planning on the TVS limiting the voltage, but I guess it's always possible that someone would hook this board up to a HF start torch.
In reality 250V is way high for a cutting voltage. I just came up with it by working backwards from the ADC voltage range.
Does that make sense?
Optoisolators are a good idea. I was planning on the TVS limiting the voltage, but I guess it's always possible that someone would hook this board up to a HF start torch.
Please Log in or Create an account to join the conversation.
- alangibson
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 35
25 Mar 2026 21:35 #344742
by alangibson
Replied by alangibson on topic Review Request for Arc Volt Sensor Schematic
Thanks for the schematic. I wish I had found this a while ago.
I like how you use isolated and regulated voltage. I need to see if I can find a single component that does that.
> The torch is negative, ground is positive.
Ah right. I forgot that. Is that why U4 is inverted?
I took a stab at dissecting your schematic. This is what I got:
Voltage source
5V: Common 5VDC power source
U1: 1W Isolated DC-DC 9V out; Isolation 1.5k VDC/min
C3: Decoupling
U5: 5V LDO voltage regulator
C3: Decoupling
VCC_ISO: Isolated 5VDC
Input stage
R7,R9: Voltage divider, 38:1 ratio
D1: Limit input to max 5V
R6: Current limiting
U4: Voltage buffer (inverted ?)
R8: ?
R5: Current limiting?
C4: Decoupling?
C5: Decoupling?
U3: ADC with 12C output
R4: Pull-up resistor
R5: Pull-up resistor
C2: Decoupling?
Output stage
U2: I2C isolator; Isolation 2.5-kVrms
C1: Decoupling?
R1: Pull-up resistor
R2: Pull-up resistor
I like how you use isolated and regulated voltage. I need to see if I can find a single component that does that.
> The torch is negative, ground is positive.
Ah right. I forgot that. Is that why U4 is inverted?
I took a stab at dissecting your schematic. This is what I got:
Voltage source
5V: Common 5VDC power source
U1: 1W Isolated DC-DC 9V out; Isolation 1.5k VDC/min
C3: Decoupling
U5: 5V LDO voltage regulator
C3: Decoupling
VCC_ISO: Isolated 5VDC
Input stage
R7,R9: Voltage divider, 38:1 ratio
D1: Limit input to max 5V
R6: Current limiting
U4: Voltage buffer (inverted ?)
R8: ?
R5: Current limiting?
C4: Decoupling?
C5: Decoupling?
U3: ADC with 12C output
R4: Pull-up resistor
R5: Pull-up resistor
C2: Decoupling?
Output stage
U2: I2C isolator; Isolation 2.5-kVrms
C1: Decoupling?
R1: Pull-up resistor
R2: Pull-up resistor
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 21433
- Thank you received: 7307
25 Mar 2026 23:17 #344745
by tommylight
-
Personally, i have a strict policy of doing the voltage divider using 3 resistors, always, saves a lot of headache in case of mishaps or wires shorts or any of plasma wires touching ground or machine.
Example, in case of Hakan's schematics, i would use a 2K7 in the middle of two 50K. The other side of both 50K would go to plasma arc voltage, and the measuring would be done on the 2K7.
Replied by tommylight on topic Review Request for Arc Volt Sensor Schematic
OK, but you must also add resistors in front of it, or it will blow up the first instance the voltage goes above 250V.My intention with the TVS was to limit input voltage to 250V.
-
Personally, i have a strict policy of doing the voltage divider using 3 resistors, always, saves a lot of headache in case of mishaps or wires shorts or any of plasma wires touching ground or machine.
Example, in case of Hakan's schematics, i would use a 2K7 in the middle of two 50K. The other side of both 50K would go to plasma arc voltage, and the measuring would be done on the 2K7.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.186 seconds