03-09-2020 07:04 AM - edited 03-09-2020 07:05 AM
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
03-09-2020 06:23 PM
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.
03-10-2020 12:50 AM - edited 03-10-2020 01:01 AM
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)
03-10-2020 06:21 AM
Your Report Should show the results of Individual Steps of the Sub Sequence, Check whether Result Recording is disabled?
03-10-2020 06:26 AM
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.
03-10-2020 06:32 AM
@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?
03-10-2020 06:41 AM
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.
03-10-2020 06:49 AM
Enable Tracing for Sub Sequences you can see whats happening during RUNTIME?
Yours Status can be Seen in Report itself.
03-10-2020 06:56 AM
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.
03-10-2020 07:05 AM
Enable On the Fly Reporting.