Hi, I have an application that among other things has to detect the current of an industrial machine. Basically the micro controller has to determine if this machine is idle (drawing low current) or in use. I do not have to measure exact current use.
Does anyone have suggestions as to how I would do this?
Thanks for any help.
Bradley
Didn't find your answer? Ask the community — no account required.
H
Hans-Bernhard Broeker
A "clamp" amperemeter around one (or more) of the the power supply lines. That's a device measuring the current going through a ring by the magnetic field it generates.
Hans-Bernhard Broeker (broeker@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.
S
Spehro Pefhany
The "or more" could be a problem. If it's a single-phase device then the current transformer will output a voltage proportional to the sum of all the currents going through the toroid. Unless there's a serious problem with the machine (a ground fault) the current going in equals the current coming out, so the net is zero output voltage!
A current transformer can be used for this task. It will provide isolation. A clamp ammeter is just a current transformer and meter with a core that can be opened to put around the wire. Be sure to put a load resistor on the current transformer output or the voltage can get undesirably high. A Rogowski coil is another possiblility.
Best regards, Spehro Pefhany
"it's the network..." "The Journey is the reward"
speff@interlog.com Info for manufacturers: http://www.trexon.com
Embedded software/hardware/analog Info for designers: http://www.speff.com
A
artem
Current transformer ot optocoupler with LED with current-limited circuit and phototransistor.
M
Mickey
You could convert high voltage signal to low with resistors or galvanicaly isolate it from microcontroller and supply that proportional low voltage signal to the microcontroller pin and sample that pin number of times per minute, and if counted number of samples high were > X then you have power on that line othervise no power.
S
simps
see
formatting link
for example current sensor
by
J
Jukka Marin
Use a hall current sensor from Allegro or LEM or some such. You'll get a voltage output (0...5 V, for example) and almost any current range (up to kA's). The "downside" is that these sensors are too accurate for you, but I hope you don't mind.. :-)
-jm
?
????
A company called Solid State Control, SSACI, makes a device that will do want you want. Yuoe set a trip point and a delay time and you have a relay contact output.
Check out :
formatting link
Click on the ECS Series link.
MR ?????
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
formatting link
- The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
D
dwight elvey
Hi One should note that the peak current my not be in phase with the voltage. Using things like a zero-cross detector to synchronize the processor to the line my not give a clear current picture if the load has a lot of reactance. You might need to hunt for the peak. Dwight
A
Albert Lee Mitchell
Some 10 years ago I did a self-reporting power meter for a municipal utility. This task is not as easy as it seems.
Not only is there a power factor to confuse but loads aren't necessarily even a sine function! Some power controllers use SCR's which chip the sine into a varying number of degrees, other loads like arc welders have a huge initial current spike, etc.
If you want to actually measure power then you'll have to integrate the actual signals before digitization. Some of those spikes can be in the nanosecond and microsecond range, if you can relegate integration to hardware your computational horsepower requirements become much less severe.
S> Hi, I have an application that among other things has to detect the
-- Regards, Albert
---------------------------------------------------------------------- AM Research, Inc. The Embedded Systems Experts
Hi, one of those little pics will do this easily.All you need is a current transformer/bridege rectifier/burden resistor to provide the signal the ad input of the pic. Then sample continously, store/add/ average enough samples for your line frequency, even TRMS is not hard to do, compare the result to the reference value and drive your output bit.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.