LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a array that permit to add ~3000 measurements of temperature obtained from a DAQ

How to add a array that permit to add ~3000 measurements of temperature obtained from a DAQ?

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

picture of code is not helpful.  [Would you like me to send you a picture of a 400-line Matlab, C, or Python program?]

 

Please attach your VI.  Do you know how DAQmx works?  I have no idea what DAQ device you are trying to use, but you should be able to specify "Acquire 3000 points at (some sampling rate) Hz".  Because you are using the "made for people who don't know and don't want to learn LabVIEW" DAQ Assistant, your output is the awful Dynamic Data Wire.  If you used a DAQmx Read function, you could get your output as an Array of 3000 Dbls (how does that sound?).

 

Do you know that LabVIEW comes with Examples, and there is almost certainly one for what you want to do?

 

Bob Schor

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