I have never used the ethernet devices that AD sells. I just want to know if there is any way for the plc to post a short cut to the internet, basically requesting an html page and adding some post request tags similar to:
http://www.mynewsite.com/?user=me&pass=you&data1=4444&data2=5555Everything after the ? would have to be dynamic and change with each request.
Basically, I want my website to see the request, see the user and pass and then save data1, data2 to a file on the web server. That part is already done, I just need a device that can post the data.
Thanks.