Hi,
I have a CVI dll loaded from TestStand sequence. It displays a uir panel in a separated thread pool and return back to TestStand.
I need the uir panel to monitor and act based on TestStand variables during sequence execution.
My problem is that the ThisContext object is no more valid in the CVI thread pool which should monitor the variables.
What is proper why to get access to the TestStand variables from CVI thread pool?
Thx!