11-19-2019 06:42 PM
How to add a array that permit to add ~3000 measurements of temperature obtained from a DAQ?
11-19-2019 08:25 PM
A 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