Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetInput
- Timestamp:
- 03/11/21 13:14:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetInput
v9 v10 17 17 == Remarks == 18 18 19 The main board or option card must already be opened by calling !OpenMnBd first. This function returns the status of the memory buffer for the input. It is necessary to have communications code in place so that this memory is updated regularly. This should be done by using !StartRepeatMulti near the beginning of the application and providing a background function that calls !MnbdRead.19 The main board or option card must already be opened by calling !OpenMnBd first. This function returns the status of the memory buffer for the input. It is necessary to have communications code in place so that this memory is updated regularly. This should be done by using !StartRepeatMulti near the beginning of the application and providing a background event that calls !MnBdRead. 20 20 21 21 == Examples ==