Scaling using ladder logic.

bryancva

Member
Join Date
Sep 2006
Location
Georgia
Posts
6
I have a couple of 4-20 mA signals coming in and I need to scale them using ladder logic. One signal will be used to show wicket gate opening, 4=0 and 20=100. The other will be used to show MegaWatt output, 4=(-)100 and 20=100. Any suggestions on how to do this?

I use RSLogix 5000 ver 15.02 to program a compactlogix processor. We recently purchased function block licensing but I can't get it to work. (Is it compatible with compactlogix?)

Thanks
 
If you are using ladder use this formula


Use the following equations to calculate the scaled units:
Scaled value = (input value x rate) + offset

Rate
= (scaled max. – scaled min.) / (input max. – input min.)
Offset = scaled min. – (input min. x rate)
If you are using FBD then use SCale Inst

 
bryancva,
You can use the formula that rPraveenkum gave you in ladder logic using the CPT command. (I think that the CPT is easier than using MUL, ADD etc.) vbmenu_register("postmenu_176834", true);
 

Similar Topics

I'm having a brain-glitch in trying to display the liquid contents of a silo in kg. There is a 0-1 bar sensor at the base of the silo. The silo...
Replies
6
Views
2,725
Hello, I am a beginner in PLC Programming and FBD language. I faced problem in trying to scale a Analog Input (Temperature Sensor) instruction...
Replies
3
Views
2,876
Hey guys I'm kinda struggling with gx developer and could do with a bit of guidance essentially I have a register (say d10) which is being...
Replies
7
Views
5,547
Can someone explain if there is a way to scale with an offset using the C400 component? (2711C-T4T) In the regular Panelview Standard the...
Replies
4
Views
4,351
Hello I need some help. I am using 1769-IF8 analog input module to measure silo capacity. I have configured my module for engineering units...
Replies
24
Views
7,281
Back
Top Bottom