tags:

views:

362

answers:

1

I have a LabVIEW application that current sends data to a C++ application via a DLL. I now need to send data back to the LabVIEW app from the C++ one. Can I trigger code in LabVIEW from a DLL call or will I need to poll the DLL periodically to see if new data is waiting?

Or am I going about this in completely the wrong way?

+3  A: 
Ton
Between this and the occurrence examples in the linked thread I should be good to go. Thanks!
dwj
Yes, an occurence is a simple version of events.
Ton