Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetTareValue
- Timestamp:
- 03/12/25 07:23:36 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetTareValue
v3 v4 2 2 Sets the specified scale tare weight to the specified value 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetTareValue(int nScale, float fTare); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 float fTare = 200.0; 24 24 if(SetTareValue(1, fTare) != OK)