User`s guide

Custom Pages
890 USE 152 00 V.2 165
LiveBeanApplet Parameters, Continued
LiveBeanApplet
Example
All instances of LiveBeanApplet that are included in a Web page follow the
same pattern, with only the applet parameters and size varying for each instance.
Here is the HTML code for including a LiveBeanApplet that will present the
graphic object named “MyMeter” which was saved by the Graphic Editor as part of
the graphic display, “Library 1”.
<APPLET codebase="/classes"
archive="SAComm.jar,GDE.jar,Widgets.jar"
code="com.schneiderautomation.gde.LiveBeanApplet"
width=180 height=160>
<PARAM name=LIBRARY value="Library1">
<PARAM name=BEAN value="MyMeter">
<PARAM name=BACKGRND value="0xDDEEFF">
</APPLET>
More Information For more information about creating Java applets and graphic objects to obtain run-
time data from a PLC, refer to the Software Developer’s Kit included on the
FactoryCast installation CD ROM.
Note: For information about adding graphic applets into web pages, see
Applet
Parameters
on page 203.