06-02-2010 06:20 PM
06-03-2010 01:21 AM
Hi,
In the Manual Appendix C C-6 Loading from Files, it details the structure of the file. It doesn't say that you can miss items and if you use the Import/Export tool you get the complete structure regardless if you actual selected anything to export.
That said, it should be a bit more tolorent. I haven't tried this but I bet if you wanted a StationGlobals you probabaly would have to specify both Locals and FileGlobals.
Extract from Manual C-6
Start Marker
<Step Name> Limits.Low Limits.High Limits.String
Voltage at Pin A 9.0 11.0
Voltage at Pin B 8.5 9.5
Self Test Output "SYS OK"
<Locals> Variable Value
Count 100
<FileGlobals> Variable Value
Count 99
<StationGlobals> Variable Value
Power_On False
End Marker
Regards
Ray Farmer
06-03-2010 08:36 AM
I have always included all the sections in my files for use with the Property Loader since TestStand 3.5....
<StepName>
<Locals>
<FileGlobals>
<StationGlobals>
The following link indicates you must have the tags even IF you are NOT importing a property or value, but this was TestStand 2.0.1.
http://digital.ni.com/public.nsf/allkb/2A4CA675B86CF70986256C2B00558D9A
Thanks,
PH