Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetOutput
- Timestamp:
- 10/19/20 08:34:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/GetOutput
v2 v3 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 output. It is necessary to have communications code in place for this memory to be updated in an application. This can be done by using StartRepeatIO or StartRepeatMulti, at the beginning of the application or by calling MnBdRequest MNBD_GET_IO_STATUS prior toGetOutput.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 output. It is necessary to have communications code in place for this memory to be updated in an application. This can be done by using StartRepeatMulti, at the beginning of the application prior to !GetOutput. 20 20 21 21 == Examples ==