Hi,
I need to change property files from the .xls format to the .csv format so that I won't need to install Ms Office on the Test Station PC.
Everything works is .csv format except for variales containing lists of numbers. Here is an example.
This variable contains the channel list to send to a Digital Multimeter. A string containing all channel numbers seperated by comas (The DMM model is Agilent 34070A).
I create a variable named ChannelList of type string containing : "101,102,103,104,105"
When exporting to property file (Using Tools-Import/Export properties), TestStand will write the following line is .csv format :
ChannelList,"101,102,103,104,105"
When trying to import this property value with a property loader I get the following error :
Runtime Error Occured
Error evaluating expression:Runstate.Sequence.locals.ChannelList = (""101")
Unexpected Token: 101
What puzzles me is that teststand is not even capable of reading its own exported property within a newly created file.
Any ideas?
TestStand 2013
Thanks in advance
Nien