Hi all,
I'd like to know if there's some way to save the content of a Global VI (actually I'm using a Global VI to store data needed by some VI to work) into a file (like a config file or whatever) at run time.
The Global VI contains a lot of Arrays and Clusters, so it's not a good idea to use Write Key VI to write a config file (.ini).
I've also thought to use an Invoke Node calling the Method "Make Current Values Default" on the Global VI, and then copy this file, modified in such a way, into a new location, but it didn't work (I get an error with error code 1000).
Thanks for your help,
Dav