Webpages 9810 series - User manual
161 7EN05-0390-08
Line # Description
24
<td><input name="Ethernet Device Name" type="text" /></td>
This displays the instantaneous value of the configurable named register Ethernet Device Name in a
text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
27
<td>$%localizedString(IP Address)#$</td>
IP Address is the row heading. This heading is translated if possible.
28
<td><input name="IP Address" type="text" /></td>
This displays the instantaneous value of the configurable named register IP Address in a text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
34
<h3 target="sample-advanced">
This creates the second webpage content pane. Sample-advanced is the name of the webpage content.
This name must be unique.
$%localizedString(Advanced Settings)#$</h3>
Advanced Settings is the title of the webpage content pane. This title is translated if possible.
35
<div id="sample-advanced">
This must match the name of the webpage content in line 34.
42
<td>$%localizedString(TCP Keep Alive Minutes)#$</td>
TCP Keep Alive Minutes is the row heading. This heading is translated if possible.
43
<td><input type="text" name="TCP Keep Alive Minutes" class="small" />
This displays the instantaneous value of the configurable named register TCP Keep Alive Minutes in a
text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
<span unitsreg="TCP Keep Alive Minutes"></span></td>
This displays the units that the meter has defined for the named register TCP Keep Alive Minutes.
NOTE:There are no defined units for TCP Keep Alive Minutes, so no units are displayed.
46
<td>$%localizedString(Enable Web Server)#$</td>
Enable Web Server is the row heading. This heading is translated if possible.
47
<td><select name="Enable Web Server"></select> </td>
Enable Web Server is the named register that is displayed. Named registers are listed in the meter’s
registers map.
The type must match the named register type, in this case, an enumerated value that is displayed as a
drop-down list box.