08-03-2023 07:59 AM
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.
08-03-2023 10:46 AM
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.
08-03-2023 01:46 PM
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.
08-03-2023 10:19 PM
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).