06-05-2024 01:57 PM
Hi all,
I am trying to to control active X functions of VI run, from python
Even though I gave the run argument to true; it is stuck in that loop until I stop VI execution manually
Has anyone faced this already?
06-05-2024 02:21 PM
Does the VI logic come to a stop on its own?
Can you share a minimal reproducible example to debug?
06-06-2024 08:27 AM
It does not stop, it will be executing as normal. I just want to trigger LabVIEW vi from python run async method
But Python is stuck in some thread; until I stop it in LabVIEW.