NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Check if test socket failed using the batch model

Hi

 

How do i check if a test socket has failed ?

Help share your knowlegde
0 Kudos
Message 1 of 4
(2,795 Views)

RunState.SequenceFailed will equal True.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(2,790 Views)

Thanks.

But can you do the same thing to check with completed test sokects?

 

For example if i have complete test sockets 1,2 and 3 and im busy on 4 how do i check if test socket 1 has passed or failed.

Help share your knowlegde
0 Kudos
Message 3 of 4
(2,779 Views)

Hi Shako,

 

I have found that there are two ways to tell if that particular socket has failed or not. The first way is to check the report tab. The second is a to get the data programatically and display it. You can use an IF flow control step to decide whether or not to display the information. I hope that this helps.

 

Regards,

 

Perry S.

Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,767 Views)