Hi all. I am trying to write a program which shares the raw data acquired from a DAQ acquisition device to several computers at the same time. I am using a NI-USB DAQ 6251 to acquire 2 channels of data at 200kS/s on each channel. I need to send this data to other computers in a network so that the each computer can perform different functions on the signal.
Anyone who has done something similar before? Can you help to advice on how I can go about doing this efficiently and reliabily? I cannot afford the data to be lost during the transfer. I did try using shared variables but it did not work well.
Thanks in advance.