gr8jab
Contributor
They could also be non-linearly wrong and their wrongs cross at some point...
Absolutely! Assuming a linear relationship between the sensor voltage and pressure, there are actually two numbers that need calibrated. Remember y = mx+b? The slope, m (change in voltage vs pressure), and the intercept, b (offset), must both be set.
But, remember that you have two sensors (two mis-matched computers). If they are always exactly 200psi different, as you suggest, then only offsets are to blame. However, if they read 200psi different at full tank, and 100psi different at mostly empty, the slopes are to blame (and maybe the offset too).
NOTE: It seems that most pressure transducers are non-linear, and some mathematical best-fit algorithm attempts to flatten them. Since this math is likely hidden in the 'black box' software, we can pretend the final output yields a linear relationship between actual pressure and measured pressure.
So, as a geek engineer, I would do an experiment. Call it a gauge study, or an R&R (repeatability and reproducibility study). Get a good analog gauge, that you maybe hope is calibrated, from somewhere. Fill a tank and take readings with computer1, computer2, and analog. Let some air of the tank and repeat multiple times until the tank is empty. If you know excel, you can chart (use x-y) computer1 and computer2 vs analog.
I'm rather decent at data analysis, you could send me the data if you want me to play with it.