ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Global Variables

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?
0 Kudos
Message 1 of 2
(2,638 Views)
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
0 Kudos
Message 2 of 2
(2,638 Views)