Hi,
I have the problem that the read in of my data needs a very long time.
I have deleted all the synchronization and timing in my attached vi, so
it's easier to see my problem.
On the front panel, there is an array of clusters of arrays. Each
cluster is made of three arrays: for the time, for the digital lines
and for the analog lines. In the first step I create arrays of the size
of my time steps (each time step represents 1ms and is later clocked
with a master clock, not in this program) seperately for the analog
analog and the digital lines. In the second step, I change the arrays
to waveforms, and these waveforms I write to the different analog out
and digital out tasks.
Is there a more simple way to convert and give out much data like this?
Thanks for your answers,
Tim