NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent TestStand OI from opening previously opened sequence files

Solved!
Go to solution

I am using TestStand 2014. In my developer interface the previously opened sequence file does not open on startup, but in the operator interface it does. How can I change this from happening?

0 Kudos
Message 1 of 3
(2,268 Views)
Solution

Usually near the beginning of the OI code there is some ApplicationManager.ReloadSequenceFilesOnStart method.  You need to remove it or set it to 0.

 

http://zone.ni.com/reference/en-XX/help/370052N-01/tsuiref/reftopics/applicationmgr_reloadsequencefi...

 

If you let me know specifically which OI you are using I can point you to the location in the code.

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

I found it, that was what I was looking for, thanks! 

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