1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<meta name="GENERATOR" content="Microsoft FrontPage 3.0"> 7<meta http-equiv="Content-Style-Type" content="text/css"> 8<link rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>WBCGetTGCWeight</title> 10</head> 11 12<body> 13 14<h1 align="left">WBCGetTGCWeight</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19 <dd><pre><code>#include <revolution/wbc.h></code></pre> 20 </dd> 21 <dd><pre>double WBCGetTGCWeight( double total_weight_ave , WPADBLStatus *status );</pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26 27<table border="1" cellpadding="3" cellspacing="0.1"> 28 <tr> 29<td width="120" bgcolor="#ffffe8"><code><STRONG><EM>total_weight_ave</EM></STRONG></code></td> 30<td width="520">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.</td> 31 </tr> 32 <tr> 33<td width="120" bgcolor="#ffffe8"><code><STRONG><EM>status</EM></STRONG></code></td> 34<td width="520">Specifies the <CODE>status</CODE> structure passed by <CODE>WPADRead</CODE>.</td> 35 </tr> 36</table> 37 38 39 40 41 42 43 44 45<h2>Return Values</h2> 46 47<p>Returns a value that has been corrected for both temperature and gravitational acceleration.</p> 48 49<h2>Description</h2> 50<p> 51Performs both temperature correction and correction for gravitational acceleration on the specified weight values. <br>You must execute <code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> prior to using this function. 52 53</p> 54 55<p></p> 56 57 58 59 60<h2>See Also</h2> 61<code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> 62 63<h2>Revision History</h2> 64 65<p> 662007/10/02 Added explanation of <CODE>WBCSetupCalibration</CODE>.<br>2007/09/10 Added supplementary explanation.<br>2007/08/31 Initial version. 67</p> 68<hr><p>CONFIDENTIAL</p></body> 69</html> 70