LabVIEW has an ActiveX interface. With that you can do nearly everything. The 
IMHO greatest thing is, that you don´t have to write (or draw) nothing 
additional to access your self written Vis via the ActiveX interface. The only 
thing you need is the name of the VI. (see LV doc -> ActiveX) 
With that it´s in principle possible to access a LabVIEW application (also apps 
which are build with the Application Builder) from every language which 
supports the ActiveX interface.
In the past I did it with VBScript and Jscript. Now I want to do it with 
python, but it seems there is a problem with the most important method, which 
calls a VI (see thread).
I hope there will be a solution otherwise I'm in big trouble.

Martin

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Peery
Sent: Friday, 24. June 2005 7:24 PM
To: python-win32@python.org
Subject: Re: [python-win32] win32com problem with LabVIEW (newbie question)

Hello, I am fairly new to python. I use wx python at work to make different 
pieces of engineering code.  I am very interested to learn about how to 
communicate between python and labView... this discussion caught my eye (Re: 
win32com problem with LabVIEW).  Could someone give me an idea of where to 
start learning how to do this.  Are there good examples somewhere or any 
documentation? 

Thanks!

Jeff

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to