05-24-2022 01:53 AM
Hi,
I Would like to know if it is possible in C# or Labview to get a reference to the Actual Teststand Engine during a execution of sequence.
Because i would like to know when a sequence is stop
Thanks you
Solved! Go to Solution.
05-24-2022 10:31 AM
Hi lunik,
if you like do it with C# and "out side" TestStand please take a look at this
old thread:https://forums.ni.com/t5/NI-TestStand/How-to-instantiate-TS-Engine-from-C/td-p/2989753?profile.langu...
Best regards,
Juergen
06-01-2022 04:03 AM
Here a correct method : Marshalling the IEngine object - NI Community