09-18-2018 10:05 AM
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?
09-18-2018 01:05 PM
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.
09-19-2018 07:52 AM
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.