02-13-2008 02:54 PM
02-13-2008 04:27 PM
If you have the Internet Toolkit, you have the vi's now to do the trick (check your functions pallette under add-ons).
If you do not have the Interent toolkit, there are a couple of approaches. You can use the TCP functions (check the TCP pallette under the Communications group and send the commands yourself, or you can use .NET objects to get the job done.
If communication is UDP or simple TCP, then using the Communications pallette is probably best. If you need full-on http: functionality, let me know via return post and I'll share with you a .NET-based library I put together. It is not as efficient as TCP, but supports both https: and http.
02-13-2008 05:17 PM
02-13-2008 05:49 PM - edited 02-13-2008 05:55 PM
02-14-2008 10:07 AM
02-14-2008 10:21 AM
Hi harrison1261,
if you have not the internet toolkit, you can create the communication by your own. Therefore you can monitor the actual sending data by using Wireshark or somthing similar. Then use the tcp/ip vi´s from labview to build the http protocol. For more information about that here are some links with the documentation of http: http://tools.ietf.org/html/rfc1945 and http://tools.ietf.org/html/rfc2616.
Mike
02-14-2008 10:52 AM
Hey Mike thanks for all the help we are slowly struggling along. I was wondering if maybe you could test out our control panel by turning it on online. the web adress is http://photpower.com. Let me know if you think you might be able to do this, and if so how your VI was set up
Jose Castellano
Tom Harrison
Maria Svenstrom
02-14-2008 01:38 PM
02-15-2008 12:15 PM
02-15-2008 12:41 PM