1771 IFE A Card Scaling

poisonfrog

Member
Join Date
Jan 2005
Posts
34
I have a PLC 5/30 with a 1771 IFE A card that I am reading a temperature input on. The temperature sensor is a 4-20 that will read temp from 0-100 celcius. The scaling had a default value of 0 for raw min and 4095 for raw max. My temp appears to be a few degrees off... For applications like this do I just adjust the raw max until temp corresponds to actual? I do not have a clear idea on how scaling works. I have heard you sometimes need to do the math to figure it out. Any help with what the equation is or if I am correct in just adjusting would be appreciated. I would like to be able to pinpoint with a formula if that is possible.

Thanks
 
Simple algebra ...

y = mx + b

or in RA terms

Out = (In-InRawMin) * ((InEUMax - InEUMin)/(InRawMax - InRawMin)) + InEUMin.
 
here's a former post that might help with your situation ...

http://www.plctalk.net/qanda/showthread.php?p=29643&postcount=11

if you can give us more information, then we'll be able to give you more detailed help ...

one thing that would be VERY helpful is a series of DATA POINTS ... the more of these you can give us, the better it will be when we answer ...

RANDOM (meaningless) examples:

4 mA = 0 data = 0 degs C actual
12 mA = 2048 data = 50 degs C actual
20 mA = 4095 data = 100 degs C actual

once we have REAL data like that, then we can easily calculate the "correlation" and tell you whether your system is "linear" (which would be good) or "not linear" (which would be bad) ...

another question that hasn't been answered so far is this: do you have any "math functions" in the ladder program which manipulate/calculate these signals? ...

suggestion: post your .RSP file and let us take a look ...
 

Similar Topics

W
Have a wierd one here. Am running a plc5/80 E and attempted to install a new Analogue card for some new inputs, fairly straight forward. new 1771...
Replies
6
Views
14,634
We have a PLC5 with a new analog input card added to it---this PLC is on remote IO. There are two PLC's controlling this one area in our plant...
Replies
13
Views
22,863
Hi: I recently tried connecting 2 new single-ended 4-20mA analog inputs to an existing 1771-IFE. The IFE is in a RIO chassis. The values coming...
Replies
4
Views
1,407
I'm having issues saving the individual channel settings on a 1771-IFE Analog card. We recently swapped from 0-10v to 4-20ma transducers. I...
Replies
4
Views
1,014
We will repair by ourselves at first by replacing few power ICs such as 78M15,79M15, 79M05 and T3055E. What is TE055E Motorola TO-252, Transistor...
Replies
1
Views
1,695
Back
Top Bottom