Changes between Version 8 and Version 9 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetInput


Ignore:
Timestamp:
03/11/21 13:13:48 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetInput

    v8 v9  
    1717== Remarks ==
    1818
    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 to be updated regularly in an application. This should be done by using !StartRepeatMulti, at the beginning of the application and providing a background function that calls !MnbdRead.
     19The 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.
    2020
    2121== Examples ==