GX Developer Non Linear Analog Input Problem

chandrapaul

Member
Join Date
Mar 2016
Location
bangladesh
Posts
119
Hi,
i have a pressure sensor (range 0-10 bar) and its output is 0-20 ma. but the current vs pressure curve is non linear such as.

pressure current
0bar 4ma
5bar 8ma
7bar 12ma
8bar 16ma
ect

the output current is not linear with the pressure increase. how can i scale this non linear output current in gx developer?

waiting for our help...

Thanks
 
Can you create a polynomial curve in excel and then use a math instruction in gx developer?
Does gx developer have math instruction?
 
yes there is math function available. can u please explain how to make polnimical curve and how to scale using math instruction.

He's probably saying that you need to enter your x and y values into Excel and try polyfit, which will create an equation approximating data you put in.

for example, y is pressure, x is current

y= x^2+x+1

You need to create a program which will take x value (current) and calculate what's y (pressure) for that current, using equation excel generated for you. Could be some tricky polynomial though, might need some trimming or so.
 

Similar Topics

I'm trying to verify a project with a PLC. The Transfer Setup menu item is grayed out and every time I click Verify with PLC, I get an error...
Replies
1
Views
61
Well, I've decided to start a new project, and like all projects, it has already gone horribly wrong. I purchased a PLC device (supposedly a...
Replies
2
Views
115
Does anybody have any samples of how to "Create and Use" UDT's in CCW Developer Edition? (I am using v22) I can't find any information from...
Replies
3
Views
321
I'm trying to manually convert a Beijer E200 HMI project onto to a new Mitsubishi GOT gs2107-wtbd. The PLC is a very old A-series AS1CPU and is...
Replies
1
Views
387
Hi One of the PLC's that I maintain/update is a Mitsubishi Q-Series, probably installed about 10 years ago. At the moment, ALL the wires from...
Replies
13
Views
1,176
Back
Top Bottom