LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling LabVIEW Application from Python

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?

 

Run - NI

 

AB
Kudos are Accepted
0 Kudos
Message 1 of 3
(279 Views)

Does the VI logic come to a stop on its own?

 

Can you share a minimal reproducible example to debug?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(261 Views)

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.

AB
Kudos are Accepted
0 Kudos
Message 3 of 3
(211 Views)