05-04-2009 06:26 AM
Hi, Can someone suggest me how to save the stationglobal values to the disk when my vi is running? I am updating the stationglobal by calling set property TS API in my vi. But when i quit the TestStand and open it again the old stationglobal values are still there and not the new one. What should i do to update the stationglobal values? If anyone has any sample vi please provide me.
Thanks in advance,
Jeyan
Solved! Go to Solution.
05-04-2009 09:06 AM
05-04-2009 04:35 PM
There's an even easier way that doesn't involve any reference other than the engine. You can call Engine.CommitGlobalsToDisk.
Also, I did a search on ni.com for "Save Global Variables TestStand" and found a KB describing this information: http://digital.ni.com/public.nsf/allkb/1A3C3AC9667F9C0886256C5300691822?OpenDocument
05-04-2009 11:07 PM
Dennis,
Thanks for your help. I could update the stationglobal now when my vi is running.
Regards,
Jeyan