06-23-2008 01:28 PM
06-24-2008 04:25 PM - edited 06-24-2008 04:31 PM
06-25-2008 05:39 AM
@Pie56694 wrote:
Hi Hummer1,
The Call Library Function Node is valid for real-time targeted VIs. "...will the Vi work properly when targeting the real time operating environment?" depends on the DLL. National Instruments recommends you use CVI Real-Time for C-based shared libraries. This will allow for proper compilation and will allow for remote debugging. If the shared library is C++-based, National Instruments recommends you use VC 6 or VC 7.1 compilers. Other compilers will require run-time components to be statically linked when compiled, resulting in a large DLL, though these may not all be supported in Real-Time.
Please see "How Can I Verify that My DLL is Executable in LabVIEW Real-Time?" and "Using LabWindows/CVI DLLs in LabVIEW Real-Time Applications" for more information. I hope this helps.
Message Edited by Pie56694 on 06-24-2008 04:31 PM