03-29-2004 03:55 AM
03-29-2004 11:25 AM
03-29-2004 05:34 PM
11-02-2004 04:50 AM
06-02-2009 02:06 PM
06-02-2009 03:58 PM
Hi,
Have a look at the Import/Export Tool sequence. You should find it in the Tools folder.
Regards
Ray Farmer
06-02-2009 05:33 PM
Hi,
Ray: I think Glenn wants to do this programatically, ie, during execuation, like the Property Loader step lets you do. The Import/Export Tool lets you export during edit time, not execution.
Glenn: Unfortunately this is not functionality does not come built-in with TestStand. However as Lukasz mentioned, you can modify the source code of TSDBComponents.dll to allow you to do this. (Not an easy task).
If you'd like to see this feature implemented in a future version of TestStand I would encourage you to file a Product Suggestion. We take customer feedback very seriously and each product suggestion is evaluated by our R&D Team.
Thanks!
06-03-2009 12:27 AM
Hi Jervin,
I realised this but thought glennjammin might gleam some information from the tool.
Hi glennjammin,
What do you particular what to export and to why?
Regards
Ray Farmer
06-03-2009 08:53 AM
What I really want to accomplish is this:
I have multiple systems I deploy to and they each have a little different setup. I need to save various settings and be able to recall them.
Currently I have a configuration entry point that displays a window with different setting like instrument addresses and etc. It saves these values to the StationGlobals file.
This works fine as long as I don't install other sequences. And I want to avoid using the stationglobals for various reasons.
If you have a simple way to do this I would greatly appreciate it if you would share.
I thought about creating my own configuration file.
Thanks for the help.
06-03-2009 12:15 PM
I found a way using the write() and ReadEX() in the teststand API.
Here is an example: