User`s guide
Editors
890 USE 152 00 V.2 203
Applet Parameters
Overview The Graphic Editor supports two applet parameters to customize its behavior.
Applet parameters are specified with <PARAM>tags within the <APPLET> tag in
the Graphic Editor’s HTML page. The parameters recognized by the Graphic Editor
applet are:
l LOAD - This parameter tells the Graphic Editor to auto-load a specific graphics
file when it starts. If the specified file does not exist, an error message is
presented to you. If this parameter is not provided in the <APPLET> tag, then
no graphics file is auto-loaded at startup, and you must select the initial
graphics file from the list provided by the Graphic Editor.
l MODE - This parameter tells the Graphic Editor whether to startup in its normal
“Edit Mode” or in a special “View Mode”. When started in view mode, the
Graphic Editor will show only its display window. When this parameter is used
with the LOAD parameter, a web site can be designed using HTML pages that
are dedicated to specific graphic displays. No explicit selection of graphic files
would be required by a user, providing more typical HMI screen behavior. The
possible values for this parameter are:
EDIT - the Graphic Editor will startup in its normal Edit Mode (default
value).
VIEW_RO -- the Graphic Editor will startup in read-only view mode. The
Web browser user will not be allowed to send data values to the PLC.
VIEW_RW -- the Graphic Editor will startup in read/write view mode. The
Web browser user will be allowed to send data values to the PLC after
entering the
write-access
password.
Continued on next page