04-26-2008 01:51 PM
04-26-2008 02:23 PM
The easiest way to do what you want is to open a reference to the globals VI and then get\set all the control values:
But this is a hack and I would advise against that unless your data is really static. The better way would be to move away from globals, as they are usually a recipe for race conditions and bugs. There are other alternatives. Using an action engine with the OpenG variant config VIs might help you.