I have a LabVIEW application that sends data to a C ++ application through a DLL. Now I need to send the data back to the LabVIEW application from C ++. Can I run the code in LabVIEW from a DLL call, or do I need to periodically poll the DLL to see if new data is waiting?
Or am I completely wrong about this?
source
share