03-07-2005 12:36 PM
03-08-2005
01:27 PM
- last edited on
11-23-2025
06:29 PM
by
Content Cleaner
There are two main ways that the executable code inside a DLL may be used in LabVIEW. First, the DLL may contain functions which are accesses through the C or stdcall calling conventions. In this case the functions in the DLL will be called using a Call Library Node. Secondly, DLL may also contain ActiveX objects which are accessed through ActiveX Property and Invoke nodes in LabVIEW.
I was not able to find any information about the DLLs you mentioned on the Perkinelmer web site, so it is not clear how we should properly use the DLLs. I have included links below to more information on how to use the Call Library Node and ActiveX VIs in LabVIEW.
Tutorial: ActiveX and LabVIEW
Tutorial: An Overview of Accessing DLLs or Shared Libraries from LabVIEW
Scott Y.
NI
03-08-2005 01:41 PM
03-09-2005 03:48 PM