Hi Scott,
To zero out the strain gauge, you can add an extra schedule using the same bridge channel and read it when no strain is applied to the strain gauge. Save this value into a CV and use it to negate the measurement.
Example:
BEGIN"Strain"
RA5M LOGONA
1BGV("Strain_Raw~ppm",=2CV,W)
3CV("Strain~ppm")=2CV-1CV
RBX
1BGV("Offset~ppm",=1CV,W)
END
Best regards,
dataTaker Expert
Hi Scott,
To zero out the strain gauge, you can add an extra schedule using the same bridge channel and read it when no strain is applied to the strain gauge. Save this value into a CV and use it to negate the measurement.
Example:
````
BEGIN"Strain"
RA5M LOGONA
1BGV("Strain_Raw~ppm",=2CV,W)
3CV("Strain~ppm")=2CV-1CV
RBX
1BGV("Offset~ppm",=1CV,W)
END
````
Best regards,
dataTaker Expert