Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
- Timestamp:
- 12/13/12 15:24:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
v3 v4 32 32 return 0; 33 33 } 34 35 BACKGROUND_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 } 34 49 }}} 35 50