<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Updating Labview.exe front panel from python in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3791803#M1069705</link>
    <description>&lt;P&gt;I managed to compile my .py file. I don't need any of these .exe and other files, only the .vi and the .py.&amp;nbsp;Adjusted the path according to that, and it worked just fine!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 09:14:12 GMT</pubDate>
    <dc:creator>THunter</dc:creator>
    <dc:date>2018-05-11T09:14:12Z</dc:date>
    <item>
      <title>Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401423#M199564</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Is it possible to update a labview.exe front panel from python?&lt;BR /&gt;&lt;BR /&gt;I tried this:&lt;BR /&gt;import win32com.client&lt;BR /&gt;labview = win32com.client.Dispatch("Labview.Application")&lt;BR /&gt;VI = labview.getvireference(r'&lt;FONT color="#ff0000"&gt;python.vi&lt;/FONT&gt;')&lt;BR /&gt;VI.setcontrolvalue('Numerisch','5')&lt;BR /&gt;&lt;BR /&gt;and it works fine. But when i replaced the python.vi trough a compiled &lt;FONT color="#ff0000"&gt;python.exe&lt;/FONT&gt; i get this errormessage:&lt;BR /&gt;&lt;BR /&gt;I tried this:&lt;BR /&gt;
import win32com.client&lt;BR /&gt;
labview = win32com.client.Dispatch("Labview.Application")&lt;BR /&gt;
VI = labview.getvireference(r'&lt;FONT color="#ff0000"&gt;python.exe&lt;/FONT&gt;')&lt;BR /&gt;
VI.setcontrolvalue('Numerisch','5')&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "&amp;lt;interactive input&amp;gt;", line 1, in ?&lt;BR /&gt;&amp;nbsp; File "&amp;lt;COMObject Labview.Application&amp;gt;", line 2, in getvireference&lt;BR /&gt;com_error: (-2147352567, 'Ausnahmefehler aufgetreten.', (5507, 'LabVIEW', 'LabVIEW :LabVIEW:&amp;nbsp; Datei nicht gefunden. Die Datei wurde eventuell verschoben oder gel\xf6scht, oder der Dateipfad wurde bez\xfcglich Ihrer Plattform nicht korrekt formatiert. Beispiel: verwenden Sie \\ als Pfadseparator auf Windowsplattformen, : auf Macintosh u', None, 0, 0), None)&lt;BR /&gt;&lt;BR /&gt;Is it possible to updating a labview exe front panal from python?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:13:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401423#M199564</guid>
      <dc:creator>iveco</dc:creator>
      <dc:date>2006-08-08T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401446#M199579</link>
      <description>Hi Iveco,&lt;BR /&gt;&lt;BR /&gt;have you tried updating the value from another VI (not in the executable!)? I think you are calling the wrong application, i'm not fully positive about this but that might be a problem. &lt;BR /&gt;First make sure the VI-server is enabled, and the python.vi is exported.&lt;BR /&gt;&lt;BR /&gt;Ton&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:09:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401446#M199579</guid>
      <dc:creator>TCPlomp</dc:creator>
      <dc:date>2006-08-08T07:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401459#M199584</link>
      <description>Hi Ton&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="noindex"&gt; import win32com.client&lt;BR /&gt;labview = win32com.client.Dispatch("Labview.Application")&lt;BR /&gt;VI = labview.getvireference(r'&lt;FONT color="#ff0000"&gt;C:\TEMP\python.vi&lt;/FONT&gt;')&lt;BR /&gt;VI.setcontrolvalue('Numerisch','5')&lt;BR /&gt;&lt;BR /&gt;this works fine. that means i can change the value in the python.vi. But when I compile the vi to python.exe it doesnt work.&lt;BR /&gt;&lt;BR /&gt;How can I enable the vi server?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:41:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401459#M199584</guid>
      <dc:creator>iveco</dc:creator>
      <dc:date>2006-08-08T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401519#M199607</link>
      <description>That should be done in the build settings, AND you should refer to the VI as c:\temp\executable.exe\python.vi&lt;BR /&gt;&lt;BR /&gt;Ton&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2006 10:36:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401519#M199607</guid>
      <dc:creator>TCPlomp</dc:creator>
      <dc:date>2006-08-08T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401988#M199788</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;It still doesnt work. I dont know why.&lt;BR /&gt;&lt;BR /&gt;The current python code:&lt;BR /&gt;&lt;BR /&gt;import win32com.client&lt;BR /&gt;labview = win32com.client.Dispatch("Labview.Application")&lt;BR /&gt;VI = labview.getvireference(r'C:\TEMP\python.exe\python.vi')&lt;BR /&gt;VI.setcontrolvalue('Numerisch','5')&lt;BR /&gt;&lt;BR /&gt;I registered with ccrpRegUtil.exe the builded tlb file.(Not sure its necessary)&lt;BR /&gt;Activex Server is active at the builder config.&lt;BR /&gt;&lt;BR /&gt;when I change VI = labview.getvireference(r'C:\TEMP\python.exe\python.vi') to VI = labview.getvireference(r'C:\TEMP\python.vi')&lt;BR /&gt;and then I use the vi it works. with the compiled python.exe(with activex server)not.&lt;BR /&gt;&lt;BR /&gt;I dont know maybe Im to stupid.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Aug 2006 11:57:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/401988#M199788</guid>
      <dc:creator>iveco</dc:creator>
      <dc:date>2006-08-09T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/405886#M201458</link>
      <description>Thank you all for your help.&lt;BR /&gt;&lt;BR /&gt;The Solution:&lt;BR /&gt;&lt;BR /&gt;import win32com.client&lt;BR /&gt;labview = win32com.client.Dispatch("&lt;FONT color="#ff0000"&gt;Python&lt;/FONT&gt;.Application")&lt;BR /&gt;VI = labview.getvireference(r'c:\temp\python.exe\python.vi')&lt;BR /&gt;VI.setcontrolvalue('Numerisch','5')&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:45:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/405886#M201458</guid>
      <dc:creator>iveco</dc:creator>
      <dc:date>2006-08-18T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/405899#M201464</link>
      <description>Excellent! I'm glad you got it working...&lt;BR /&gt;&lt;BR /&gt;Since you are interested in this area, you might check out this example program. I know it is a side-step from what you are working on, but it's very interesting. The idea is to wrap the LabVIEW ActiveX Server into a .NET object and then use IronPython code to manipulate LabVIEW objects from within a LabVIEW VI! It's a neat way to blend textual and G code into one.&lt;BR /&gt;&lt;BR /&gt;http://community.ni.com/examples/using-ironpython-from-labview/&lt;BR /&gt;&lt;BR /&gt;P.S. This is from our new community sight. Feel free to look around or post any code that you created. Happy coding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:53:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/405899#M201464</guid>
      <dc:creator>Jarrod_S.</dc:creator>
      <dc:date>2006-08-18T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/621483#M288384</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;accessing a control with python works fine, but how can I read/write a control wich is part of a "Tab"?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Marcus&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Dec 2007 21:41:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/621483#M288384</guid>
      <dc:creator>mar_eng</dc:creator>
      <dc:date>2007-12-04T21:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711077#M325584</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am new to this.&lt;BR /&gt;I want exchenge the data from pyton to labview and vice versa.&lt;BR /&gt;can u give the steps to do the above.&lt;BR /&gt;Please give with an example.&lt;BR /&gt;I amtrying really hard and i dint get the same.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Yogesh&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 05:16:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711077#M325584</guid>
      <dc:creator>YogeshaYS</dc:creator>
      <dc:date>2008-05-22T05:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711127#M325608</link>
      <description>&lt;FONT size="4"&gt;&lt;FONT face="Arial"&gt;1. Unzip python.zip&lt;BR /&gt;2. Copy all files into c:\temp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\labview.py&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.exe&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.vi ......and so on&lt;BR /&gt;&lt;BR /&gt;3. Open dos shell&lt;BR /&gt;4. change dir to c:\temp&lt;BR /&gt;5. Open Pythonwin&lt;BR /&gt;6. PythonWin: File Open c:\temp\labview.py&lt;BR /&gt;7. Run --&amp;gt; Ok&lt;BR /&gt;&lt;BR /&gt;Now it should work&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 06:54:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711127#M325608</guid>
      <dc:creator>baesi</dc:creator>
      <dc:date>2008-05-22T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711129#M325609</link>
      <description>&lt;SPAN class="noindex"&gt;&lt;FONT size="4"&gt;&lt;FONT face="Arial"&gt;With dos shell it doesn't work. I dont know why, but I dont have the time to check it.&lt;BR /&gt;But this has worked.&lt;BR /&gt;&lt;BR /&gt;1. Unzip python.zip&lt;BR /&gt;2. Copy all files into c:\temp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\labview.py&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.exe&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.vi ......and so on&lt;BR /&gt;&lt;BR /&gt;3. Open Pythonwin&lt;BR /&gt;4. PythonWin: File Open c:\temp\labview.py&lt;BR /&gt;5. Run --&amp;gt; Ok&lt;BR /&gt;&lt;BR /&gt;Now it should work&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 06:57:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711129#M325609</guid>
      <dc:creator>baesi</dc:creator>
      <dc:date>2008-05-22T06:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711131#M325610</link>
      <description>&lt;SPAN class="noindex"&gt;&lt;FONT size="4"&gt;&lt;FONT face="Arial"&gt;sorry with dosshell it doesnt work.&lt;BR /&gt;&lt;BR /&gt;1. Unzip python.zip&lt;BR /&gt;2. Copy all files into c:\temp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\labview.py&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.exe&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.vi ......and so on&lt;BR /&gt;&lt;BR /&gt;3. Open Pythonwin&lt;BR /&gt;4. PythonWin: File Open c:\temp\labview.py&lt;BR /&gt;5. Run --&amp;gt; Ok&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 06:59:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711131#M325610</guid>
      <dc:creator>baesi</dc:creator>
      <dc:date>2008-05-22T06:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711177#M325622</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Dear baesi,&lt;/P&gt;
&lt;P&gt;Could you please attach that pythonwin also please....&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mathan&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2008 08:36:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711177#M325622</guid>
      <dc:creator>Mathan</dc:creator>
      <dc:date>2008-05-22T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711180#M325623</link>
      <description>&lt;FONT size="3"&gt;&lt;FONT face="Arial"&gt;I' affraid not,&lt;SPAN&gt;&lt;/SPAN&gt; but you can download it here:&lt;BR /&gt;Python:&lt;BR /&gt;http://www.python.org/download/releases/2.3.5/&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial"&gt;&lt;BR /&gt;
Pywin:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial"&gt;http://starship.python.net/crew/mhammond/win32/Downloads.htmlbaesi&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;baesi&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 08:43:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711180#M325623</guid>
      <dc:creator>baesi</dc:creator>
      <dc:date>2008-05-22T08:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711206#M325631</link>
      <description>Hi Baesi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I hav follwed, what u said.&lt;BR /&gt;I want to giv some data from lLV to Python.&lt;BR /&gt;Say some x is a variable in python script. I want giv the value to x from LV.&lt;BR /&gt;Then the result i have to monitor in LV.&lt;BR /&gt;Please guid me with this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Yogesh&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2008 10:12:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/711206#M325631</guid>
      <dc:creator>YogeshaYS</dc:creator>
      <dc:date>2008-05-22T10:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/2393700#M742004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for the post. But I have noticed one problem.&lt;/P&gt;
&lt;P&gt;The examples posted by you works fine.&lt;/P&gt;
&lt;P&gt;But, when you add the Labview file under a project then it doesn't.&lt;/P&gt;
&lt;P&gt;I mean, add your Python.vi under one project and then try to run it, it doesn't work. It is not showing any update from python script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I think is - we need different dispatch method for calling a VI under a project.&lt;/P&gt;
&lt;P&gt;(Dispatch(LabVIEW.Application) will&amp;nbsp;create a reference for an application. If you want to refer to a VI which is under one project then it might need different referencing method)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know the solution please post the answer and if you are not clear about the question then I will be happy to post elaborated question.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 03:28:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/2393700#M742004</guid>
      <dc:creator>macenc87@yahoo.co.in</dc:creator>
      <dc:date>2013-04-18T03:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3214928#M933498</link>
      <description>&lt;P&gt;Does anyone know what this error mean when I run:&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;import win32com.client&lt;BR /&gt;labview = win32com.client.Dispatch("Labview.Application")&lt;BR /&gt;VI = labview.getvireference(r'C:\Test.vi')&lt;BR /&gt;VI.OpenFrontPanel()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Test.py", line 4, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VI.OpenFrontPanel()&lt;BR /&gt;TypeError: 'NoneType' object is not callable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:02:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3214928#M933498</guid>
      <dc:creator>Avanness</dc:creator>
      <dc:date>2015-11-09T21:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3215045#M933540</link>
      <description>Hello Avannes, Currently I am not using LabVIEW a lot but this was one of the problem I faced.&lt;BR /&gt;I think you have created a new project under which you have created a new vi. And I guess you are trying to control the front panel elements in that VI.&lt;BR /&gt;&lt;BR /&gt;if yes, that means while calling any VI in any project it is not being called as an object. This can be solved as below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Open the project window (not the vi). In the project window, observe the bottom line ( not the project contents, project window bottom line). Right click on that and choose the option which says ' application as object'.&lt;BR /&gt;&lt;BR /&gt;Let me know if you can find it. If not then I will post with screen shots next week as diwali holidays are on in India!!</description>
      <pubDate>Tue, 10 Nov 2015 01:17:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3215045#M933540</guid>
      <dc:creator>macenc87@yahoo.co.in</dc:creator>
      <dc:date>2015-11-10T01:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3791474#M1069592</link>
      <description>&lt;P&gt;One thing I don't understand:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\labview.py&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; c:\temp\python.vi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where are these files coming from? Ok I have my python file and my .vi file, I understand that. But where are python.exe, python.bld and python.tlb files coming from? I probably need them, because I cannot compile my own .py file. I can compile your example though.. So something is missing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 13:44:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3791474#M1069592</guid>
      <dc:creator>THunter</dc:creator>
      <dc:date>2018-05-10T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Labview.exe front panel from python</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3791803#M1069705</link>
      <description>&lt;P&gt;I managed to compile my .py file. I don't need any of these .exe and other files, only the .vi and the .py.&amp;nbsp;Adjusted the path according to that, and it worked just fine!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 09:14:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Updating-Labview-exe-front-panel-from-python/m-p/3791803#M1069705</guid>
      <dc:creator>THunter</dc:creator>
      <dc:date>2018-05-11T09:14:12Z</dc:date>
    </item>
  </channel>
</rss>

