05-24-2009 04:32 AM
Hi
I have a new AC power switch whom I can control via http commends (from my browser).
my question is how do I build a vi to do the same without opening the browser (by direct access to the device).
thanks in advance
shai
05-24-2009 07:02 AM
If you're on Windows then you could simple embed a web browser right on the front panel of the VI using the ActiveX "Web Browser" container (in the .NET and ActiveX palette).
Other solutions:
05-24-2009 07:33 AM
let me rephrase...
can you give me some exemples for using tcp/ip VI's in order to send /receive an http massage such ashttp://username:password@XXX.XXX.XXX.XXX/XX.cmd?para1=*+para2=*+para3=*..
thanks
shai
05-24-2009 10:20 AM
05-24-2009 01:26 PM
shaicoh wrote:
can you give me some exemples for using tcp/ip VI's in order to send /receive an http massage such as
Have you tried a search as I had suggested? Examples have been posted in the past. Such as this one.