#include <revolution/wbc.h>
double WBCGetTGCWeight( double total_weight_ave , WPADBLStatus *status );
total_weight_ave |
Passes the combined value of the weight-converted press values of the four different points. Be sure to pass a two-second average as this combined value. |
status |
Specifies the status structure passed by WPADRead. |
Returns a value that has been corrected for both temperature and gravitational acceleration.
Performs both temperature correction and correction for gravitational acceleration on the specified weight values.
You must execute WBCSetupCalibration prior to using this function.
WBCSetupCalibration
2007/10/02 Added explanation of WBCSetupCalibration.
2007/09/10 Added supplementary explanation.
2007/08/31 Initial version.
CONFIDENTIAL