06-11-2008 12:55 PM
06-13-2008 01:04 AM
Hi Bfleish,
The Call Library Function node in LabVIEW simply functions to call into a DLL. The required inputs and outputs depend on the construction of the DLL. You can double click the Call Library Function node and a dialog box will open. You wil be able to see the different functions and methods that are being called into and what the expected input and return values are. The best way to understand how LabVIEW should interact with a DLL is to use the Call Library Function node dialog box to explore the different functions etc. that are available to LabVIEW from the DLL.