TestStand Simple UI Hang When Closing

Updated Sep 29, 2023

Reported In

Software

  • LabVIEW 2021
  • TestStand 2021

Issue Details

I am using TestStand 2021 and LabVIEW 2021. I have tried to open the TestStand 2021 (32-bit) LabVIEW Simple UI example, the precompile example wok well but when I try to compile the TestExec.exe from the Build Script.lvproj, after running the example it will hang and become not responding when I close the example. May I know why this issue happen?
 
2022-03-09_09h52_07.png
 
 
 

Solution

This is a known bug for TestStand 2021 and is expected to be resolved in TestStand 2021 SP1.

There is a workaround by going into the Wait Event Callback.vi and adding a disable diagram around the Set Cursor.vi. This allowed you to exit as expected from the User Interface.
 
2022-03-09_10h23_14.png