LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Runtime Engine instance

I have TestStand sequences running from a CVI GUI interface.
The sequences are executing specific tasks from dll's.

I want, in certain dll's, to put messages on GUI interface (changing text labels).

My ideea was to determine the instance of the already launched TestStand and to command it to send some UIMessages to the GUI interface, that already knows to interpret that messages.

How can I find out the TestStand instance?

Maybe you can give me other ideea?
0 Kudos
Message 1 of 2
(2,857 Views)
I'm not sure to understand what you want to do but if you want to update you GUI (exe program) from your dll

A solution is to post windows message from your dll and intercept it in your exe (you can use InstallWinMsgCallback in your exe and PostMessage in your dll)

Hope this help

JP
0 Kudos
Message 2 of 2
(2,852 Views)