Appendix, Simplified example of html code, 7appendix – Pilz PSSu H PLC1 FS SN SD User Manual

Page 43: 1 simplified example of html code

Advertising
background image

Pilz GmbH & Co. KG, Felix-Wankel-Straße 2, 73760 Ostfildern, Germany
Telephone: +49 711 3409-0, Telefax: +49 711 3409-133, E-Mail: [email protected]

7-1

7.1

Examples of HTML code for calling up PSS 4000 Diag
Control

7

Appendix

7

7000

Appendix

Appendix

7-

7.1

Examples of HTML code for calling up PSS 4000 Diag Control

7100

Examples of HTML code for calling up PSS 4000 Diag Control

7-

7.1.1

Simplified example of HTML code

Simplified example of HTML code

7-

PSS4000 Diag Vereinf. Beispiel HTML-Code

Example of simplified HTML code. A detailed description of the proper-

ties can be found in the section entitled "Operate

PSS 4000 Diag Control in the browser".

<html>

<head>

</head>

<body leftmargin="0" topmargin="0" scroll=no>

<OBJECT ID="PilzDiag" WIDTH=800 HEIGHT=600

style="margin-left:-2px; margin-top:-2px;"

CLASSID="CLSID:CE42D3A2-5C9C-4a77-B7DF-08A27AAC7BC5">

<PARAM NAME="OPCServer" VALUE="localhost">

<PARAM NAME="Language" VALUE="1031">

<PARAM NAME="Display" VALUE="SingleWindow">

<PARAM NAME="QVGA" VALUE="0">

<PARAM NAME="UseKeyboard" VALUE="1">

<PARAM NAME="FontType" VALUE="Arial">

<PARAM NAME="FontSize" VALUE="10">

<PARAM NAME="EnableTicker" VALUE="1">

<PARAM NAME="ListPaneHeight" VALUE="50">

<PARAM NAME="RemedyPaneHeight" VALUE="50">

<PARAM NAME="TextLinesPerTableRow" VALUE="3">

</OBJECT>

</body>

</html>

Advertising