I have a Case structure which selects two sources of data. Within
each of the two cases is a loop that produces similar data in
different ways at a regular interval. Case 1 gets the data from the
network, case 2 gets it from a file. Say for example, each second it
generates a 40 byte string that contains data in a specific format.
I have also built a part of the program that separates all this data
and displays it on several graphs and many numeric displays.
But I can't figure out how to use my displaying section to show either
of the cases without duplicating all the stuff processes the data for
the graphs and numeric displays. I tried making a sub-vi, but since
you can't put front panel stuff in them, it ends up being a big
mess
with all the graphs and readouts I'm using.
Seems like a simple problem, but I just haven't been able to figure it
out.
Thanks in advance,
-Paul