You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the fix (that I made on my own installed copy of VI Tester, in order to see how best to fix the issues)...
Inside the Main UI: resource\JKI\VI Tester\GraphicalTestRunner.llb\Graphical Test Runner - Main UI - .vi
Call "Macro: Exit" if the FP is closed (which is what happens when you select File >> Close All (this Project) from the project environment's menu). Note that we've added a 100ms timeout to the JKI SM, otherwise the Timeout frame of the Event Structure will never execute -- previously, it was unwired.
Add a little more smarts inside of "UI: Front Panel State" so that it doesn't call the FP.Close() method, if the FP is already closed (otherwise an error dialog occurs, if automatic error handling is enabled -- note that the Main UI has automatic error handling enabled, but that's a separate issue).
Steps to reproduce:
Observation: VI Tester GUI will not reopen
Expected result: VI Tester GUI should open
The text was updated successfully, but these errors were encountered: