LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture .net events in labview

Hi,

I am using a .net DLL that talks to a USB device in LabVIEW. Setting properties and using methods is no problem, but I need to be able to capture events that the DLL will generate.

How are events captured with LabVIEW?

Thanks,
Smele.
0 Kudos
Message 1 of 2
(2,534 Views)
Smele wrote:

> Hi,
>
> I am using a .net DLL that talks to a USB device in LabVIEW. Setting
> properties and using methods is no problem, but I need to be able to
> capture events that the DLL will generate.
>
> How are events captured with LabVIEW?

I think LabVIEW does not have support for .Net events yet. You can use
Active X events and assign callback VIs to them in 7.0, but .Net events
are not the same as Active X events. It would be to simple to expect MS
to build new technologies on existing standards.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 2
(2,534 Views)