12-17-2018 04:20 PM
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?
Solved! Go to Solution.
12-17-2018 05:21 PM
Usually near the beginning of the OI code there is some ApplicationManager.ReloadSequenceFilesOnStart method. You need to remove it or set it to 0.
If you let me know specifically which OI you are using I can point you to the location in the code.
12-18-2018 11:48 AM
I found it, that was what I was looking for, thanks!