NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Operator Interface Sequence Files

Hi,

 

In the simple OI example(C#), it uses open file button to load the sequence file and display it with the ComboBox afterwards.

Suppose I have 3 sequence files (test1.seq; test2.seq; test3.seq), how can I give the full path and name of the sequence files to the combobox in order to choose which sequence files to open instead of using the button to browse the folder?

 

 

 

0 Kudos
Message 1 of 2
(3,017 Views)

 

I find the answer from another post thread.

 

By combobox item changed, close the old sequence file and open the current selected one.

 

axApplicationMrg.CloseSequenceFile();

axApplicationMrg.OpenSequenceFile(); 

 

Sorry for not search the forum carefully before posting the question.

 

 

Regards,

0 Kudos
Message 2 of 2
(2,997 Views)