Author Topic: Detecting AC current ON/OFF  (Read 811 times)

0 Members and 1 Guest are viewing this topic.

Offline nunojpgTopic starter

  • Contributor
  • Posts: 17
Detecting AC current ON/OFF
« on: May 18, 2024, 01:18:18 pm »
Hi!

I have a project where I need to have a isolated detector to distinguish ON/OFF state (with a detection current of 10mA) in a 10A/230VAC 50Hz circuit. The isolated part makes it much harder of course.
It interfaces with a Atttiny with 12b ADC and analog comparator.

My option list:

- ALLEGRO CT110 Hall Sensor, consumes 1mA at 3.3V, even at the scale of +-5A the difference from 0 to 10mA is only about 3mV.
- Shunt resistor + isolated amp-op - More complex than hall sensor, consumes more energy
- Shunt resistor + optocoupler - impossible to achieve dynamic range required (10mA to 10A)
- CT + some passives - lowest power consumption, more board space

Am I forgeting something? Is there anything specific to this just ON/OFF detection application?
 
 

Online moffy

  • Super Contributor
  • ***
  • Posts: 1824
  • Country: au
Re: Detecting AC current ON/OFF
« Reply #1 on: May 18, 2024, 01:38:59 pm »
I had a similar problem detecting when the OFF Peak supply was available (for some specific reasons detecting voltage wouldn't work), I used a mains capacitor as a load and a CT with a load resistor, you can adjust the load resistor to set your sensitivity level quite easily, it has been very reliable, switching every day.
 
The following users thanked this post: nunojpg

Online Ian.M

  • Super Contributor
  • ***
  • Posts: 12927
Re: Detecting AC current ON/OFF
« Reply #2 on: May 18, 2024, 02:11:01 pm »
Because only detection is required, you can let the CT core saturate at as low as double your threshold current.  This considerably reduces the core size and thus board area required, and also the secondary current that you have to clamp when 10A is passing through the primary wire.
« Last Edit: May 18, 2024, 02:14:00 pm by Ian.M »
 
The following users thanked this post: nunojpg

Online soldar

  • Super Contributor
  • ***
  • Posts: 3445
  • Country: es
Re: Detecting AC current ON/OFF
« Reply #3 on: May 18, 2024, 04:06:56 pm »
To start a device when another one was switched on I put two diodes in antiparallel and a transformer followed by a full bridge, capacitor and relay.
All my posts are made with 100% recycled electrons and bare traces of grey matter.
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2627
  • Country: fr
    • kripton2035 schematics repository
Re: Detecting AC current ON/OFF
« Reply #4 on: May 18, 2024, 07:22:38 pm »
I use these. works ok, but the power resistor gets quite hot
https://www.aliexpress.com/item/1005005137193763.html

 

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1614
  • Country: au
Re: Detecting AC current ON/OFF
« Reply #5 on: May 19, 2024, 06:11:40 am »
I have a project where I need to have a isolated detector to distinguish ON/OFF state (with a detection current of 10mA) in a 10A/230VAC 50Hz circuit.
...
- Shunt resistor + optocoupler - impossible to achieve dynamic range required (10mA to 10A)
It's true the simplest circuit will not manage 10mA-10A, but you need only a few active parts to improve that, and opto will be smaller ands cheaper than any CT solution.

How fast does this need to react ?

The simplest active-smarts on sense-side design would only look at one half of the AC, and send low duty pulses thru opto coupler when I > threshold.
The MCU looks for a break in pulses > (eg) 1.5 mains cycles.

Any decent micropower opamps/comparator can manage that, and modern optos and ICs allow low enough operate current that bulky/hot parts can be avoided.
You can drop the sense resistor loss, by getting lower offset amplifiers.
 
 
The following users thanked this post: nunojpg

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3478
  • Country: nl
Re: Detecting AC current ON/OFF
« Reply #6 on: May 19, 2024, 09:04:19 am »
An old fashioned way is to wind some wires around a reed relay, but getting it to switch at 10mA could be a challenge. You could modify an RCD. It can both detect 10mA, and handle 10A.
 

Offline mianos

  • Contributor
  • Posts: 44
  • Country: au
Re: Detecting AC current ON/OFF
« Reply #7 on: May 19, 2024, 09:47:34 am »
There is a company, Melexis, that makes low current hall sensors. You can just run the wire past one or a few turns and calibrate it. If you have a constant voltage that'd maybe work OK.

(I just got these Winston and Allegra parts this Friday arvo  to have a play with hall sensors myself but these won't generate much current at 10mA. I'm going to try with my 32bit dac to make a current characterisation box so I'd be better off with the Mexlexis part myself).
 

Online soldar

  • Super Contributor
  • ***
  • Posts: 3445
  • Country: es
Re: Detecting AC current ON/OFF
« Reply #8 on: May 19, 2024, 03:32:09 pm »
An old fashioned way is to wind some wires around a reed relay, but getting it to switch at 10mA could be a challenge. You could modify an RCD. It can both detect 10mA, and handle 10A.

In my experience this works fine with dc but will chatter with ac. That is why I resort to using diodes as I explained above.
All my posts are made with 100% recycled electrons and bare traces of grey matter.
 

Offline nunojpgTopic starter

  • Contributor
  • Posts: 17
Re: Detecting AC current ON/OFF
« Reply #9 on: May 19, 2024, 05:09:22 pm »
I have a project where I need to have a isolated detector to distinguish ON/OFF state (with a detection current of 10mA) in a 10A/230VAC 50Hz circuit.
...
- Shunt resistor + optocoupler - impossible to achieve dynamic range required (10mA to 10A)
It's true the simplest circuit will not manage 10mA-10A, but you need only a few active parts to improve that, and opto will be smaller ands cheaper than any CT solution.

How fast does this need to react ?

The simplest active-smarts on sense-side design would only look at one half of the AC, and send low duty pulses thru opto coupler when I > threshold.
The MCU looks for a break in pulses > (eg) 1.5 mains cycles.

Any decent micropower opamps/comparator can manage that, and modern optos and ICs allow low enough operate current that bulky/hot parts can be avoided.
You can drop the sense resistor loss, by getting lower offset amplifiers.
 



Thanks! Do you have any reference or example?

For the CT solution I found https://www.coilcraft.com/en-us/products/transformers/power-transformers/current-sensing/cu8965/

I dont see how I can power any logic at the AC side I first need to create a voltage drop, as this is one conductor only measurement.

 

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1614
  • Country: au
Re: Detecting AC current ON/OFF
« Reply #10 on: May 19, 2024, 08:05:30 pm »

For the CT solution I found https://www.coilcraft.com/en-us/products/transformers/power-transformers/current-sensing/cu8965/

I dont see how I can power any logic at the AC side I first need to create a voltage drop, as this is one conductor only measurement.

The CT example says : Designed for use between 16 kHz to 1 MHz and above

Hmm... If you cannot extract power, you can use isolated power modules, or even isolated ADC;s that have power included.
eg AD9112 series or MAX22531 etc

Those push up the price, so if you have singe-wire sense, the simplest will be a pass-thru current transformer.


« Last Edit: May 19, 2024, 09:15:03 pm by PCB.Wiz »
 

Offline nunojpgTopic starter

  • Contributor
  • Posts: 17
Re: Detecting AC current ON/OFF
« Reply #11 on: May 19, 2024, 09:19:46 pm »
The CT example says : Designed for use between 16 kHz to 1 MHz and above

Yes, it saturates at 50Hz, so the maximum voltage you can extract on the secondary size is very small (~0.1V) and it's only good for detection.
 

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1614
  • Country: au
Re: Detecting AC current ON/OFF
« Reply #12 on: May 19, 2024, 09:53:06 pm »
The CT example says : Designed for use between 16 kHz to 1 MHz and above

Yes, it saturates at 50Hz, so the maximum voltage you can extract on the secondary size is very small (~0.1V) and it's only good for detection.

I'm not really seeing how that can sense 10mA at 50Hz ? Be interested to see real measurements.

I did find this post, where OP wanted 10mA sense resolutions   (linked part has good data sheet)
https://www.eevblog.com/forum/projects/current-transformers-at-milliamps-reasonable/msg825111/#msg825111

and these parts seem to have wide dynamic ranges and high precision and low drift at 50Hz, tho are larger.

https://www.lcsc.com/product-detail/span-style-background-color-ff0-Current-span-Transformers_ZHT-ZHT101B_C2985665.html
https://www.lcsc.com/product-detail/span-style-background-color-ff0-Current-span-Transformers_Beijing-Hop-Tech-HCT204ATN_C271266.html




 

Offline nunojpgTopic starter

  • Contributor
  • Posts: 17
Re: Detecting AC current ON/OFF
« Reply #13 on: May 19, 2024, 10:09:51 pm »

I did find this post, where OP wanted 10mA sense resolutions   (linked part has good data sheet)
https://www.eevblog.com/forum/projects/current-transformers-at-milliamps-reasonable/msg825111/#msg825111

and these parts seem to have wide dynamic ranges and high precision and low drift at 50Hz, tho are larger.


I'm fine if the transformer is saturated at 10mA, while in that post he needs it to be still be pretty linear at 180mA so he can measure. I only want to distinguish betweeh 1mA and 10mA, all the rest can be a dead zone.
« Last Edit: May 23, 2024, 05:21:37 pm by nunojpg »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf