9410 series Meter webpages
Line # Description
21
<td regname="I b mn"></td>
This displays the instantaneous value of the named register I b mn.
22
<td regname="I b"></td>
This displays the instantaneous value of the named register I b.
23
<td regname="I b mx"></td>
This displays the instantaneous value of the named register I bmx.
27
<h3 target="sample-energy">
This creates the second webpage content pane. Sample-energy is the name of the webpage content. This name must be unique.
$%localizedString(Energy Readings)#$</h3>
Energy Readings is the title of the webpage content pane. This title is translated if possible.
28
<div id="sample-energy">
This must match the name of the webpage content in line 27.
32
<th>$%localizedString(Present)#$</th>
Present is the heading for the last column. This heading is translated if possible.
35
<td>$%localizedString(Active Energy)#$
Active Energy is the row heading. This heading is translated if possible.
<span unitsreg="kWh del-rec"></span></td>
This displays the units that the meter has defined for the named register kWh del-rec.
36
<td regname="kWh del-rec"></td>
This displays the instantaneous value of the named register kWh del-rec.
1
39
<td>$%localizedString(Reactive Energy)#$
Reactive Energy is the row heading. This heading is translated if possible.
<span unitsreg="kVARh del-rec"></span></td>
This displays the units that the meter has defined for the named register kVARh del-rec.
40
<td regname="kVARh del-rec"></td>
This displays the instantaneous value of the named register kVARh del-rec.
1
49
instantaneousReadings.initInstantaneousReadings('sample-readings');
Sample-readings is the unique name of the first webpage content name. This HTML code updates all of the webpage’s values.
1
Named registers are listed in the Modbus registers map. If the desired value is not listed, you can reference the value by its ION handle, using
the following format: <td regname=”_0x####”</td>, where #### is the hexadecimal value of the ION handle.
Sample setup webpage
You can create custom setup webpages using the sample webpage stored on your
meter.
Sample webpages are stored in the documents folder on your meter’s internal FTP
site.
Your meter’s Modbus register map is available from Siemens Industry.
If required, your meter’s ION handles document is packaged with the meter firmware
file which is available for download from www.usa.siemens.com/pds.
Custom setup webpages must be stored on your meter’s internal FTP site in the folder
for Setup. The custom webpage is viewed by selecting the Setup main menu tab on
your meter’s webpage.
Configuring the HTML code other than where described is an advanced procedure and
should only be performed by those with an advanced understanding of webpages and
how your meter processes them.
Sample webpage setup result
NOTE: This graphic is representative only, and your meter’s webpages may
appear different than shown.
114 7EN05-0336-03