Hi! > And yet another approach; > > Look athe the queue functions. > > Just push all of your data in as it arrives. > > Somewhere else in the code check the queue size and read the entire > queue if the size is what you want.
Thanks. I need to pass an array of predetermined size and type to the CIN sink. I was trying to figure out different approaches, but the CIN holds a filtering code which reduces the sampling frequency and whatever I do, I have to have a buffer somewhere waiting until its full. (The output of the filter cant be one 1/7 of a sample for example). The idea of buffers seems to be difficult to implement since the entire Labview is per sample oriented. Atmapuri.
