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