Graphic Editor Applet Parameters
Original instructions
Overview
Three applet parameters can customize the behavior of the Graphic Editor. 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:
Example
The following is an example of an applet tag for the Graphic Editor that causes it to start up in view mode while automatically loading a graphics file named UNIT_1. In this case, the Web browser allows you to send values to the PLC via any graphic objects that support sending values (assuming you have entered the write-access password).
<APPLET codebase="/classes"
archive="SAComm.jar,GDE.jar,Widgets.jar"
code="com.schneiderautomation.gde.GdeApplet"
width="700" height="514">
<PARAM name="LOAD" value="UNIT_1">
<PARAM name="MODE" value="VIEW_RW">
<PARAM name="AUTO_LOGIN" value="FALSE">
</APPLET>