Help with ML1100 0-10v analog in with 0-5v transducer

kholliday

Lifetime Supporting Member
Join Date
Mar 2006
Location
Brockville
Posts
2
I have been handed two 0-5v pressure transducers with a 0-15psi range and need to connect them to the MicroLogix 1100 analog inputs (0-10v) for a storage tank level system.

The min pressure I will will see at the transducer will be 0 psi and the max will be 3 psi. I would not have personally chose this transducer and would also have used an analog input card for better resolution but am forced into the current situation.

What I believe I've figured out is that the ML1100 has a 10 bit resolution (0-1023 raw value) and being that it has a 0-10v input, my 0-5v would translate to 0-511 raw value (assuming the transducer is at it's max of 15 psi).

Assuming that I will only ever see 3 psi as my maximum pressure, my raw value would be 511*(3/15)=102 if my calcs are correct. Clearly this is not a very good way to set this up.

Can someone please point me in a better direction. Thanks in Advance.
 
Just use the SCP instruction. Put 0 and 1024 in the input min/max and put 0 and 30 in the scaled min/max. Your resolution is 30/1024, or .03PSI.

You are right, your max raw input will be 102 for 3 PSI. At 102 counts thats .03 psi/count, or in a tank level application that about 7/8" of water height.

If however you do need more resolution then maybe get a transducer rated for 0-100 inches of water column (3.6psi). These are made specifically for measuring tank level and may be a better fit anyways since the output is scaled to fluid height for water. All you need to do is compensate for any specific gravity differences. With that sensor your resolution will be .1 inches of fluid height. IFM Efector has this kind of pressure sensor, but there are other manufacturers as well.
 
Last edited:
>my raw value would be 511*(3/15)=102

It's only 1% resolution but that's probably a better measurement than Bubba writing down what he thinks it is without actually going out to stick the tank.
 

Similar Topics

Hardware: Micrologix 1100 & 1762-IF4 Analog Input Module Problem: I have one 4-20mA transmitter hooked up to I1:0, I am monitoring the current...
Replies
12
Views
3,370
Hello, i have a micromotion flow transmitter communicating with a ML1100 plc via modbus over channel 0. i am messaging to read data from the...
Replies
6
Views
2,448
Im currently trying to setup a msg statement from ML1100 to a 5/04. Im using a AN-X2-AB/Ethernet Module to convert the DH+ to Ethernet. I have...
Replies
3
Views
2,684
So I have an ABB TotalFlow uFlo G4 unit and have configured it's COMM port as Modbus Slave. I have also mapped internal 32Bit Float Registers to...
Replies
9
Views
5,817
I've been playing for the past 6 hours with a PID on a ML1100 and I just can't get it to work. My PV is stored in N7:6 - it's a pressure input...
Replies
14
Views
4,500
Back
Top Bottom