12-09-2010 02:53 AM
Hi all,
I was wondering whether there is a way to programmatically initialise to False (or whatever the default is) all Net and Single Process Variables of a cRIO project..
I mean something like the re-initialise all to default invoke method, which is applicable for standard VIs.
Regards,
Harry
12-10-2010 09:56 AM
Hi Harry,
It doesn't look like there is a single VI shortcut for reinitializing shared variables. Since you can't write to multiple variables with a single Write VI, you may have to iterate through and update each variable to its default.
Hope this helps,
12-13-2010 04:53 AM
Fred,
thanks for the reply. I ll follow your advice..
Cheers,
Harry