Neal,
Thanks for the link, but unfortunately the process that's outlined in the link is the same process I have been following. Here's a more detailed description of what I am doing:
I have an SC-2345 chassis with the SG-24 and SG-11 modules installed. I have tried using both the PWR-01 and -02 options, both yielding the same results that I describe below. I have a Schaevitz P903 full-bridge pressure gage installed and wired according to the SG-24 full bridge documentation. All four of the legs on this gage are 1000
Ω. So, R3 = R4 = 1000
Ω. Rscal = 301,000Ω. Vex = 10V. So, when calculating the expected voltage I get the following results:
Vexpected = (R3*Vex*(Rscal+R4)) / (R4*Rscal+R3(Rscal+R4))-(Vex/2)
= (1000*10*(301,000+1000)) / (1000*301,000+1000*(301,000+1000)) - (10 / 2)
= 0.0083
My VI simply has a raw voltage measurement, and then a psi measurement which is achieved by multiplying the voltage by 0.0000092 V/psig. After nulling the SG-24 using the trim pots to near zero volts (~0.000001V which corresponds to ~0.10 psi on my gage), I shunt the gage by activating the relay on the SG-11 through one of the digitial channels on the SCC-2345. This results in measurements of ~0.0095 V, which corresponds to ~1044 psi. So, with using a Vmeasured ~= 0.0095 V:
Fc = Vexpected/Vmeasured ~= 0.87.
So, I then would add a block into my VI where I multiply all the resulting data by 0.87 according to the SCC-SG literature. However, when I was confirming the accuracy of my setup in our calibration lab all of my readings measured at 50, 100, 200, 400, and 600 psi were ~13% off. It took me a while to put the pieces of the puzzle together, but I eventually realized that if my correction factor so 1, so that Fc = 1, then all of my measurements would be spot on. This trouble-shooting process I've described above was done over a matter of weeks, but I have since gone back and confirmed that from 0 - 600 psi in the aforementioned steps this setup, with Fc = 1, is within 1% of the calibrated psig value (which is pretty darn good).
So, again I am left with the question of do I really need to do the shunt calibration or is this math and process somehow done for me? It really appears to be taken care of somehow, whether it be in LabView behind the scenes, in the hardware of the SG-11 and/or SG-24, in the SC-2345 or somewhere else. I would very much like to know how this is being done so that I am not surprised later by not fully understanding the system.
Also noteworthy, as I said in a previous post, removal of the SG-11 appears to change the resulting voltage measurements. Here is an example:
I first null the SG-24 with the trim pots to ~0 V and ~0 psig with the SG-11 installed in the chassis. I then turn off the power to the SC-2345 and take the SG-11 out of the chassis. If I now take measurements, my channel reads ~0.0085 V (934 psi). If I then turn the chassis power off again and put the SG-11 back in the chassis the measurements return to their original readings of ~0V and ~0 psig. So, obviously, somehow the SG-11 is playing some active or passive role in the calculation or measurement of the pressure gage data. I have tested this with both the PWR-01 and PWR-02 options both having the results described above.
Another note is that this change does not occur if I remove the SG-11 module with power going to the chassis. So, if I null the SG-24 and then remove the SG-11 with power still being delivered to the chassis, there is no dramatic change in the measured voltage of the SG-24, even if I stop and restart my VI with the SG-11 removed. I can't make sense of this.
So, finally I am still left with the same question of whether or not I really need to do the
shunt calibration or is this math and process somehow being done for me behind the scenes?
Your help is greatly appreciated.
Ben