Sign in to follow this  
Followers 0
ricii

S7200 CP 243-IT

1 post in this topic

Hi all, I have a S7200 plc with a CP243-IT web server attached. I have utilised the applets on a html website that shows various memory area values. I would like to increase the size of the font that the applet uses. Does anyone know how I could do this? I have tried adding <param name = "FONT" value = "arial"> but it made no difference at all, so I think I'm barking up the wrong tree. Can anybody help? Thanks ricii PS please see the HTML applet code below <applet code ="de.siemens.simaticnet.itcp.applets.S7GetApplet.class" codebase ="../applets/" name ="AIR" width ="250" height ="220" hspace ="0" vspace ="0" align ="top" mayscript archive ="s7api.jar, s7util.jar, s7gui.jar, s7applets.jar" class="style6"> <param name="RACK" value="0" /> <param name="SLOT" value="0" /> <param name="LANGUAGE" value="en" /> <param name="BACKGROUNDCOLOR" value="0xFFFFFF" /> <param name="EDIT" value="false" /> <param name="FORMAT" value="Air used from Midnight = \W M3 /24hr"> - this is what I would like to make bigger <param name="VARTYPE" value="0x04" /> <param name="VARCNT" value="1" /> <param name="VARAREA" value="0x84" /> <param name="VARSUBAREA" value="1" /> <param name="VAROFFSET" value="800" /> <param name="CYCLETIME" value="5000" /> </applet>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0