Publication 1747-RM001G-EN-P - November 2008
13-42 SLC Communication Channels
HTML Pages
Referencing Other Pages/Servers - following are some basic considerations
when referencing other pages or servers.
• Reference User Specified Pages in the SLC 5/05 by using the names
user1.html through user16.html
• To reference a page on the same processor, specify a URL such as
/user2.html
• To reference a page on another processor, specify a URL such as
http://www.xxx.yyy.zzz/user2.html, where www.xxx.yyy.zzz is the IP
address of the processor
• You can reference other WWW servers and display images from other
sources without affecting your usage of data table memory (except for
the size of the HTTP reference)
Referencing Data Table Memory - reference data table memory locations
by placing custom tags into your HTML source which specify the data table
location and optional formatting information. Use the following format for the
custom tag:
<!ABDTR-file_type{file_number}:{file_element}[,#elements][%format
]>
The items surrounded by {} are sometimes optional. The items surrounded by
[] are always optional.
You must always specify the basic file reference. Depending on which file is
being referenced, file_number or file_element may be defaulted. If the
file_type is I, O or S, the file_number does not need to be specified, but the
file_element must be specified. If the file_type is not one of the three special
files, the file_number must be specified and the file_element may default to
zero (the input, output and status files have fixed file numbers).