WBCGetTGCWeight

C Specification

#include <revolution/wbc.h>
double WBCGetTGCWeight( double total_weight_ave , WPADBLStatus *status );

Arguments

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.

Return Values

Returns a value that has been corrected for both temperature and gravitational acceleration.

Description

Performs both temperature correction and correction for gravitational acceleration on the specified weight values.
You must execute WBCSetupCalibration prior to using this function.

See Also

WBCSetupCalibration

Revision History

2007/10/02 Added explanation of WBCSetupCalibration.
2007/09/10 Added supplementary explanation.
2007/08/31 Initial version.


CONFIDENTIAL