GetOverCap
Get over capacity status.
bool GetOverCap(int nScale = process_scale)
Parameters
- nScale - scale number
 
Return Value
- Returns true if the specified scale is over capacity or false if stable.
 
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
if(GetOverCap()) { DisplayText(20, 20, "Over capacity"); }
if(GetOverCap(1)) { DisplayText(20, 20, "Over capacity"); }
See Also
          
            Last modified
 8 months ago          
          
            Last modified on 03/12/25 07:35:10
          
        
      
  Note:
 See   TracWiki
 for help on using the wiki.
    ![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)