To keep the LabVIEW Front Panel display, set the LabVIEW front panel to not terminate in VI Properties rather than in TestStand.
You can accomplish it in the following steps:
- Open the VI connected to the code module of the Action Step in TestStand.
- Go to File»VI Properties to open the VI Properties.
- Choose Window Appearance from the Category, activate the checkbox with Custom and click Customize button.
- Activate Show front panel when called and press the OK button. (Show front panel when called opens the front panel when the VI is executed.)
- Turn off the Show VI Front Panel of the Action Step where the LabVIEW to Popup in TestStand is connected to the code module.
- Reload the code of Action Step.
If you have completed the above steps, you can see the LabVIEW Front Panel pops up continuously until the corresponding code module of the test sequence starts and the sequence ends.
Additional Information
If you proceed with the above method, all test sequences will be terminated and you have to manually shut down the LabVIEW Front Panel.