NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems setting the Call TestReport report generation dir.

Hi Aleksi,

I have been trying to simulate your process and unfortunately I cannot re-create your problem.
(I am using the default SequentialModel.seq and one of the demo sequencesfiles supplied with TestStand. Using suitable placed breakpoints then modify variables to simulate your setup.)
I only get the one file created and its in the correct place e.g. \Reports. I don't get any reports files in .

Is there any chance you can post your Process Model to aid in identifying your problem?

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 11 of 13
(1,002 Views)
Hi Ray,

There are two statements after the MainSequence Callback. The first one changes to dir to \Reports\ and the other one is for changing to reportpath to something else, if it is defined in the actual testsequence. Also in the CleanUp is a VI called Delete HTML Report that destroys the 0 sized html-file...

Thanks for your help! BTW, I'm using TestStand 2.0 and LV 7.0

Best regards,
Aleksi Sandqvist
0 Kudos
Message 12 of 13
(1,002 Views)
Hi Aleksi,

The only thing I can find is the two new steps you have added to modify the pathname and to copy to HTMLReportPath, do not allow for the condition if a new filename is required for for each uut.

My settings had this set so the first loop the report was generated in the correct location e.g. \Reports but the second , third etc were saved in . The reason being the Locals.ReportFilePath gets reset for the new filename and then skips your two new steps.

I did not get any empty files, all contained results.

Therefore, you maybe doing something in one of your callbacks in your sequencefiles.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 13 of 13
(1,002 Views)