Basically I want to record data only when I want to, so I placed my enqueue element block inside a true/false case and wired that to a switch. Switch is on, my clustered daq data enters the queue, switch is off data just passes on to the other side of the while loop. Is this wrong? As far as I can tell it is working, but I cant be sure if it is storing data in a buffer or something and I am not really recording in real time. If I don't enqueue any of my data where does it go after the bundle?
↧