ADLINK ACL-8111 User Manual
Page 44

38
• C/C++ Library for DOS
5.5 _8111_DI
_Channel
@ Description
This function is used to read data from digital input channels (bit). There
are 16 digital input channels on the ACL-8111. When performs this
function, the digital input port is read and the value of the corresponding
channel is returned.
Note: channel means each bit of digital input ports.
@ Syntax
int _8111_DI_Channel(int di_ch_no, unsigned int
*data )
@ Argument:
di_ch_no: the DI channel number, the value has to be
set from 0 to 15.
data:
return value, either 0 or 1.
@ Return Code:
ERR_NoError
ERR_BoardNoInit
ERR_InvalidDIChannel
@ Example:
#include “8111.h”
main()
{
unsigned int data;
int ch;
_8111_Initial( CARD_1, 0x220 );
/* Assume NoError when Initialize ACL-8111
*/
.
.
.
for( ch=0; ch<16; ch++ )
{
_8111_DI_Channel( ch , &data );
printf( "The value of DI channel %d
is %d.\n" , ch , data );
}
}
- USB-1901 (84 pages)
- USB-1210 (54 pages)
- USB-2401 (60 pages)
- USB-7230 (50 pages)
- USB-2405 (56 pages)
- DAQe-2010 (92 pages)
- DAQe-2204 (100 pages)
- DAQe-2213 (94 pages)
- DAQe-2501 (74 pages)
- PXI-2010 (84 pages)
- PXI-2020 (60 pages)
- PXI-2501 (62 pages)
- cPCI-9116 (98 pages)
- ACL-8112 Series (93 pages)
- ACL-8112 Series (94 pages)
- ACL-8112 Series (92 pages)
- ACL-8216 (75 pages)
- PCM-9112+ (10 pages)
- PCM-9112+ (94 pages)
- cPCI-6216V (47 pages)
- ACL-6126 (28 pages)
- ACL-6128A (40 pages)
- PCM-6308V+ (52 pages)
- PCM-6308V+ (4 pages)
- PCI-7444 (82 pages)
- PCI-7434 (48 pages)
- PCI-7234 (56 pages)
- PCI-7260 (66 pages)
- PCI-7258 (38 pages)
- PCI-7256 (48 pages)
- PCI-7250 (48 pages)
- LPCI-7250 (48 pages)
- PCI-7396 (65 pages)
- PCI-7296 (59 pages)
- PCI-8554 (67 pages)
- PCIe-7360 (94 pages)
- PCIe-7350 (86 pages)
- PCIe-7300A (114 pages)
- PCIe-7200 (51 pages)
- PCI-7300A (112 pages)
- PCI-7300A (83 pages)
- PCI-7200 (96 pages)
- cPCI-7300 (82 pages)
- cPCI-7300 (83 pages)