MicroLogix 1200 Series C

tbansal

Member
Join Date
Jun 2003
Posts
3
Hi everyone,
I have been trying to work on an issue in AB MicroLogix Series C with an analog module IF4 for quite some time now, but now am reaching a frustration level.

What I have is a Omega Pressure Transducer on a circuit board. This transducer has three valuable pins. Pin 1 gets the Voltage, Pin 2 is grounded, and Pin3 provides the Output.

Now I have connected this Pin3 to the In0(+) of the analog while the In0(-) is grounded. If I take a voltmeter and read the voltage across, I do get a 0.5 V across the PLC contacts and circuit board, which is correct.

Additionally, I have properly configured the 'IO Configuration' in RS Logix 500 5.5. (Filter: 60 Hz, 450 ms, Input Range: -10 to 10VDC, Data Format:Raw/Proportional)

When I go online, I read the Data File Input Register I:1.0 but to no avail. It gives me a Radix Decimal value of approx 1534. The value does change if i provide some pressure to the Transducer.

My problem is that I can't relate this value of 1534 to anything. It doesn't appear to be a voltage or a current reading. Does anyone know how to appropriately interpret this value????

Any help would be greatly appreciated...
Thanks in advance !!
tushar
 
The 1762-IF4 is a 15-bit resolution module, and you have it in Raw Data mode.

The traditional range for a fifteen-bit value (with a sign bit) is -32768 to +32767 (decimal). Those are the values that will correspond to -10 V to +10 V input on this module.

There's a little variance there; this module will measure up to 10.5 volts, so +32767 = 10.5 V, and +31206 = 10.00 V. (I got this info gem from Knowbase document G19893 on the support.rockwellautomation.com site)

Your reading is 1534, so do a little math and (1534 /31206) * 10.0 = 0.4915 volts.

You have to scale the raw input data in your ladder logic, so that the unscaled input value corresponds to the desired number of volts, or psi, or ft/min, or turtles/tureen. The SCP instruction is ideal for this purpose.
 
maybe this will help ....

Take a look at page 4-11 (Adobe page 49 of 88) in this manual for the 1769-IF4:

1769-IF4 user manual

This chart shows the data values which result for different scaling selections. If you’ve set it up the way your post indicates:

then -10V would give -31206 ..... and +10V would give +31206 .... so 1560 would be the “dead on” data reading for +0.5V .... your reported 1534 is pretty durn close.

Tip: Unless you really need those negative readings, then you might consider using the 0.0V to +10V scaling selection.

If you need more help than this, it would be a good idea to tell us the scaling of your pressure transducer. Then we could really get serious about how to convert and interpret the data reading into any units that you require.

PS edit: Ken beat me to the punch - but I'll leave my post here since it includes the link to the user manual.

PPS edit: "turtles/tureen" ...? never heard that one before ...
 
Last edited:

Similar Topics

Hi, I've got a ML 1200 C series with only 1 port and would like to connect to our DCS via Modbus. Since there's only one port, I've decided to...
Replies
1
Views
1,470
Hi everyone, I'm working on a project where I need to exchange data between a Siemens S7-1200 PLC and an Allen-Bradley MicroLogix 1400 PLC. The...
Replies
8
Views
654
I have a MicroLogix 1200 that has an 8 input and a 16 output. Every 6 months-year I get a fault and when online go to error it is something like...
Replies
3
Views
510
Have a bad output on a Micrologix 1200. Moved wire over to an available output, changed program to associate with new output. downloaded program...
Replies
8
Views
755
I need help achieving the following task: ML1200 sending 4 to 20 mA thru analog output ch0 to a DC speed controller analog input(4 to 20 mA) my...
Replies
3
Views
673
Back
Top Bottom