NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Limit to one execution in the Simple OI

I have a customized OI that's running well.  However, the user can still hit the "Single Pass" button multiple times while things are running.

 

What is the best way to prevent this?

 

This old post says you can disable the button after it's clicked (from LV) but I am finding that setting button properties from LV is not the best way to go- they get overridden by the TS engine.

 

Suggestions?

0 Kudos
Message 1 of 2
(2,817 Views)

You have the reference to the "Single Pass" button control. You will find an "Enable" property for this.

 

EnableButton.png

 

Set this property in the "StartExecution" to "False" and in "EndExecution" back to "True". Both are callbacks you have to define. They are message events from the ApplicationManager.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,800 Views)