pCOWeb
+030220966 – rel. 1.1 – 12.12.2017
75
<td>
second cell in the general table: table of analog variables
<table style="font-size: 12px; padding: 0px; margin: 0px; padding-left: 30px; padding-right: 30px; border-right: 1px
solid #cccccc" cellpadding="0">
<tr>
<td style="font-size: 14px; font-weight: bolder; height: 40px; text-align: center" colspan="2">Analog
Variables</td>
</tr>
<tr>
<td style="width: 90px">Var 1:</td>
<td><input type="text" name="?script:var(0,2,1,-3276.8,3276.7)" value="<%var(0,2,1)%>"></td>
</tr>
…………
<tr>
<td>Var 10:</td>
<td><input type="text" name="?script:var(0,2,10,-3276.8,3276.7)" value="<%var(0,2,10)%>"></td>
</tr>
</table>
</td>
<td>
third cell in the general table: table of integer variables
<table style="font-size: 12px; padding: 0px; margin: 0px; padding-left: 30px" cellpadding="0">
<tr>
<td style="font-size: 14px; font-weight: bolder; height: 40px; text-align: center" colspan="2">Integer
Variables</td>
</tr>
<tr>
<td style="width: 90px">Var 1:</td>
<td><input type="text" name="?script:var(0,3,1,-32768,32767)" value="<%var(0,3,1)%>"></td>
</tr>
…………
<tr>
<td>Var 10:</td>
<td><input type="text" name="?script:var(0,3,10,-32768,32767)" value="<%var(0,3,10)%>"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<br>
line break
The following rows are comments and consequently are not active
<!--pCO set result: <img src="/config/img/<%setres('undefined','green','red')%>.gif"
alt="<%setres('undefined','correct','error timeout')%>" align="bottom"><br><br>-->
The following row is an example of the “setres” tag used to colour the texts
pCO set result: <div style="display: inline; font-weight: bold; color: <%setres('gray">Undefined','green">Communication
ok','red">Timeout Error')%></div><br>
Addition of the “Submit” button
<input style="width: 100px; margin-left: 20px; margin-top: 10px" type="submit" value="Submit">
</form>
End of the page
<div id="back-bottom">
(C) Copyright 2003-2010 by Carel Industries S.r.l.., Brugine (PD) - Italy. All rights reserved. Contact: <a
href="mailto:[email protected]">[email protected]</a><br>
Linux porting and software implemented by DVE Progettazione Elettronica, Varese (Italy). <a
href="mailto:[email protected]">[email protected]</a><br>
</div>
</body>
</html>