Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent


Ignore:
Timestamp:
12/13/12 15:24:15 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v3 v4  
    3232   return 0;
    3333}
     34
     35BACKGROUND_EVENT(Comm)
     36{
     37        // Use MnBdRead directly to prevent overhead of MnBdProcess
     38
     39        int n;
     40        // in case we have more I/O cards than scales change this
     41        for(n = 0; n <= GetNumScales(); n++)
     42        {
     43                // 0 = MNBD_DEV, 1 .. Scales and I/O cards
     44                MnBdRead(n);
     45        }
     46
     47        return 0;
     48}
    3449}}}
    3550