NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

User Input Dialog

I am using TestStand 2013, CVI as a GUI and Labview2013, I have generated a vi that is displays a user input dialog so that the operator can input a socket number and a serial number, etc with some checking to ensure the data is within a specific range. The problem i am having is that when the dialog is displayed it also brings forward the TestStand TestExec.exe over my nice CVI GUI.

 

Is there any way to programatically minimize the TestExec.exe once started and the operator logged in or a way to stop it covering up my GUI?

 

Thanks for any help.

 

Wayne 

0 Kudos
Message 1 of 2
(4,467 Views)

Hi Wayne,

 

As a workaround, you use the set pannel Attribute :

http://zone.ni.com/reference/en-XX/help/370051V-01/cvi/uiref/cvisetpanelattribute/

 

Here is an example:

SetPanelAttribute (mainUIPanelHandle, ATTR_MINIMIZE_OTHER_PANELS, 1);

 

 

Regards,

 

Mark

Applications Engineer Intern
National Instruments UK and Ireland
0 Kudos
Message 2 of 2
(4,365 Views)