08-30-2022 07:22 AM
I am trying to remote control the TS-GUI by PLC in LV. Is there a solution for closing/aborting Exe by individual Socketnumber (parallel Prozess..)?
Thanks for Help
Willi
08-31-2022 08:52 AM
The combo box just selects the active execution (i.e. the execution that you are watching).
To programmatically stop an execution you need to get access to the execution view manager.
https://www.ni.com/docs/en-US/bundle/teststand/page/tsuiref/reftopics/executionviewmgr.htm
Once you have that handle you can get the active execution and call: Execution.Terminate
Hope this helps,
09-22-2022 02:39 AM
Thanks a lot
I already found this, but I would have liked a code example.
Btw. I go back to single sequential process, then I don't need it anymore.
cu