Does anyone have this formula already written in AD PLC?

Join Date
Aug 2003
Posts
71
Gentleman:



Does anyone have this formula already written in AD PLC?



Let’s assume I have an Amp meter (4-20ma) connected to an analog card in a CPU 260 rack.



Questions:



What is the correct formula in ladder logic for figuring out how much electricity the control panel is consuming base on the amp meter analog signal feedback?



Thanks all



Andy
 
I am assuming you are wanting to use the ampmeter as a watt-hour meter. Metering electrical consumption is not as easy as one might at first suspect. At unity power factor, watts = amps * volts. This is an instantenous reading. Inductive and capacitive loads however will affect the power factor, which is the cosine of the phase angle between the voltage sine wave and the current sine wave. This could vary from .7 to 1, depending on the nature of the loads in your plant. What this means is that in reality watts = amps * volts * cos t, there t is the phase angle. If you aren't measuring this angle then you cannot meter your electrical consumption. Once this is known, then simply totalizing a sereies of samples over a known period of time will give you a good reading on electrical consumption.
 
Last edited:
The answer to the question you asked is:

Single Phase: kW = I x V x PF / 1000

Three phase: kW = I x V x 1.73 x PF / 1000

In both cases PF = the Power Factor expressed as a decimal

The answer to the question you should have asked is: You can approximate the power consumption from an amperager reading, but the power factor and voltage are constantly varying so your answer will not be correct. To get true power readings you need voltage and power factor measurement. The best bet is to use an actual power transmitter, available from Load Controls Inc., Cutler HAmmer, Rochester Instruments, and many other sources.

The answer to the question you thought you were asking is: The ladder logic is fairly straight forward, and can be done with standard multiply and divide functions. You may need to use either double word or floating point math to get the accuracy you need. If you are not using floating point make sure you pay close attention to the ranges of transmitter so you don't have overflow or underflow of the calculation results.
 

Similar Topics

They are installed in a control panel that was made in France and are intended for the termination of analog inputs. Each of the red capped...
Replies
4
Views
409
Need some help here (again). I tried to download my HMI to the PLC and I get this error message about a missing file. Can anyone help?
Replies
3
Views
799
Hi there, I need to work on a GE series 5 PLC which need DOS based Logic Master 5, it seems like nowhere I can purchase this software anymore...
Replies
2
Views
953
Would like to ask .. if anyone here know about creating own library or function block on ProWORX NxT ? I have a backup of ProWORX NxT project...
Replies
3
Views
1,046
Does anyone have a spare PacDrive part# LMC600CBD10000? Not necessarily for sale, but to do a bench test. I have a CF image file, and I'd like...
Replies
2
Views
1,260
Back
Top Bottom