NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Show subsequence steps in real time after it executed

Hi all,

 

My sequence(main seq) has a "large" subsequence, i mean, subsequence has a lot of steps. I want to see each step result of my subsequence after it has executed because in case it fails i want to see in which step is. How can i do that?

 

Thanks all, 

 

(see attachment to clarify my description)

PD: My idea is double click in subsequence call and view the results

0 Kudos
Message 1 of 13
(3,202 Views)

Would on the fly reporting work for you?

 

In my own situation, I have a VI that displays step data/results and I have a sequencefilepoststep in my sequence that enqueues these results.  This probably adds more complexity than what you're thinking.

0 Kudos
Message 2 of 13
(3,166 Views)

Thaks for the answer!

 

I think that solution is a complex solution. 

If my subsequence was in main sequence, i could see the last steps results. However, is not posible see the results located in a subsequence?

I think that test stand contemplates this action because i need to see why subsecuence was fault, f.e, in my picture (previously attached)

0 Kudos
Message 3 of 13
(3,152 Views)

Your Report Should show the results of Individual Steps of the Sub Sequence, Check whether Result Recording is disabled?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 13
(3,142 Views)

Thanks for the answer,

 

It is true I see the step results of subsequence in the report. However I want/need to see after execution because is possible to do actions, such as repeat specific steps for example.

 

0 Kudos
Message 5 of 13
(3,140 Views)

@Arr5 wrote:

Thanks for the answer,

 

It is true I see the step results of subsequence in the report. However I want/need to see after execution because is possible to do actions, such as repeat specific steps for example.

 


I am not able to understand your Question, Since After Execution its Report which you need to Consider, why you need Sequence Steps?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 13
(3,137 Views)

Imagine next situation i have a main sequence with five subsequences and i set breakpoint for example in subsequence 2. Main execution is not finished but subsequence exectuion of subsequence 1 is already finished. I want to see why subsequence 1 failed (see attachment)

 

My apologies if my explanation is hard to understand.

0 Kudos
Message 7 of 13
(3,132 Views)

Enable Tracing for Sub Sequences you can see whats happening during RUNTIME?

 

Yours Status can be Seen in Report itself.

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 8 of 13
(3,129 Views)

Yes, I can see step by step the criteria of subsequence steps in run time (when this subsequence is running). But when subsequence is finished i cannot see the results.

In my previous picture, subsequence execution is already finished, and I want to open it and see all steps with their criterias.

 

 

0 Kudos
Message 9 of 13
(3,127 Views)

Enable On the Fly Reporting.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 10 of 13
(3,124 Views)