var fDesc=new Array(); fDesc[0] = "With the RTU Configuration Software, telecontrol variables (Single points, Double points, Measured values, Integrated totals, Single commands, Double commands, and Set points) can be configured for an application using WADE TSXHEW3xx devices, Schneider Electric PLCs (M340, Premium or Quantum) and Unity Pro. The variables for the telecontrol modules are generated in a seperated configuration file and are also included as variable lists as well as in several sections in Unity Pro. After this configuration of the PLC and the telecontrol device, the variables can be transmitted between both."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }