04-09-2007 10:10 PM
04-10-2007 01:34 PM
04-10-2007 02:50 PM
Hi Jon,
Thanks for your response. At a high level, I'm manually setting the number of boilers available for a process. I want the test sequence to accept the updates for logging purposes, as the number of boilers online can change during the course of testing a single UUT. I want to use the Configuration Entry Point from the operator interface to set the number of boilers regardless of whether I'm executing my tests or whether the machine is sitting idle. I guess it's not really necessary to determine which Execution Entry point is active. The data just needs to be accessed from existing executions and new executions.
If I used a station global, how would my changes be saved? Can you do this programmatically? Is there a better way?
04-10-2007 05:14 PM
04-11-2007 01:10 AM
hi bce,
[ If I used a station global, how would my changes be saved? Can you do this programmatically? Is there a better way? ]
When Teststand closes, it automatically saves the StationGlobals. You would use PropertyObjectFile.SaveFileIfModified if you needed to force the save. But you shouldn't really need to do this as the latest value is available to all sequences and sequence files.
Regards
Ray Farmer
04-11-2007 07:18 AM