Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetTareValue


Ignore:
Timestamp:
08/21/10 09:35:43 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetTareValue

    v1 v2  
    33
    44{{{
    5 int SetTareValue(int nScale = process_scale);
     5int SetTareValue(int nScale, float fTare);
    66}}}
    77
     
    99
    1010 * nScale - scale number to tare
     11 * fTare - tare value
    1112
    1213== Return Value ==
     
    2122{{{
    2223float fTare = 200.0;
    23 if(SetTareCurrent(1, fTare) != OK)
     24if(SetTareValue(1, fTare) != OK)
    2425{
    2526   DisplayText(0, 0, "Error setting tare");