User Manual
ADAM-6000 Series User Manual 112
{
{"HostIP", "String", ""},
};
return pinfo;
}
As for mouse/keyboard events and graphical user interface, they are
beyond the scope of our discussion here and we will leave them to users.
After you finish your program and compile, it should generate a couple of
classes, e.g. ADAM6060.class, ADAM6060$1.class, ADAM6060$2, and
myFramPanel.class in our example. Then, follow the standard way to
combine the generated classes with ModBus.class which must be placed
in the directory path œAdam/ModBus/ into a jar file. In this case, the
name for the file should be ADAM6060.jar. The figure below shows the
structure to make the jar file.
Figure 5.25: Structure of the ADAM6060.jar file
Start your ADAM utility, and open the Firmware tab in the Status Display
area as shown below (Refer to Section 5.3.2). Then, tell the utility where
the path is for the JAR and HTML files. In this case, they are ADAM-
6060.jar and index.html. Push button, and a confirmation window pops
up. After you confirm, it will start processing.