I have a series of arrays (hopefully in the attached vi is the right one) and a single dequeue for them all to a tdms write in my consumer loop. The problem im having is that im not getting all of the data into my tdms file. Only chunks of it. Why is that? Dequeue appears to only remove the last element, so does that mean I need like 50 dequeues and 50 tdms writes each with their own channel name in order to get all my data?
↧