02-22-2008 08:14 AM
02-22-2008 09:29 AM
Hi VDC,
Ray Farmer has done a great answer about Varaibles a few hours a ago take a look
into it.
http://forums.ni.com/ni/board/message?board.id=330&thread.id=18389
It seems that you have to use StationGlobals.
Other Solution:
It depends on the task you have to do. In my tasks that deals withs this topic i do it with XML.
At the beginning there is ActionCodemodule as DLL which loads the XML and load values for the locals.
At the end the values are saved back to the XML file.
If data are often need they are reloaded from the XML-DOM object as long as TS is running.
greetings
juergen
02-24-2008 01:30 PM
Hi VDC,
I have forgotten to mention an other solution. The PropertyObjectFile and Serailization
A few days ago i a have started a thread dealing with saving the result list as binary file.
By the way you can use this technics by all at kind of variables.
Just save your variables and their values to file drive an relaod them on demand.
Take a look into this thread http://forums.ni.com/ni/board/message?board.id=330&thread.id=18207
Hope this helps.
Greetings
juergen
03-04-2008 05:18 AM
03-04-2008 08:29 AM