Hi all,
The goal of my application is to read data from three subVIs simultaneously, each representing a different NI module, and put this data into a 1D array that is continuously being updated while the VI is running.
When I run my code with simulated hardware all three subVIs run at the same time and their data is being continuously updated but the main vi is not.
The array in the main VI is not updating.
How can I change that?
-Emilie.