06-30-2006 05:36 AM
06-30-2006 06:33 AM
Using a queue is an easy method of streaming in labview. Have the sender queue the binary data (a boolean array for 1 bit at a time upto a 32bit Uint depending on the chunk size you wish to send.) in a seperate vi or parallel loop (thread) read from the queue, here is a very controlable data stream which will allow for asynchronous transfer.
Paul
07-05-2006 12:58 PM