var fDesc=new Array(); fDesc[0] = "NlopcTE is a LNS native OPC server to interface with LonWorks networks, read and write data. This program is able to read, for one request, several values simultaneously on the network thus giving increased monitoring performance. It cuts monitoring initialization time and avoids collapse of monitoring in case of defective devices or network. The program includes a simulation mode and a high trace level which allows the monitoring to be tuned and to work off network. It can handle several LNS databases simultaneously and it also offers options which modify the behavior of the tags."; 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 = ''; } }