![Advantech ADAM-6000 series User Manual Download Page 72](http://html1.mh-extra.com/html/advantech/adam-6000-series/adam-6000-series_user-manual_2857302072.webp)
Employing these four methods, you can customize your applet and focus solely on the user interface you
intend to create and the number of channels you want to monitor.
An Example
To process ADAM-6060 input and display the result/status on an applet, we will use objects from the
standard java class library and the class we develop. Specifically, we provide Modbus class to handle the
communication with ADAM-6000 I/O modules. Now we’re going to teach you step by step how to
customize your Web page.
Java Applet Programming
To create your own Web page, you have to follow some rules. There are two parts in this section. We
start from the HTML file. Please refer to table 2 below for the default HTML source code.
<HTML>
<HEAD>
<TITLE>
ADAM-6000 Ethernet-Enabled DA&C Modules
</TITLE>
</HEAD>
<BODY>
<APPLET
CODEBASE = "."
CODE = "Adam6060.class"
ARCHIVE = "Adam6060.jar"
NAME = "Adam6060 Relay Module"
WIDTH = 500
HEIGHT = 400
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<PARAM NAME = "HostIP" VALUE = "010.000.000.000">
</APPLET>
</BODY>
</HTML>
Table 2. Overview of index.html
Summary of Contents for ADAM-6000 series
Page 21: ...Figure 3 2 Fix ADAM 6000 module on the bracket...
Page 23: ......
Page 24: ...Figure 3 4 Secure ADAM 6000 Module to a DIN rail...
Page 27: ...Figure 3 6 ADAM 6000 I O Module Terminal Block wiring...
Page 32: ...Figure 4 4 ADAM 6017 Digital Output wiring...
Page 36: ...Figure 4 8 ADAM 6050 Digital Output Wiring...
Page 41: ...Figure 4 13 ADAM 6051 Digital Output and Counter Wiring...
Page 46: ...Figure 4 18 ADAM 6060 Relay Output Wiring...
Page 75: ...Figure 5 29 Firmware Upgrade for ADAM 6000 I O Series Modules...
Page 153: ...Appendix A Design Worksheets...