LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll tasks

How can i tell what kind of tasks for example lvanlys.dll can be used to. Is there a tutorial for labview dll's?
0 Kudos
Message 1 of 6
(3,125 Views)
Mean.vi, Linear Fit.vi and so so, lvanlys.dll is used for many mathematical
function
vis.
0 Kudos
Message 2 of 6
(3,125 Views)
Thanks for your answer, is there a comprehensive tutorial for dll functions?
At least i have not been able to find one...
0 Kudos
Message 3 of 6
(3,125 Views)
You never need to call lvanlys.dll directly.

It is used by many functions in the advanced analysis palette and is thus not directly visible to the programmer. Are you trying to use it in another programming language?
0 Kudos
Message 4 of 6
(3,125 Views)
I don't know, but I don't think there is such a tutorial for it, because
dlls are
used for all the vis, in fact the programmers don't have to know it.


"Timon alias" schrieb im Newsbeitrag
news:50650000000500000031AF0100-1079395200000@exchange.ni.com...
> Thanks for your answer, is there a comprehensive tutorial for dll
> functions?
> At least i have not been able to find one...
0 Kudos
Message 5 of 6
(3,125 Views)
The LabVIEW dlls are there strictly for the VIs that call them, so you don't really need to know what the dlls do in order to use them. You should just call the VI that uses them, which is a safer method. If you want to call the DLL from another application, you can always create a LabVIEW wrapper DLL that uses the VIs that call the lvanlys.dll. Then, your application can call the wrapper DLL and you would be set.

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 6 of 6
(3,125 Views)