Help with flow curve controllogix

The equation is a square root function

The obvious thing is to try a polynomial. If there are enough terms the polynomial will be accurate enough. However there is a give away, asterof said the pressure drop was across an orifice and the equation for fluid flow through an orifice is:
Flow=K*sqrt(DeltaPressure)
This makes find K easy as the data is almost too perfect. It looks like
Flow=2600*sqrt(DeltaPressure)
Simple, no AOI or look up function is necessary.
 
Flow/sqrt(Delta Pressure) = k
26000/sqrt(100) = k
26000/10 = 2600
k = 2600

I have never used this type of meter but the math appears to work and I trust Peter.
 
I did what Bob O did an then tried for different pressure drops

I got the same K each time so the equation is a perfect fit which is suspicious. This means the data is generated not measured. Valve vary from the nominal. I suspect this data is for a typical valve but not your valve.

Comes with K factor
This time it came with calibrated flow values
no K
Thanks
You should have asked the manufacturer for the K value since they must obviously have it to generate the table of data you showed.

Now that the exact formula is known it would be interesting to compare the function generators. I wonder what method they use to interpret between the points.
 
This is a good example of why you should understand the basic physics of the system you are programing. The PLC end is simple - the process is what counts.

In this case if helps to know that the pressure drop through an orifice is proportional to the square of the flow - the data tracks quite well.
 
It has been quite a while since I posted a comment, but...
Does the DP transmitter have square root extraction as an option so the 4-20 mA output is proportional to flow rate? If it is an instrument greater than say 10 years old you had to buy a transmitter with this option. Today, it usually is a parameter that can be set...
 

Similar Topics

Hello guys, I need some help. I read all the old posts on hall effect sensors but none dealt with my module. The system uses a Gemco 194761 RFO...
Replies
3
Views
1,729
Hey guys, I have MLX LOGIX1400 running fine except that it faults sometimes on math over flow. I examined the program and spotted a...
Replies
8
Views
2,329
So I have an ABB TotalFlow uFlo G4 unit and have configured it's COMM port as Modbus Slave. I have also mapped internal 32Bit Float Registers to...
Replies
9
Views
5,853
Hello all, I've got to make a totalizer for our digester acid fill using rslogix 5. I have a flow transmitter scaled for 0-16000 LPM using a CPT...
Replies
9
Views
5,207
I have a ABB Totalflow 6213. is anyone here knows how to change the display to show from PSIA to PSIG ?
Replies
0
Views
1,339
Back
Top Bottom