Multi-variable lookup tables

jeff_t

Member
Join Date
Feb 2014
Location
Oregon
Posts
5
I'm working on a project where I have some graphs and tables that I need to program into a PLC. Typically, if it's just one input and one output, I can use Excel to do a regression and come up with an equation that will be pretty accurate. In this case, it's more complicated because I have two inputs.

Without getting into too much detail, imagine you have a curve for flow of a valve vs valve position. But instead, you have 5 or 6 different curves of flow vs position at different pressures. So for example let's say there's a 10 psi curve, a 20 psi curve, etc.

Can anyone give me some guidance on how to get something like this into a PLC? I can convert the information into a table, but from there I'm stuck.
 
What plc platform? That will have an influence on your options. A multi-dimensional array of either direct values or equation coefficients is the first thing that comes to mind. But your platform needs to be able to pull that off.

Keith
 
It's a GE RX3i. I believe it will do multidimensional arrays, but I've never used them before. Any chance you could offer a little more guidance?
 
Why not a function of valve position and pressure for flow? I do this all the time.
The flow will be proportional to the square root of the pressure drop across the valve. If you can figure put how much the valve is open you are done. The formula should look something like Q(x,ΔP)= K(x)*sqrt(ΔP)
 
The problem is, this is not that type of application. I'm dealing with hydroelectric turbines, not valves, but wanted to make the example easier to understand. What I really want is to know how to do multivariable lookup tables. Does anyone have any advice about that?
 

Similar Topics

Hi Guys, I was wondering if you guys could help me out. I want a tag to display a certain word depending on a set of tags. There are six flag...
Replies
8
Views
2,561
Hello, I had a question about benchmarking the Rockwell FactoryTalk View SE software. I've installed in the neighborhood of 30 different...
Replies
2
Views
300
Hello, I'm trying to test Acopos multi using Automation Studio. Ready LED is green blinking, how can i know what error of Acopos on Automation...
Replies
1
Views
160
Good Afternoon , I'm sure there are many Ishida Muti-Head Weigh Systems . We have a Ishida CCW-M-214W Multi-Head system . We are...
Replies
1
Views
621
Hi Guys, I'm trying to integrate Pilz Ethernet IP Module to ControlLogix. I added Pilz module as a Generic Ethernet module and I'm able to...
Replies
2
Views
529
Back
Top Bottom