LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ assistant to array

I'm trying to write voltage from the daq assistant into an array and then store this in a file.  All I get in the file is the initialized array.  I just want the voltage once per second to be read into the array and then after 20 seconds have an array to store in a file.  I've tried to change the sampling rate and add in a wait until vi, but this doesn't work either.  Can anyone tell me what I'm doing wrong.  Thanks.
0 Kudos
Message 1 of 2
(5,102 Views)
Hi slarkin712,
change the datatype of your array to "dbl", then you get the real values. See attached your modified vi.
Mike
0 Kudos
Message 2 of 2
(5,092 Views)