11-15-2012 10:52 AM
I have a requirement to connect a windows pc to a wireless router ( i am provided with ssid and password), login and retrieve a html page. I have most of this written in c# but not looking forward to the task of getting the call library function working correctly. Are there any articles on acheiving this wifi test within labview or do i have to brave using the call library function to access my DLL
thanks in advamce
Solved! Go to Solution.
11-20-2012 03:34 AM
Hi Akiel
I believe you will find the following link helpful, which describes how to call a DLL from LabVIEW:
http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33
Also if you go to the LabVIEW Example Finder within LabVIEW “Help>>Find Examples...” there is a useful example called Call DLL.vi located under “Communicating with External Applications>>Using External Code>>Integrating DLLs”
Let me know if this is of help, and if there is anything else I can do.
12-10-2012 04:31 AM
Many thanks, that example deals with the major part of the problem, converting the data types
12-13-2012 03:17 AM
Hi Akiel
I’m glad you found the link helpful and you got a solution to your problem.
Best Regards
12-13-2012 05:36 AM - edited 12-13-2012 05:45 AM
Hello,
This link also helped me a lot to solve my issue.
Tks!