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