LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does Labview's ActiveX server throw any events?

I'm trying to use Labview as an ActiveX automation server. It works so far, but I can't figure out a good way to get data back from the VI without polling it. Does Labview throw any ActiveX events that I could catch or is there some other way to receive data? Polling is a rather poor solution, so I figure there must be a better way.
0 Kudos
Message 1 of 2
(2,929 Views)
qx3n42j,

I ran the List ActiveX Events shipping example on LabVIEW 6.1 and it returned that there are no events. I also searched through the documentation and found no reference to LabVIEW ActiveX events.
You could implement a DLL that throws an event and call that from your LabVIEW VI.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,929 Views)