If you make an event case that opens a SubVI dialog window, you can lock the front panel until the dialog is closed. However Labview remembers all user actions and will execute them as soon as the event case is completed.
Example below:
If the user opens the SubVI dialog and then clicks on of the buttons: Button1,2,3, Labview will remember the clicks and execute the clicks when the SubVI dialog is closed (event case completed).
Therefore I would like to have an option to discard any user actions outside an event case if the front panel is locked. My suggestion below:
Example VI's as attachment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.