Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatNetWt


Ignore:
Timestamp:
08/24/10 16:16:46 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v2 v3  
    2020== Remarks ==
    2121
    22 This will format the raw net weight into appropriate divisions and add zeros for zero weight if necessary based on the interval. For example, if interval of 20 lb is specified and the weight is zero the output will be "   00".
     22This will format the raw net weight into appropriate divisions and add zeros for zero weight if necessary based on the interval. For example, if interval of 20 lb is specified and the weight is zero the output will be "   00". The value returned is from an internal memory buffer from the last MnBdRead that received a weight for the specified scale. An application program should be structured properly for this data to be updated when needed.
     23
    2324
    2425== Examples ==