[python-win32] connecting to labview executable

2019-05-11 Thread Kálózi Zsolt
Dear all, Please set aside my last mail, when I asked about 'getvireference', I reinstalled python and somehow that solved the problem. Now I can connect to the running .VI file and read out it's value? with the following simple snippet: labview = win32com.client.Dispatch("Labview.Application"

Re: [python-win32] connecting to labview executable

2019-05-11 Thread Tim Roberts
On May 9, 2019, at 11:50 PM, Kálózi Zsolt wrote: > > So this continously reads out the value from the frontpanel of the .vi, that > is called 'power'. > Unfortunatelly this only works if the .VI is running in the LabView IDE. > That is okay for the test environment but not okay in the real envi