ab scaling rslogix 5000

femnoble

Member
Join Date
Jun 2015
Location
marikina
Posts
16
Good day everyone,

I am a little confuse about the analog input of ab and its setup and configuration.. why do we need to config the hardware input analog module and then create a program to scale the input.

how do i interpret the engineering unit at the hardware config.

the default number is from 3277 to 16383.. what are the other numbers?

TY,
WArm Regards,

hardware config.jpg prog scale.jpg
 
The 1734 and 1769 Series of I/O don't do the scaling in the module like the 1756 (Controllogix) series does. So you have to set up the D/A counts in the Hardware Configuration. Then do the scaling of that D/A Value in the program to get the actual "Real World" value.

You can use other numbers in the scaling as long as it is within the range of the module. You will have to look at the manual for the individual module to make sure you are within the range it uses.

Most of the time I use 4000 on the low end and 20000 on the high end to emulate the 4-20mA signal. It helps me to know exactly what the signal is by just looking at the counts. I.E. 8500 = 8.5 mA

Could you use the low and high engineering values to be a "defacto" scaling? I guess you could but what you would sacrifice is resolution. You could set your card to 0-100 counts to represent 0-100psi. The problem will be is every count is equal to 1 psi. That might be ok for your application but other application that resolution will not work. even if you did 0-1000 you would then have to add a line in the program to divide it by 10 and get it back to your 0-100 range so you really didn't save any time.

Hope this helps you out.
 

Similar Topics

Hi, I am confuse with the scaling tab on the PID dialog box. On the Process variable I am using a tag that is already scale. 0 to 16 Feet Level...
Replies
2
Views
2,418
I am new to programming, and I was asked if I could take the 0-10V signal from a load cell and scale it so we could see it on or HMI...
Replies
5
Views
2,332
OK, the "Janitor" here with more dumb questions: I've got an Analog I/O point (AT-13) on a 1756-IF8 module which is configured as a 4-20 ma...
Replies
42
Views
12,638
I need to scale analog input. I'm using software RSLogix 5000 and analog card 1769-IF4XOF2. So I want to make scaling for current sensor...
Replies
4
Views
5,053
Hi, This is our first time using the PID block in RSL5000. For simplicity sake, we have the CV and PV tied to an analog output and input...
Replies
3
Views
3,868
Back
Top Bottom