Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatMulti
- Timestamp:
- 09/13/21 09:09:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatMulti
v19 v20 25 25 An application should never perform weight or I/O requests such as calling MnBdProcess while repeat multi is enabled. 26 26 27 The specified !MultiRcv function is called with the current weight and I/O status repeatedly at the interval specified when !StartRepeatMulti was called. Should an application perform other initialization such as !MnBdSetWIM the !MultiRcv function will be called when SWIM information is available. It is important in this case to check the repeat_multi_record global variable. This will be zero when the weight and I/O information is available, this will be 0x45 when SWIM data is available.27 The specified !MultiRcv function is called with the current weight and I/O status repeatedly at the interval specified when !StartRepeatMulti was called. Should an application perform other initialization such as MnBdSetWIM the !MultiRcv function will be called when SWIM information is available. It is important in this case to check the repeat_multi_record global variable. This will be zero when the weight and I/O information is available, this will be 0x45 when SWIM data is available. 28 28 29 29 == Examples ==