= SetTareValue = Sets the specified scale tare weight to the specified value {{{ int SetTareValue(int nScale = process_scale); }}} == Parameters == * nScale - scale number to tare == Return Value == * Returns OK if successful, otherwise it failed do to motion or other error. Use MnBdGetErrMsg to obtain reason. == Remarks == == Examples == {{{ float fTare = 200.0; if(SetTareCurrent(1, fTare) != OK) { DisplayText(0, 0, "Error setting tare"); } }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdGetErrMsgStr MnBdGetErrMsgStr] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetTareCurrent SetTareCurrent] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ZeroScale ZeroScale]