Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetWIM
- Timestamp:
- 02/26/20 09:10:56 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetWIM
v4 v5 46 46 } 47 47 48 SetBackgroundEvent(BackgroundEventComm); 49 50 MnBdSetEvent(MNBD_REQ_REP_MULTI, MnBdEventMultiRcv); 51 StartRepeatMulti(100); 52 48 53 float onWtThres = 1500.0; 49 54 uint16 onThres = (int)(onWtThres / g_cal_param_n[1].interval); … … 67 72 68 73 {{{ 74 75 BACKGROUND_EVENT(Comm) 76 { 77 int n; 78 for(n - 0; n <= GetNumScales(); n++) 79 { 80 MnBdRead(n); 81 } 82 return 0; 83 } 84 69 85 void ProcessMnBdAxleRcvd(struct mnbd_swim_struct* pAxle) 70 86 {