12-26-2009 01:49 PM
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
12-28-2009 03:19 PM - edited 12-28-2009 03:22 PM
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
01-11-2010 01:56 PM