Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to recieve LabVIEW events from C#

Hi,

 

I need to access to a C (not C#, just C) project. It generates events.

I have found something about .NET in C#, a Marshal class which is very useful. This is what I was looking for.

 

Thanks for your assistance,

 

Mauricio

0 Kudos
Message 11 of 13
(1,798 Views)

Hello Mauricio,

 

Could you post a link to the article you were reading about .NET in C#?  Also, what type of event does your code generate?  To my knowledge there are only three types of events in LabVIEW as described in my previous post.   Finally, was there anything else wrong with the article that you found besides the fact that it uses C# instead of C?

0 Kudos
Message 12 of 13
(1,776 Views)

Hi Burt,

 

http://msmvps.com/blogs/vandooren/archive/2006/11/16/executing-labview-vis-through-c-style-function-...

 

Maybe I used the word 'event' in a wide sense. Sorry for that. 

 

The autor said:

 

"...This article has outlined a relatively simple way to directly execute a LabVIEW VI through a C style function pointer without having to write C or C++ code...".

 

Regards,

 

Mauricio

0 Kudos
Message 13 of 13
(1,771 Views)