Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/SetOutput
- Timestamp:
- 12/27/11 09:06:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/SetOutput
v1 v2 1 1 = SetOutput = 2 Set one or more digital outputsfor the main board or a DIO option card.2 Set a digital output to ON or OFF for the main board or a DIO option card. 3 3 4 4 {{{ … … 16 16 == Remarks == 17 17 18 The main board or option card must already be opened by calling OpenMnBd first. The call does a wait for acknowledgement. If the application is using main board communication events these events may be called during th is call.18 The main board or option card must already be opened by calling OpenMnBd first. The call does a wait for acknowledgement. If the application is using main board communication events these events may be called during the wait for acknowledgement. 19 19 20 20 == Examples ==