01-19-2017 09:24 AM
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).
01-19-2017 09:40 AM
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.
01-19-2017 10:57 AM
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!
01-19-2017 12:25 PM
"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.