NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Repeating a Failed Sequence once more

Solved!
Go to solution

Hi Manooch,

 

I have implemented this step to remove it from the "Main" result list.

This behaviour is desired. If you click retry (wiederholen) you will repeat the sequence once more

and in "Main"report you do not "see" the that there was a recall.

What i like is to store only the failed sequence as a station's report somewhere to file drive. And i ai lso like to give the operator the possibility to "view" the failed sequence before clicking next or retry.

 

How to perform this?

Just call the report sequence of the current model. And fill it with right parameters.

But I do not have ResultList[0] in the parameters of my callback. Here they are splitted in to paramters.

 

Juergen

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 11 of 13
(2,817 Views)
Solution
Accepted by topic author j_dodek

Hi,

 

I have figured out a solution to combine the parameters value.

1. Copy the Parameters.Step.Result to a container Locals.Result

2. Clone the Parameters.Result.TS

3. Create a SubContainer TS in Locals.Result

4. Add the Clone  to Locals.Result.TS

 

Thats all.

 

Edit:

Note this stuff should work with every model that is derived from NI  Sequentailmodel

and with txt, html or xml Reportfiles.

 

 Juergen

Message Edited by j_dodek on 12-28-2009 03:22 PM
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 12 of 13
(2,799 Views)

Hi,

 

I was back in office after new years holidays. I downloaded my stuff to implement it in the office.

I realized that my uploading is the using the wrong file !!!

 

Try this one this is looking better !!

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 13 of 13
(2,742 Views)