= SetTareCurrent = Sets the specified tare weight to the current scale weight {{{ int SetTareCurrent(int nScale = process_scale); }}} == Parameters == * nScale - scale number to zero == Return Value == * Returns OK if successful, otherwise it failed due to motion or other error. Use MnBdGetErrMsg to obtain reason. == Remarks == == Examples == {{{ if(SetTareCurrent(1) != 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/SetTareValue SetTareValue] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ZeroScale ZeroScale]