Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetWIM


Ignore:
Timestamp:
02/26/20 09:10:56 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v4 v5  
    4646}
    4747
     48SetBackgroundEvent(BackgroundEventComm);
     49
     50MnBdSetEvent(MNBD_REQ_REP_MULTI, MnBdEventMultiRcv);
     51StartRepeatMulti(100);
     52
    4853float onWtThres = 1500.0;
    4954uint16 onThres = (int)(onWtThres / g_cal_param_n[1].interval);
     
    6772
    6873{{{
     74
     75BACKGROUND_EVENT(Comm)
     76{
     77  int n;
     78  for(n - 0; n <= GetNumScales(); n++)
     79  {
     80     MnBdRead(n);
     81  }
     82  return 0;
     83}
     84
    6985void ProcessMnBdAxleRcvd(struct mnbd_swim_struct* pAxle)
    7086{