LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Close Express VI prompt when it returns true

Hi everyone.. I am using a device hooked up via serial cable and I would like to have a warning message pop up if the device is accidentally turned off. And then give an option to the user to wait to power the device back on or continue with the power off. For the case to continue with the power off I cannot get the warning message to stop popping up when the user selects yes (continue with power off).Capture.JPG

Capture01.JPG

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

Implement

NOT Ask if OldIgnore OR DeviceGood

NewIgnore (to be saved to Feedback node) = OldIgnore OR Yes

 

In your case you are resetting Ignore to False if not asking.

0 Kudos
Message 2 of 4
(2,769 Views)

Thank you for your reponse.. Could you explain a bit more? I'm not very experienced with labVIEW and I'm not familiar with OldIgnore or NewIgnore. Thanks again!

0 Kudos
Message 3 of 4
(2,745 Views)

"Oldignore" and "Newignore" don't mean anything in LabVIEW.  That was just a way to name those boolean values that would actually be wires in LabVIEW code in a pseudocode type of format.

0 Kudos
Message 4 of 4
(2,733 Views)