11-28-2010 11:41 AM
Hi Friends,
I would like to know is there any way to write a sequence file without using NI Teststand 4.2 ?
For Example, I will write few steps in a textpad or notepad in a format that teststand understand and save as .seq file, then I want to open that file file using NI Teststand and execute.
Thanks,
Krishna
11-28-2010 06:03 PM
TestStand files are stored in binary format so I doubt that's possible.
What you would have to do is create your own code that read in a text file and then called in to the engine through the API to create the sequence. It would be painful but doable.
Regards,
11-28-2010 06:07 PM
Sorry,
You could also do them as XML files. To see what one looks like go to Edit>>Sequence File Properties... Then change the File Format to XML. Save the file and see what it looks like. If you created your text file like that it woud work..
🙂
11-29-2010 01:41 AM
Hi,
take a look at the Sequence Builder example in the TestStand/Examples folder
11-29-2010 12:57 PM - edited 11-29-2010 12:58 PM
You can use the TestStand 3.0 INI file format to store your sequence.
You can use (carefully) the LabVIEW configuration file functions to modify the seq file in the TestStand 3.0 format (again, carefully!)
We have many stand-alone tools that parse our sequence files (make no changes) and we still use the INI format to this day with TestStand 4.1.1
11-30-2010 08:19 AM
HI Phillip,
It's sound gr8 that we can write sequence files in ini format.
Could you please attached with an example ?
Thanks
Krishna
Ak Aerotek Software Center pvt Ltd
Bangalore
11-30-2010 10:51 AM
If you are starting from scratch I'd recommend the xml file format over the ini format because it is more human readable.
-Doug
12-01-2010 01:40 AM
You can of course change your setting so that TestStand SeqEditor saves the SequenceFiles in INI format. Check out the TestStand Help
12-01-2010 04:41 AM
12-01-2010 05:51 AM
Hi,
You could try the route of using the Sequence File Translator
http://zone.ni.com/reference/en-XX/help/370052H-01/TOC34.htm