Steam flow/pressure, calculations I have a small Labview project recording the flow of steam at different pressures. I have a pressure sensor pre-flowmeter so have the system pressure at hand. I am seeking a way of getting the output from the flow meter (of which the range changes with pressure). How can I mathematically include this to get an accurate reading from 1 to 4 bar. The flow meters calculations change at 1,2,4,6 bar. Many thanks Ian

1

There are 1 best solutions below

3
On

A case structure should solve this issue. Depending on the input pressure in bar, you can adjust the calculation output. It may take some testing to see how the overlaps are handled, they could introduce discontinuities in the outputs.