I have a VI calibrating a pressure sensor. It spits out the slope and intercept for the linear relationship between the voltage that the sensor produces and the pressure being applied to it. In order to properly use the VI that reads the pressure sensor's voltage and adjusts it to display pressure, I need it to be properly calibrated... is there any way for me to take the values output by the calibration process and set them automatically as the default values of the VI that adjusts the voltage reading within the calibration VI? Essentially, I take the voltage, subtract the intercept and divide that by the slope, and that gives the pressure reading, and it would be very useful if I didn't have to manually set the slo
pe and intercept values as the default values. Thanks!