03-23-2002 06:48 AM
03-23-2002 12:13 PM
03-23-2002 03:07 PM
03-23-2002
03:23 PM
- last edited on
11-16-2025
02:29 PM
by
Content Cleaner
Hi 214552213;
There are several references at NI Developer Zone that explain how to access a dll from LabVIEW. You need to know the function prototype of the function you are calling in order to make the right call from LabVIEW. If you have LabVIEW 6, it allows you to see the different functions, but not the necessary arguments. If you have LabVIEW 5, you can use a vi available from NI< to view all the functions exported in a dll. Follow nchernin instructions above.
The official document that explain how to access dlls is Using External Code in LabVIEW, which you can access from LabVIEW's help or access through the link above.
If you are writing the dll, check the several articles in NI website. There is a lot of documentation, but specially for doing it using Microsoft's VC++.
Regards;
Enrique