NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Socket Time shown in OI in Sequence Editor?

Solved!
Go to solution

Hello Everyone,

 

Is it possible to get the socket time shown in the default NI Semiconductor Test Operator Interface of NI in Sequence Editor?

OI Socket Time.png

Is there any expression in Sequence Editor that can get this socket time in Operator Interface?

How can I include this Socket Time in the STDF generated by Result Processing in Sequence Editor?

ThanksSTDF Result Processing.png

 

 

0 Kudos
Message 1 of 7
(4,287 Views)

I believe this will be possible, I'm going to dig into the OI this morning to determine how we can get this value and log it to the STDF.  I'll send a follow up later today after I get the chance to look into this deeper.

 

Jon F.

Applications Engineer

------------------------------------------------------------------------------------------

Jon F.
Technical Support Engineer
National Instruments
Message 2 of 7
(4,243 Views)

Hi rntorres,

 

The socket time is already included in the STDF log in the PRR record under the TEST_T field (recorded in milliseconds). Are you looking to use this value for anything in particular?

Steven Gloor
Staff Customer Engineer - CTA, CLD
Message 3 of 7
(4,233 Views)

Hello Gloorious,

 

When I checked the Test time included in the STDF file it seems that it is much faster compared to the Socket Time that OI shows. Yes I would like to include it in seperate file for reporting 

 

 

0 Kudos
Message 4 of 7
(4,192 Views)

Hello Jon F.,

 thanks for your response. Is there a particular expression in Sequence Editor which will can I get the Socket Time?

0 Kudos
Message 5 of 7
(4,191 Views)
Solution
Accepted by rntorres_GPSynergia

The socket execution time is stored in the TestResultsPropertyObject. One way to access this object is through the MainSequenceResult parameter in the Model Plugin - UUT Done entrypoint. The TS.TotalTime property records the total amount of time it took to execute the MainSequence Callback of your test code. This is the value included in the default reports.

 

The OI is displaying the Average Socket Time of the entire batch execution, which it obtains from the Semiconductor Module Manager.

 

I hope this helps. 

Steven Gloor
Staff Customer Engineer - CTA, CLD
Message 6 of 7
(4,156 Views)

Thanks Steven. I've already verified that the Socket Time is being logged in the STDF generated by Sequence Editor Result Processing.

0 Kudos
Message 7 of 7
(4,032 Views)