is it possible to programmatically print(using Print panel.vi icon) a set of saved Global Variable front panel(say, myglobals.vi) from the Main Vi that is calls myglobals.vi?
Consider using the 'Invoke Node' VI under Functions>Application Control. Select the 'VI Server Class' - VI, then select the method 'Print Panel to Printer', and put a True constant for 'Entire panel?' if needed. The VI reference you give (ie Globals.vi) will print when called. Perhaps put this in a Case statement to execute per a boolean switch, etc. Good Luck, Doug