Esempio 2
La Tab.7.3.3 presenta un testo HTML più
complesso che corrisponde alla pagina della
figura qui sotto. Questa pagina comprende
un’immagine chiamata “IR32.jpg” e una
variabile digitale: “compressor status”.
AVVERTENZA.
Se il dispositivo è OFF-LINE (o il WebGate è occupato
a leggere tutte le variabili del dispositivo per la prima volta), durante la
conversione dei tag verrà visualizzato il seguente messaggio:
“
Unit OFF-LINE
”.
Example 2
In Tab.7.3.3 you can see a more complex
HTML text for the following page having a
figure named “IR32.jpg” and the digital
variable: “compressor status” being
monitored.
WARNING.
If the device is in the OFF-LINE status (or the WebGate is
busy in reading all the variables of device for the first time), the tag
conversion will give back the following warning string: “
Unit OFF-LINE
.
23
Manuale WebGate - cod. +030220230 rel. 1.0 - 16.09.2003
Esempio /
Example 2
<HTML>
<HEAD>
<title>compressor status</title>
</HEAD>
<BODY bgcolor=”#FFFFFF” text=”#000000”>
<TABLE width=”627” border=”0” cellspacing=”0” align=”center”>
<TR>
<DIV align=”center”>
<FONT face=”Verdana, Arial, Helvetica, sans-serif”>
<img src=”
IR32.jpg
” width=”257” height=”187” align=”top” vspace=”0” hspace=”0”>
</FONT>
</DIV>
<TABLE width=”346” border=”0” cellspacing=”0” align=”center”>
<TR>
<TD width=”255” align=”center” height=”35” bgcolor=”#f8f8f8”>
<DIV align=”center”>
<FONT face=”Verdana, Arial, Helvetica, sans-serif”></FONT>
<FONT face=”Verdana, Arial, Helvetica, sans-serif”>
<B><font size=”2”></font></B>
</
FONT
>
</DIV>
<DIV align=”right”>
<B><font face=”Verdana, Arial, Helvetica, sans-serif” size=”2”>
compressor status
:
</font>
</B>
</DIV>
</TD>
<TD width=”87” height=”35” align=”center” bgcolor=”#e8e8e8”>
<FONT face=”Verdana, Arial, Helvetica, sans-serif” size=”2” color=”#0000ff”>
<b><b> <%var(1,1,4)%> </b></b>
</FONT>
</TD>
</TR>
</TABLE>
</TR>
</TABLE>
</BODY>
</HTML>
Fig. 7.3.1.2