LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating Labview.exe front panel from python

Managed to solve this problem, but Your tip was close.
Instead of:

labview = win32com.client.Dispatch("<ActiveX server name>")

I needed:

labview = win32com.client.Dispatch("<ActiveX server name>.Application")

And the path is like

\path-to-project\something.exe\something.vi

 After that I was able to access it!

0 Kudos
Message 31 of 31
(608 Views)