NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Update / Saving StationInfo file

Hello,
 
I am: Reading a boolean from  the StationInfo.txt as..
e.g.:   RunState.InitialSelection.SelectedFile.Data.Seq["MainSequence"].Locals.StationInfo.MyBool.
 
I am calling a sequence from the tools menu section which then calls a Labview Vi.
 
I can read / update the value. Is there a Teststand command to save the value directy back to the StationInfo.txt file?
 
If this is the wrong approach to uodate the StationInfo.txt file, is there a better way? Via a tools menu selection.
 
Thanks


Message Edited by Ted 724 on 11-12-2007 07:18 AM
0 Kudos
Message 1 of 3
(3,196 Views)
StationInfo.txt is not a default TestStand file- it is likely something that your company created as a customization.  The TestStand Engine does not know anything about this file.

Allen P.
NI
0 Kudos
Message 2 of 3
(3,187 Views)

Hi,

If StationInfo is just a Container in your Locals. You could try using the PropertyLoader. Your can also use the Export/Import Tool from the Tools menu.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 3 of 3
(3,182 Views)