My app has several Tanks displayed on the main screen showing the current
reading for each tank as a fill level and Digital Display. I wish to put a
Graph button under each tank display, so that when the user clicks on the
Graph button, a subVI opens, showing a Graph of value vs. time for that tank
for say the past 10 minutes and continues to run. Then they can press a
So far it's not quite working right - I can open a Graph window, but only if
I Stop the While loop. My Graph stops and only shops data up to that moment
and doesn't continue.
NI sent an example VI but alas it stops the main window when opening the
subVI
- if I try to not STOP the main While loop in the main window, the
subVI doesn't open. It's as if you can't have 2 things running
simultaneously. Any suggestions or examples I can look at?