Good afternoon,
I developed a DLL in LabWindows/CVI containing new step types that i use in TestStand. One of those step types (in running mode, post substep) launches a panel which must remain active through all the test sequence allowing the normal procedure of steps after calling that specific step.
I cannot use a blocking function like RunUserInterface() since it doesn't return until QuitUserInterface() is called.
Regards,
Alejandro