User`s guide
Editors
204
890 USE 152 00 V.2
Applet Parameters, Continued
Example The following is an example of an applet tag for the Graphic Editor that will cause it
to startup in view mode and automatically load the graphics file named “UNIT_1”.
The Web browser user would be allowed to send values to the PLC via any graphic
objects that support sending values, if they 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”>
</APPLET>