Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i simultaneously do IO for NI 6534 ?

where can i find the examples for C to do simultaneously Digital In/Output with the NI 6534 or are know how can i implement that.

thanks.
0 Kudos
Message 1 of 2
(2,476 Views)
Greetings,

Unfortunately, there are no C examples for simultaneously performing input and output with a PCI-6534. Yet, it should not be difficult to combine two of the examples that install with NI-DAQ to accomplish this task. Below are the examples I would suggest that you examine:

Finite Input

DIsingleBufPatternGen653x.C

Continuous Input

DIdoubleBufPatternGen653x.C

Finite Output

DOsingleBufPatternGen653x.C

Continuous Output

DOdoubleBufPatternGen653x.C


Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,476 Views)