Changes between Version 10 and Version 11 of Docs/Prog/Manual/DeviceSupport/DIO


Ignore:
Timestamp:
11/30/09 14:57:28 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/DIO

    v10 v11  
    9292           mnbd_set_dio.output = 0x01;
    9393           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);
    9595           break;
    9696      }
     
    103103
    104104}}}
     105To 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
    105107
    106108For digital I/O event operations refer to the DioEvent class.