NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get UUTPassed and UUTFailed count from C# ActiveX control

Solved!
Go to solution

Hello,

 

My operator interface uses TestStand ActiveX control in C#. I will use the OP to test a bench of DUTs, which runs the same sequence file. I would like to know the total UUT-Tested, UUTPassed and UUTFailed count after each DUT tested. Is there any embedded parameter does the job for me and how could I get it? If there is not, I have to create internal variables in C# to do the job.

 

Thanks

Regards,

0 Kudos
Message 1 of 3
(3,014 Views)
Solution
Accepted by topic author 0049

No, there is no build in function for this. So either you will have to implement something like this in on of the following:

a) The user interface

b) The SequenceFile (as long as it is not unloaded in between)

c) The process model

d) Use an external tool for analysis

 

If you are already working with databases for reporting, i would suggest using d). If not, you can choose. But modifying the process model is not recommended (if other, simple solutions are available), i wouldn't recommend c).

 

hope this helps,

Norbert

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

Good to know!

Thanks Norbert

0 Kudos
Message 3 of 3
(2,971 Views)