Meter webpages 9410 series
Line # Sample HTML
35
<td>$%localizedString(Active Energy)#$ <span unitsreg="kWh del-rec"></span></td>
36
<td regname="kWh del-rec"></td>
37
</tr>
38
<tr>
39
<td>$%localizedString(Reactive Energy)#$ <span unitsreg="kVARh del-rec"></span></td>
40
<td regname="kVARh del-rec"></td>
41
</tr>
42
</table>
43
</div>
44
</div>
45
46
47
<script type="text/javascript">
48
49
instantaneousReadings.initInstantaneousReadings('sample-readings');
50
51
</script>
52
</div>
Sample webpage data viewing content description
Line # Description
1
SampleMonitorPane.html
The HTML filename, including the HTML extension (.html). This filename must comply with FTP filename conventions (no spaces
or special characters). The filename (without the HTML extension) is the name shown on the webpage menu.
4
<h3 target="sample-readings">
This creates the first webpage content pane. “sample-readings” is the name of the webpage content. This name must be unique.
$%localizedString(Basic Readings)#$</h3>
Basic Readings is the title of the webpage content pane. This title is translated if possible.
5
<div id="sample-readings">
This must match the name of the webpage content in line 4.
9
<th>$%localizedString(Minimum)#$</th>
Minimum is the heading for the first column. This heading is translated if possible.
10
<th>$%localizedString(Present)#$</th>
Present is the heading for the second column. This heading is translated if possible.
11
<th>$%localizedString(Maximum)#$</th>
Maximum is the heading for the last column. This heading is translated if possible.
14
<td>$%localizedString(I a)#$
I a is the row heading. This heading is translated if possible.
<span unitsreg="I a"></span></td>
This displays the units that the meter has defined for the named register I a.
15
<td regname="I a mn"></td>
This displays the instantaneous value of the named register I a mn.
16
<td regname="I a"></td>
This displays the instantaneous value of the named register I a.
17
<td regname="I a mx"></td>
This displays the instantaneous value of the named register I a mx.
20
<td>$%localizedString(I b)#$
I b is the second row heading. This heading is translated if possible.
<span unitsreg="I b"></span></td>
This displays the units that the meter has defined for the named register I b.
7EN05-0336-03 113