Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending boolean array trough DAQmx digital output

Hello,

I'm trying to send the 3 boolean array trough 3 line of my DAQmx usb 6002. But i see nothing an their is no error shown. What is wrong with the graph i did ?

 

Thanks,

 

 

0 Kudos
Message 1 of 2
(2,674 Views)

Hello,

 

You must to build a array of the three arrays using buld array function. After this one must be wired to the data input of daqmx write function.

 

In addition:

http://web.mst.edu/~cottrell/ME240/Code-hints/Dice.htm

http://forums.ni.com/t5/Example-Program-Drafts/Write-to-Multiple-Digital-Channels-with-a-Single-DAQm...

 

Best regards

0 Kudos
Message 2 of 2
(2,599 Views)