11-18-2008 04:00 AM
Hello,
I have ZStar senzor. I want to control it through the labview application. Senzor has DLL library. I try to call some function from this DLL library, I use the Call Library Function Node. But I don´t know how to set the parameters of Call library Function Node. Where I find in DLL library the function name? Please, could anyone do any example with this DLL library?
11-18-2008 05:57 AM
Hi oliva,
it seems that there is no exported function in your dll.
Mike
11-18-2008 06:24 AM
Please could you explain it more. Is there any way how to control the sensor. I mean for example start measuring, set data rate etc..
Thank you.
11-18-2008 06:30 AM
Hai oliva,
When loading the particular dll in to the call library function node, it will automatically displays all the functions inside it.
What mike was telling is the dll you attached in the zip file, doesn't had any functions at all.
Have you attached the correct dll?
Mathan
11-18-2008 06:48 AM
Hi Mathan,
I have only this dll and embedded code(attached in zip now)...
05-17-2010 02:30 AM