Changes between Version 10 and Version 11 of Docs/Prog/Manual/DeviceSupport/DIO
- Timestamp:
- 11/30/09 14:57:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/DIO
v10 v11 92 92 mnbd_set_dio.output = 0x01; 93 93 mnbd_set_dio.mask = 0x0F; 94 MnBdRequest( 0, MNBD_REQ_SET_IO_STATUS, NO_WAIT_ACK);94 MnBdRequest(MNBD_DEV, MNBD_REQ_SET_IO_STATUS, NO_WAIT_ACK); 95 95 break; 96 96 } … … 103 103 104 104 }}} 105 To use this example with a DIO option card replace MNBD_DEV with the number of the installed DIO option card such "1" for the first DIO option card, or "2" for the second installed DIO option card. 106 105 107 106 108 For digital I/O event operations refer to the DioEvent class.