Technical data

140
W&T
align="center">
<tr bgcolor="#CCCCCC">
<td id="currenttab" align="center">0</td>
</tr>
<tr bgcolor="#999999">
<td>
<div align="center"><font size="2" color="#FFFFFF">Sensor 1</font></div>
</td>
</tr>
</table>
</div>
</body>
</html>
The following function can be used for writing analog values to
the output.
function outputaccess( iSensor, iVal )
{ Program code which is used for writing an analog value to one of the both Outputs. }
Example:
Analog.outputaccess(1, document.getElementById('channel1').value);
Therefore you need an additional function for entering
password and login at device.
function setPassword( String )
{ Program code sends password to Web-IO and handles login. }
Example:
<input id="pass" type="password" /><input type="button" value="set password"
onclick="Analog.setPassword(document.getElementById('pass').value); />
i
A detailed example for using the Java applet is found on
the Web page app.htm, which can be opened in the
Web-IO.
Opening: http://<ip-adresse>/app.htm