I am trying to modify the 'Notification with SubVIs' program by having the subVI not appear immediately, but only when requested by the user. This would be for an example where the main VI has a tank showing the level, and the subVI has the graph of data vs. time for the tank.
The NI example of course opens the main VI and all subVIs immediately. I want it to have a drill-down feel.
So my question is how do I program hte logic so the notify only occurs on a pressed button (Graph)?