7 exemple d'une page html – SMA Sunny Data Control V.4.2 Manuel d'utilisation

Page 165

Advertising
background image

SMA

Technologie AG

Transmettre les données sur Internet

Manuel d’utilisation

SDC-TFR080642

Page 165

12.8.7 Exemple d'une page HTML

<html>
<head>
<title>Installation solaire PV chez SMA...</title>
</head>
<body>
<b>Installation solaire PV sur le bâtiment 1 chez SMA</b>
<br>
<p><applet
CODE = "de.sma.SunnyViewer.SunnyApplet.class"
ARCHIVE = "SunnyViewer.jar"
CODEBASE = "."
WIDTH = 720
HEIGHT = 520
ALIGN = center>
<!-- Paramètres généraux -->
<PARAM name=ServerPort value=18500>
<PARAM name=ServerAlias value=MyServerAlias>
<PARAM name=DisplayErrMsg value=0>
<PARAM name=Channel1 value=Énergie>
<PARAM name=Channel2 value=Puissance>
<PARAM name=Channel3 value=État>
<PARAM name=Channel3.SText value="Stop,Attente,Service,Dysfonctionnement,Erre
ur,Détection">
<PARAM name=BGColor value=#FFFFFF>
<PARAM name=LayoutHSpace value=0>
<PARAM name=LayoutHSpace value=0>
<!-- Paramètres du 1er composant -->
<PARAM name=Component1 value=de.sma.SunnyViewer.ViewerDiagram>
<PARAM name=Name1 value=chart1>
<PARAM name=chart1.Title value="Valeurs de puissance">
<PARAM name=chart1.FontName value="Arial">
<PARAM name=chart1.FontSize value=12>
<PARAM name=chart1.Channels value=Puissance>
<PARAM name=chart1.LegendVis value=1>

Advertising