Position of the counter in px from the upper window edge
Position of the counter from the left window edge
Position of the border image in px from the upper and left window edge.
Time in ms within which the applet updates the measured value; adjust as needed.
The inputs, counter and outputs of the Web-IO Digital can be simply Visualized on a Web page using JavaScript and a few images. Incorporation of the Web-IO applet provides for continuous updating of the display.
Using the following copy&paste example you can represent a current value measured by your Web-IO Digital on a Web page.
You don’t have a Web-IO yet but would like to try the example out sometime?
No problem: We will be glad to send you the Web-IO Digital 2xInput, 2xOutput PoE at no charge for 30 days. Simply fill out a sample ordering form, and we will ship the Web-IO for testing on an open invoice. If you return the unit within 30 days, we will simply mark the invoice as paid.
Copy the applet data (in gray) to the <body> area of your Web page.
Insert the IP address of your Web-IO Analog.
...
<body style="font-family: Arial, Helvetica, sans-serif;">
<applet name="dio" archive="dio.jar" code="dio.class" codebase="http://10.40.50.5"
height="0" width="0" mayscript>
<param name="device" value="0">
<param name="showerrors" value="off">
<param name="inputpolling" value="off">
<param name="outputpolling" value="off">
<param name="counterpolling" value="on">
<param name="pollingrate" value="1000">Java ist nicht aktiviert oder wird nicht unterstützt
</applet>
...
3. Password form
If your Web-IO is password protected, also copy the password form (shown in gray) to the <body> area of your Web page. In this case the Web page can only communicate with the Web-IO after the password has been sent.
Now all you need is the images associated with the display object, which we have provided here for downloading: .zip (approx. 11 kB). Please place the images in the directory in which the Web page with the JavaScript and applet data are located.