NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up buttonhit with a pressbutton

How can I achieve the desired outcome? I currently have a LabVIEW-integrated press button that sends binary data to TS through the connector pane. In TS, I've set up a message pop-up and button hit, and I aim to utilize the press button to respond to the button hit without requiring manual mouse clicks.

 
0 Kudos
Message 1 of 4
(700 Views)

Hi Adam,

 

Can you please be more specific about what do you want on a button press.

I assume you mean the message box button click by the user.

0 Kudos
Message 2 of 4
(670 Views)

I am utilizing an NI 4080 digital IO to capture an input signal from an LED-BUTTON. My objective is to associate this captured value with a message box button. Rather than manually clicking the button on the message box, I intend to simulate the message box button using the LED-BUTTON input.

0 Kudos
Message 3 of 4
(652 Views)

Hi,

 

The message box can take user inputs and not from a DIO.

 

You have to write a custom message box. i.e a VI which will display the message and wait for the DI signal. On receiving the signal it will close.Maybe you can add a time out for worst case.

 

Call this VI from the action step type or a pass fail step type ( fails when timeout happens).

 

 

0 Kudos
Message 4 of 4
(641 Views)