Analog Input Scale Command Problem

mstbzn

Member
Join Date
Sep 2013
Location
Turkey
Posts
2
Hello
I m using Unity Pro XL. I want to scale my analog inputs. I configured the Analog Input Module as 0-4 mA and 0-10 V . What is the way should I follow to scale my analog inputs. and I cant find the command of I_SCALE. Im sending a picture of screen.
Thank you

I_scale_yok.jpg
 
So you pretty much want to scale your 4-20ma signal or your 0-10V signal to your own set of scaled values. I have not used Unit Pro XL, but all you need is the equation below:

[FONT=&quot]Scaled Value = (raw input - raw input low) * ((EU high - EU low) / (raw input high - [/FONT][FONT=&quot][FONT=&quot]raw input low[/FONT])) + EU low[/FONT]

The raw input is your raw input data that is not scaled. The raw input low and raw input high are going to be based on how many counts of resolution your analog input data is. For example some can range from 0-32000 counts 0 for 4ma and 32000 to 20ma etc, it all depends on the analog input module your 4-20ma or 0-10V transmitters are wired to, check the manual for them as you should find the information there.

Your [FONT=&quot]EU high and[/FONT][FONT=&quot]EU low[/FONT] are what you want your scaled values to be. For Example if your pressure transducer is transmitting a 4-20 signal but you want to display the pressure range on an HMI from 0-100 PSI then your EU high would be 100 and your EU low would be 0.
 
The Range is from 0-10000 in unipolar, bipolar from -10000 to 10000 in my modules. Thank you for your formula actually it helped me to see the point.
:)
 

Similar Topics

Hi, I'm using a Micrologix1500 and it doesnt have the SCP (Scale with parameters) block. I have a 1769-IF8 analog module and need read the inputs...
Replies
10
Views
3,759
Please help me... Is there any possible way to use AB IR4-1762 module for analog input scaling....?
Replies
1
Views
1,179
I'm going to be using a Micrologix 1200 to scale an 4-20mA analog input from a weighing scale and want to output this to an 4-20mA analog signal...
Replies
12
Views
11,416
Hello, I am using an IF2OF2 analog IO module in conjunction with a Micrologix 1100. I have both analog inputs set up for voltage mode with raw...
Replies
11
Views
5,054
I need some help on a program I inherited. I don't usually fool around with analog inputs so I am very confused. I have a SLC 5/04 with a pressure...
Replies
11
Views
16,618
Back
Top Bottom