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 the VI Server, global variables, local variables, DataSocket, and so on to change VI or front panel objects programmatically. The only exception is the Value (Signaling) property.

Regards,
 
Martin
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yeswanty devi
Sent: Tuesday, 14. February 2006 00:57
To: python-win32@python.org
Subject: [python-win32] Setting Event of Labview using Python

Hello,
           I was trying to acces LabView using python.i have problem in accesing of events of labview using python. for example my labview program runs based on the events.if an mouse up event comes then particular part gets executed.
 
         But now if i want to automate this thing using python  i am not able to create the events using python. i have to manually press the button.
        Is there any procedure to set the mouse events using python program without manually using the mouse.
 
 
Thanks,

 


Yahoo! Mail
Use Photomail to share photos without annoying attachments.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to