Help with 4-20mA Analog input module

SolarNinja

Member
Join Date
Jul 2014
Location
Lacey
Posts
25
First I would like to thank you for taking the time to read.

I am using an AB CompactLogix L43-C with an IF4/A Analog input module and a Dwyer differential pressure transmitter. We are using this system to monitor velocity of air through a duct as part of our spark detection/fire suppression system. I have the IF4 set for 4-20mA input with a 50Hz noise filter and the percentage based output setting. My Dwyer unit is set to send a 20mA signal at 19,279 CFM, and a 4mA signal at 0 CFM. My question is this:

Will the analog input module (with these settings) automatically assign the value 0(%) to a 4mA signal, or do I need to program an algorithm to make a 4mA signal from the Dwyer unit produce a value of 0%?

What output will the analog input module send to the PLC if the mA signal going into it is 0?


Thank you all so much,

Monte
 
No it won't do this automatically.

You'll have to configure the IF4 for 4-20mA signal, then you'll have to write logic to "scale" the raw data value from the 4-20mA signal into the engineering units you wish to use.

Search for "analog scaling", it's really just y=mx+b. You'll need the manual for the IF4 to see what the raw data is at 4mA and at 20mA so you can to the math.
 
So then let me see if I'm understanding what people are generally saying:

That Paully's5.0 doesn't understand my question, as I detailed that my analog module IS set for 4-20 mA, so when my module gets a 4mA signal the percent reading for the associated data tag will be 0, automatically.

Am I correct in this understanding? This appears to be the case judging by the numbers I am seeing, but the dag values fluctuate at a different rate than the LCD screen on my Dwyer unit so it is difficult to be sure.

Thanks to you all for your speedy reply!

Monte
 
So then let me see if I'm understanding what people are generally saying:

That Paully's5.0 doesn't understand my question, as I detailed that my analog module IS set for 4-20 mA, so when my module gets a 4mA signal the percent reading for the associated data tag will be 0, automatically.

Am I correct in this understanding? This appears to be the case judging by the numbers I am seeing, but the dag values fluctuate at a different rate than the LCD screen on my Dwyer unit so it is difficult to be sure.

Thanks to you all for your speedy reply!

Monte

Yes, you are correct. I use this all the time (for example, level probes).
 
Whatever you end up doing, don't forget to set an alarm when if the input goes low, like below 3.0mA or so
 
How will I know if my 4-20mA signal falls to 3.99mA or below? Won't the Analog output data show 0?

I will have an alarm sound WELL before it gets to that point, if it falls below 8mA with the "run" bit on that would indicate really bad air flow.
 

Similar Topics

I am a new plc programmer and I have the task of programing unity pro s, I am using a modicon m340 analog module, I have a laser sensor which...
Replies
1
Views
1,836
Good day all, I am having bit of an issue getting my head around this RTD scaling issue. Be forewarned, my head has been known to be "THE" issue...
Replies
24
Views
8,797
Hi, I want to make a simple 4-20mA splitter for use when testing PLCs and save on wiring multiple signal conditioners into input modules. The...
Replies
12
Views
3,552
I am looking to create a light sensor and send the output as a 4-20mA signal to the PLC. I am unsure how to create a circuit in order to create...
Replies
5
Views
2,508
Hi every body. I have some problems Easidew On-line Hygrometer now I used a Easidew On-line Hygrometer to meansuring humidity of air , It have a...
Replies
5
Views
2,780
Back
Top Bottom