Installation manual

Publication 1747-RM001G-EN-P - November 2008
SLC Communication Channels 13-43
When defining your custom tag, consider the following:
Table 13.12 Custom Tags:
HTML Examples - the following example shows an HTML code segment
with a short description of what you would see on a web browser
Table 13.13 HTML Examples:
Tag Item Description
#elements If not specified, this defaults to one. If it is less than one, it also
defaults to one. Each element is output using the same format
(whether specified with %format or defaulted).
%format Legal values are %d for decimal and %x for hexadecimal. The
following file types allow the format to be specified.
Input
Output
Status
Integer
Timer
Counter
Control
Display format
defaults
Input and Output file elements are output in decimal format. Status
file elements are output in hexadecimal format with a leading 0x.
Integer file elements are output in decimal format. Complex data
types (Timer, Counter, Control) are output as a table with bits and
important words specified.
Fixed display
formats
Float files are always output in floating point format (“C”%g
format). ASCII and STring files are always output as a null
terminated text string. Binary files are always output as two binary
bytes.
Examples HTML Code Web Browser Displays
Input image word I:0 <!ABDTR-I:0> the value of the first word of the
input image table in the default
format of decimal with bold type
Timer T4:0 <!ABDTR-T4:0> the values of the timer in T4:0 in
the default format of a table
Timer T4:0 <!ABDTR-T4:0%d> the values of the three words
comprising timer T4:0 in decimal
with bold type
N24:0 to N24:3 <!ABDTR-N24:0,4> the values of the four words in
N24:0 through N24:3 in decimal
with bold type
S:21 to S:23 <!ABDTR-S:21, 3%d> the values of the three words in
S:21 through S:23 in decimal with
bold type