NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand sequence to xml

Hi,

 

       I have a teststand sequence and i need to generate in xml format. I can do it easily by changing to xml  file format and  i can read in xml viewer. The main problem is that i have sequence which has a connected sequeunce inside it, I cannot read this connected sequence. Is there a way to extract all sequence to xml? 

0 Kudos
Message 1 of 3
(4,011 Views)

I'm very confused by your terms here.  Let's clear one thing up: a Sequence File and a Sequence are completely different items.  A sequence file contains sequences.  And sequences contain steps. 

 

So basically you have a sequence file (SeqA.seq) with a sequence that has a step calling a sequence in a different sequence file (SeqB.seq)?  and you need both sequence files to be saved in XML?

 

Unfortunately there isn't a tool that I know of to do this.  How many sequence files are in the call chain?  If it's just a couple then I'd say go open them and save them as XML.  If it is a lot then you could create some kind of automated tool calling into the API to open them and save them as XML.

 

Hopefully I'm understanding your question correctly.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(3,997 Views)

Hi,

 

        Thanks a lot  for the reply. Your understanding is correct. well i have 3 call chains each has "setup","main" and cleanup. I need all of them in xml.

0 Kudos
Message 3 of 3
(3,982 Views)