Using Web Control
TurnipTruck
Posts: 1,485
in AMX Hardware
Greetings,
Could someone please give me a quick run-down on, or point me to, a guide for using web control.
I have an NI-2000 master that I would like to serve a G3 panel design from.
Thank you!
Could someone please give me a quick run-down on, or point me to, a guide for using web control.
I have an NI-2000 master that I would like to serve a G3 panel design from.
Thank you!
0
Comments
If you are just using a web panel and nothing else then you would use something like this for your code:
If you want to have a combo of web panels and real panels then you would use something like this:
Here's how you create the web panel files:
1) Open up your G3 touch panel file in TPDesign 3.
2) Select File ---> Save as HTML
3) The HTML Conversion Options dialog box will open. For this example, enter 10128 as the Base Address: I believe the rest of the default values will suffice. I've attached an image which shows the dialog box entries filled out.
4) Press the Convert button.
5) When the conversion is done press the FTP Transfer button and the FTP Transfer dialog box will open.
6) Fill out the entries for the IP of your Master, username and password. The attached image also shows this dialog box filled out.
7) Press the Begin button. When the transfer is complete you can close the dialog box and you're done.
To view your web panel in action, open a browser and http on over to the IP of your Master and you will see a link under the Web Control tab that has your project name. Click on that link and your web panel will come to life.
That's it for the basics. There are other options to embed your web panel in custom web pages and other stuff but hopefully this should get you up and going.
Cheers,
Joe
Thanks again!