10-12-2020 04:42 AM
I never said you should add arrays, since you already have three arrays of doubles.
Post your new code. From your description it seems that you are repeating the write 100 times with the very same text, which does not make any sense. The loop must also include the line formatting part of the code, autoindexing on the three arrays and removing the Index Array nodes.
10-12-2020 05:13 AM
Hello Paolo,
Again thank you for your reply. I am attaching a screenshot of the current situation. So as you said, I should remove the Index Array?
-Alex
10-12-2020 06:00 AM
Do you really know what is an array? Before going on, I recommend you to go through the LabVIEW tutorials. In the main page of this fourum you will find links to Training Resources, like http://www.ni.com/getting-started/labview-basics/.
After that, check the following example:
10-12-2020 01:40 PM - edited 10-12-2020 01:41 PM
10-13-2020 05:03 AM - edited 10-13-2020 05:26 AM
Sure, but polymorphism does not help the OP to recognize his main error.
He definitely needs a loop and autoindexing in his code.
10-13-2020 06:37 AM
Hello GerWd,
I changed the DAQ assistant to NI mx and I can see that I am getting more data, but the time interval of every data point is not constant.
I will try to save acquire and save the data in different loops, but then I need to use producer and consumer?
-Alex