|
@@ -1408,3 +1408,55 @@ var show_realtime_status = function(idx) {
|
|
|
tr.appendChild(td);
|
|
|
td = document.createElement('td');
|
|
|
td.setAttribute('class', 'project_info');
|
|
|
+ td.id = 'HighTemperatureB';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_info');
|
|
|
+ td.id = 'HighTemperatureC';
|
|
|
+ tr.appendChild(td);
|
|
|
+ tr = document.createElement('tr');
|
|
|
+ sta.appendChild(tr);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'A相电压';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'B相电压';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'C相电压';
|
|
|
+ tr.appendChild(td);
|
|
|
+ tr = document.createElement('tr');
|
|
|
+ sta.appendChild(tr);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_info');
|
|
|
+ td.id = 'VoltageA';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_info');
|
|
|
+ td.id = 'VoltageB';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_info');
|
|
|
+ td.id = 'VoltageC';
|
|
|
+ tr.appendChild(td);
|
|
|
+ tr = document.createElement('tr');
|
|
|
+ sta.appendChild(tr);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'A相电流';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'B相电流';
|
|
|
+ tr.appendChild(td);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_label');
|
|
|
+ td.innerHTML = 'C相电流';
|
|
|
+ tr.appendChild(td);
|
|
|
+ tr = document.createElement('tr');
|
|
|
+ sta.appendChild(tr);
|
|
|
+ td = document.createElement('td');
|
|
|
+ td.setAttribute('class', 'project_info');
|