I am collecting data from multiple sources of UDP packets (at 1 or 5
Hz) where each source has its own UDP listener on its own port. I
want to display data from all the sources on one screen. I am
doing this successfully for my text displays that show just the most
recent data from each source. However, I am having trouble coming
up with a clean way to plot data. Since each source has its own
time, I need an XY graph. When I try to build arrays, I start
losing packets or have timing problems.
So here is the question:
If I could collect and process the data from each source in its own VI, is there a way to plot to a shared window?