Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Sinal Recording

I have a couple of questions regarding the use of multiple digital signals acquired through a DAQ assistant express VI.
 
1.) How can I hook each individual signal up to an LED indicator. "IE" I need to split the signal into its components, then hook the individual components to and indicator LED.
 
2.) I am writing analog data to a file, but I need to be able to write both analog and digital data to the same file. I can not hook the two together because I keep getting an error.
0 Kudos
Message 1 of 2
(2,732 Views)
Hi,
 
The DAQ assistant Express VI would be returning an array of booleans. You would now need to use the Index Array function to extract one element of this array at a time and wire it to a Led indicator.
 
As for writing data to file, what function are you using? Also can you elaborate on the error you are getting for us to be able to help you better.
 
Hope it helps.
Ankita  
0 Kudos
Message 2 of 2
(2,711 Views)