11-19-2020 01:09 AM
Is there a way to read the UI messages from a running sequence in the SequenceEditor in another sequence (in a new thread)? I've tried different scenarios, but unfortunately I didn't make it. Can anyone help me further?
Thanks in advance...
Solved! Go to Solution.
11-19-2020 12:56 PM
This is doable but highly highly discouraged.
I've thrown together an example in TS 2017 and LV 2017.
Hope this helps,
11-19-2020 12:57 PM
Forgot to mention.
You HAVE to have something that can capture events. So a pure TestStand solution is not possible here.
11-19-2020 11:52 PM
Hello, thanks for the example. It looks good at first. So far I didn't know how to get to the ApplicationManager. I will test it and report again here.
Thank you first ...
12-02-2020 06:41 AM
I integrated it into my application and it works fine. Thanks a lot for the example.