Показать сообщение отдельно
  #10 (permalink)  
Старый 20.06.2013, 11:28
Интересующийся
Отправить личное сообщение для edic01 Посмотреть профиль Найти все сообщения от edic01
 
Регистрация: 19.06.2013
Сообщений: 10

Интересует вывод 3 таблиц:

<table border="1" bordercolor="#808080">
<caption>Analog Input</caption>
<tr bgcolor="#C0C0C0">
<td width="25%" rowspan="2">No</td>
<td width="25%" rowspan="2">Register</td>
<td width="50%" colspan="2">Value</td>
</tr>
<script type="text/javascript">
ShowStrainGauge();
</script>
</table>


<table border="1" bordercolor="#808080">
<caption>High/Low Latched Value for Analog Inputs</caption>
<tr bgcolor="#C0C0C0">
<td width="10%" rowspan="3">No</td>
<td width="45%" colspan="3">Latched High</td>
<td width="45%" colspan="3">Latched Low</td>
</tr>
<tr bgcolor="#C0C0C0">
<td width="13%" rowspan="2">Register</td>
<td width="32%" colspan="2">Value</td>
<td width="13%" rowspan="2">Register</td>
<td width="32%" colspan="2">Value</td>
</tr>
<script type="text/javascript">
ShowAILatchedTable();
</script>
</table>
<table>
<tr height="20" bgcolor="#D0D0D0">
<td width="10%"></td>
<td width="45%" valign="middle" align="right"><input id="BtnClearLatchH" type="button" value="Clear AI Latched" onClick="ClearLatch_onclick(0)" class="Clr_Button" />&nbsp;&nbsp;</td>
<td width="45%" valign="middle" align="right"><input id="BtnClearLatchL" type="button" value="Clear AI Latched" onClick="ClearLatch_onclick(1)" class="Clr_Button" />&nbsp;&nbsp;</td>
</tr>
</table>


<table border="1" bordercolor="#808080">
<caption>High/Low Alarm Status for Analog Inputs</caption>
<tr bgcolor="#C0C0C0">
<td width="10%" rowspan="2">No</td>
<td width="45%" colspan="3">High Alarm</td>
<td width="45%" colspan="3">Low Alarm</td>
</tr>
<tr bgcolor="#C0C0C0">
<td width="15%">Register</td>
<td width="15%">Value</td>
<td width="15%">Status</td>
<td width="15%">Register</td>
<td width="15%">Value</td>
<td width="15%">Status</td>
</tr>
<script type="text/javascript">
ShowAIAlarmTable();
</script>
</table>
Вложения:
Тип файла: txt AC_OETags.txt (7.9 Кб, 1 просмотров)
Тип файла: txt AnalogIO.txt (10.5 Кб, 1 просмотров)
Ответить с цитированием