NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Unexpected terminated

Hi all,

In production, we are running sequences in parallel in a custom OI (we don't have the source code).

Since severals months, some times sequences finish with "terminated" state without error and nobody terminate these sequence manually.

And I don't see with these sequences are terminated.

How can I debug and investigate this issue? How can I find the root cause? Log file? Trace ? ...

 

Thanks in advance for your help

 

0 Kudos
Message 1 of 4
(190 Views)

Basically, there's two main locations from where termination can occur.

  • SequenceFile
  • OI

Since you don't have access to the OI code.... do you see any test reports which have which show terminated as a result?

(suppose you use the standard reporting)

 

 

 

0 Kudos
Message 2 of 4
(172 Views)

In the report, I see that the termination occurs in the sequencefile prestep callback.

Unfortunatly, I disable report for the sequence call by this step, So I don't see the root cause.

Does the only solution be activating report in this sequence?

 

Thanks again

 

0 Kudos
Message 3 of 4
(139 Views)

At least it'll lead you closer the origin...

 

Before doing so, you might want to analyze what the code in teh callback actually does.... might be a hint

0 Kudos
Message 4 of 4
(135 Views)