Rockwell Automation 1785-Lxxx Enhanced and Ethernet PLC-5 Programmable Controllers User Manual

Page 198

Advertising
background image

Publication 1785-UM012D-EN-P - July 2005

11-24 Communicating with Devices on an Ethernet Network

HTML Examples - the following examples shows an HTML code segment
in bold with a short description of what you would see on a web browser:

The input image word is I:0 is <b><!ABDTR-I:0></b>
(this segment displays the value of the first word of the input image table in the
default format of octal with bold type)

The time values in T4:0 are<!ABDTR-T4:0>
(this segment will display the values of the timer in T4:0 in the default format of a
table)

I:0 is <,b><!ABDTR-I:0%d></b>
(this segment displays the value of the first word of the input image table in decimal
with bold type)

T4:0 is <b><!ABDTR-T4:0%d></B>
(this segment displays the values of the three words comprising timer T4:0 in decimal
with bold type)

N24:0 to n24:3 are <b><!ABDTR-N24:0,4></b>
(this segment displays the values of the four words in N24:0 through N24:3 in
decimal with bold type)

S:21-S:23 are <b><!ABDTR-S:21, 3%d></b>
(this segment displays the values of the three words in S:21 through S:23 in decimal
with bold type)

Generating Custom Data Table Monitor Pages

You can generate Custom Data Table Monitor pages with your text editor and
then download them to the PLC-5 controller. The first element of the file must
contain a special tag as follows:

<!ABCDM-xx>

where xx is the automatic refresh rate in seconds (01-99).
A value outside the range defaults to a “snapshot” display.
You can modify the refresh rate three different ways:

enter the desired refresh rate and press the

Change

button

select the default button for a 15 second refresh

disable the refresh by selecting the disable button

Advertising