NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Stand Reports no longer generated

Solved!
Go to solution

Somewhere during development the reports stopped getting generated. I was getting them just fine untill late last week. I have looked at all the obvious things but I haven't been able to solve the issue.

I looked at the menu: "Configure > Report Options" and it seemed fine.

I reran the setup program in case TestStand was corrupted.

 

Can anyone help me to get the reports running again?

0 Kudos
Message 1 of 3
(4,815 Views)
Solution
Accepted by topic author mef526

You should check if the ResultList is properly filled during runtime. So set a breakpoint somewhere in your client sequence(s) and then go to variables and look into locals.ResultList. If this array is empty, you'd most probable disabled Result Collection in the StationOptions.

 

If ResultList is looking good, then you might have an issue in the report generation. Perharps you'd replace the TestReport callback in your client file?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(4,808 Views)

Turns out that I was running the test by right clicking the MainSequence and selecting "Run MainSequence".

In that case the test doesn't generate a report. To generate a report I have to use the menu: Execute > Single Pass

0 Kudos
Message 3 of 3
(4,792 Views)