I'm trying to create two different VIs to run on two different machines. The task is to create a signal (sine wave or other) on one machine and send it to the next, where is it processed and displayed on a graph, hopefully as a duplicate of the one sent.
The point of contention right now is in the inter-computer communication. I think that Visa Serial is the best way to go right now, but I don't know how to do this in real-time. I have some experience with circular buffers and such, but I have no idea how to implement this in Labview.
Would someone help me out?
Shawn