07-22-2005 02:15 PM
07-22-2005 02:17 PM
07-22-2005 02:21 PM
07-22-2005 02:21 PM - edited 07-22-2005 02:21 PM
Message Edited by Novatron on 07-22-2005 03:22 PM
Message Edited by Novatron on 07-22-2005 03:26 PM
07-22-2005 02:49 PM
Also, put the button inside the event structure where it is acted upon, from LV help (suggest you read the entire events section of help):
When you trigger an event on a Boolean control configured with a latching mechanical action, the Boolean control does not reset to its default value until the block diagram reads the terminal on the Boolean control. You must read the terminal inside the event case for the mechanical action to work correctly. As a reminder, a note appears in the Edit Events dialog box when you configure a Value Change event on a latched Boolean control.
Refer to the Handling a Latched Stop Boolean Control in an Event Structure caveat for information about how to handle a latched Boolean control.
When you trigger an event on a Boolean control configured with a latching mechanical action, the Boolean control does not reset to its default value until the block diagram reads the terminal on the Boolean control. You must read the terminal inside the event case for the mechanical action to work correctly. As a reminder, a note appears in the Edit Events dialog box when you configure a Value Change event on a latched Boolean control.
Refer to the Handling a Latched Stop Boolean Control in an Event Structure caveat for information about how to handle a latched Boolean control.
07-22-2005 08:17 PM
01-09-2021 12:56 PM
Setting the timeout to 350 ms worked for me! Thank you very much, now I can actually have it quit out of my programs instantly!
01-09-2021 01:25 PM
This is a 15+ year old thread and 350ms is not instant. I suspect there are better solutions for your problems.