LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fire Event from LabView and catch it in .Net

0 Kudos
Message 1 of 3
(2,768 Views)
Sorry for the first message(empty).
I was just looking for a solution since it's written somwhere here http://forums.ni.com/ni/board/message?board.id=170&message.id=135741&query.id=107783#M135741 that this new feature will be available within the next version (8.0)
Did some of you deal with this problem?



Any help will be highly appreciated.
0 Kudos
Message 2 of 3
(2,761 Views)
I took a quick peek at this and as far as I can tell it seems you can only go in the direction of .NET --> LabVIEW. In other words you can register a VI to be called when an event is fired by a .NET control, but you can't register .NET to handle a LabVIEW event. I suppose you could just use the LabVIEW event handler to simply call the .NET assembly when the LabVIEW event happens as a "manual" solution.
0 Kudos
Message 3 of 3
(2,758 Views)