LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll config

Solved!
Go to solution
I configured the dll but it is not working. What will be the function name. I made dll of the whole project, then what will give for function name
"Thanks with regards "
by
..........Gireesh..........
0 Kudos
Message 1 of 5
(3,080 Views)

What are you talking about?  What DLL? Are you trying to make a DLL from LabVIEW code? Are you trying to call a C DLL? Is this supposed to be part of another thread?

0 Kudos
Message 2 of 5
(3,070 Views)
I made a dll. I need to call this dll from another vi. For that call library function should be configured. In this function name should enter. In latest version this parameter will come as dropdown list. From there we can select. In the tutorial it is passing parameter as per the dll called/selected. In my project it is acquiring data from the DMM. In this it's functions to measure voltage, current & resistance. So there are three functions. Then which function name should I give?
"Thanks with regards "
by
..........Gireesh..........
0 Kudos
Message 3 of 5
(3,065 Views)
Solution
Accepted by topic author gireesh

The function is the name of the VI you exported. The parameter is the input to the VI. This is a control on the front panel. The datatype is the same as the datatype of the control.

0 Kudos
Message 4 of 5
(3,063 Views)
Thank you verymuch for the information
"Thanks with regards "
by
..........Gireesh..........
0 Kudos
Message 5 of 5
(3,055 Views)