Technical data
136
W&T
5 Including Measurements in your own Web Page
It is possible to use an implemented Java applet to integrate
the measured values on your own Web page. The applet is
refreshed every 60s. An example for this applet can be found
here in the device itself:
http://172.0.0.10/app.htm
To incorporate the applet for the analog value monitoring in
the HTMP page, the following HTML tag must be inserted at the
point where the applet is located:
<Applet Archive="A.jar" Code="A.class" Codebase="Http://web-io/"
Width="breite" Height="Höhe">
Now the following parameters can be optionally specified:
Background color:
<Param Name="BGColor" Value="#RGB-Wert">
Font color:
<Param Name="FGColor" Value="#RGB-Wert">
i
The RGB value is given as 24Bit hex value.
For example: Value="#2F3C09". No distinction of
capital and small letters.
Text orientation:
<Param Name="Align" Value="const">
const must be one of the following constants:
■ Left
■ Center
■ Right
Capitalization is ignored.
If a parameter is omitted or incorrectly set, the following
standard values are used: