LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using WaitForSingleObject() in Labview

Hello Everybody,

I have a Adlink make CAN -PCI card  and i am already using it in Labview6.1.
For transmit & receiving a CAN packet i have used one of its Polling function available in its dll.

But now i want to use window's event for notifying my Labview application whenever a packet is received.
Since one of the sample program (delievered by the manufacturer) in VC++ uses the WaitForSingleObject()  available in Windows API  to  wait on event to occur on packet received. So I want to know how i can make my labview application to wait on such events.

thanks and regards
Harish
0 Kudos
Message 1 of 2
(2,887 Views)

use call library node to invoke WaitForSingleObject function from kernel32.dll

Thanks

Sowjanya

0 Kudos
Message 2 of 2
(2,878 Views)