NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report empty

Hi,

I'm not receiving the DisplayReport Event and
after receiving the EndExecution Event the Execution.Report is empty. What could be wrong?

I'm using C# .Net 2005 and TestStand 3.5
0 Kudos
Message 1 of 5
(3,567 Views)

Hi,

Are running a sequence using the process model entry point, eg Test UUTs or Single Pass?

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 5
(3,561 Views)
It's a good question. I'm starting Execution as following:

applicationMgr.GetEngine().NewExecution(sequenceFile,sequenceName,null,false,0,null,null,null);
0 Kudos
Message 3 of 5
(3,541 Views)

Hi,

Seeing you have the third parameters as a NULL, this means you are not using the Process Model entry points therefore you will not have a report generated.

If you need a report, then you will need to pass a reference to the process model sequence file in the third parameter and in the second parameter you need to pass a string containing the name of the Entry Point eg "Test UUTs" or "Single Pass".

I hope this helps.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 4 of 5
(3,538 Views)
Thanks a lot, that was it.
0 Kudos
Message 5 of 5
(3,532 Views)