Re: [python-win32] Setting Event of Labview using Python

2006-02-15 Thread Kuner Martin
Hi Devi.   I think it´s not possible what you want. The LV 7.1 help says about events: Use Events for Direct User Interaction Only User interface events occur only when a user directly interacts with the active front panel. In general, LabVIEW does not generate events if you use

[python-win32] Activex call delivers only unicode string, but ASCII is needed

2005-07-04 Thread Kuner Martin
Title: Activex call delivers only unicode string, but ASCII is needed Hi list, I have the following code to call a LabVIEW VI via the Activex interface. The string "strDataOut" holds the expected data result of the call . Now I realized that the string coming back from the ActiveX call co

Re: [python-win32] win32com problem with LabVIEW

2005-06-25 Thread Kuner Martin
belongs these problem ? Martin -Original Message- From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Saturday, 25. June 2005 4:44 AM To: Kuner Martin; python-win32@python.org Subject: RE: [python-win32] win32com problem with LabVIEW > It doesn´t work with the following code: ... &

Re: [python-win32] win32com problem with LabVIEW (newbie question)

2005-06-24 Thread Kuner Martin
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

Re: [python-win32] win32com problem with LabVIEW

2005-06-24 Thread Kuner Martin
utput parameters to the call). paramVals: array of variants by ref (Input values for the input parameters and return values from the output parameters in the order in which the names were specified in paramNames) --- Is a list object at that point not the right thing on python

[python-win32] win32com problem with LabVIEW

2005-06-24 Thread Kuner Martin
I try to talk with Python to a LabVIEW-Application called "cbt" via ActiveX. Now I´m running into problem calling the "Call" method. Here´s the code: import win32com.client oLv = win32com.client.Dispatch("cbt.Application") strVi = oLv.ApplicationDirectory + "\\cbt.exe\\" + "cdcAxLog