03-27-2012 04:09 AM
Hello,
I have a TestStand Workspace which contains 3 sequence files : one master sequence which contains PreUUt, PostUUT..And two other slave sequences that are called from the main sequence depending of a given parameter (It means that during a whole execution only one slave sequence will be called).
Using the TestStand Simple User Interface in LabVIEW, I want to show the completed execution screen of the slave sequence file called.
The problem that LabVIEW shows the master sequence at the end of executions which didn't give details about the slave sequence steps' status.
03-27-2012 10:38 AM
The step that calls the slave sequences needs to have reporting turned on, as do the steps inside of the slave sequence.
Step Properties >> Record Result
03-27-2012 11:51 AM
Thanks for the reply,
I found that the record result is already activated as mentionned.
To make it simpler, supposing that we have a sequence file which contains many sequence call modules, like the example in the attachement.
At the end of the execution, I want to be able to view the status of all steps of "Sequence_2" for example.
03-27-2012 11:59 AM
do you mean in the Report window or the Execution window?
03-27-2012 12:10 PM
Execution window