wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNetWt

GetNetWt

Get net weight value.

float GetNetWt(int nScale = process_cale);

Parameters

  • nScale - scale number

Return Value

  • Returns net weight value of specified scale, or current process scale if no scale specified.

Remarks

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.

Examples

float net = GetNetWt();
float net = GetNetWt(1);

See Also

Last modified 6 years ago Last modified on 04/13/18 07:18:41
Note: See TracWiki for help on using the wiki.