Hi community,
Is there any way to have the TestStand UI controls on a VI runing Asynchronously to the sequence?
Im trying to do that passing the application manager to the VI and calling the same method that the simple user interface, but I get the following error.
-17500
This control does not support Command connection. in Set ApplicationMgr.vi->Set ApplicationMgr.vi.ProxyCaller
Its kind of weird to me because other methods like IEngine.TerminateAll works well, so I can make the same behaviour with this, but its like more embeded if I have the button connected to the command like in the user interface shipped with teststand.
Regards