Re: [python-win32] connecting to labview executable

2019-05-12 Thread Tim Roberts
On May 12, 2019, at 12:53 PM, c.kristu...@hoc.net wrote: > > I think what he is saying that he can connect to the LabView IDE but he > cannot connect to the stand-alone executable once it is built. LabView > is an interpreter which comes with a compiler to build stand-alone > binaries. Yes, you

Re: [python-win32] connecting to labview executable

2019-05-12 Thread c . kristukat
Am 12/05/19 um 03:28 schrieb t...@probo.com: > 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

Re: [python-win32] connecting to labview executable

2019-05-12 Thread ckkart
Am 12/05/19 um 03:28 schrieb t...@probo.com: > 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

Re: [python-win32] connecting to labview executable

2019-05-12 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

[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 =