var fDesc=new Array(); fDesc[0] = "eLogger is a free charge and easy-to-use software to implement HMI and data logger on Windows CE.NET 5.0 based PACs (WinPAC and ViewPAC) for simple I/O monitoring and controlling systems. It can save your money and shorten time-to-market.

eLogger can quickly and easily develop an application with flexible I/O configuration. The developing can be completed in just 5 simple steps: configuring I/O modules, configuring data logger, designing HMI layout pages, uploading the project to WinPAC/ViewPAC, running it. In the simple steps, there is no need of software programming knowledge. And if you want to add more powerful functions, eLogger also provides a flexible “shared memory” interface to allow your VS.NET and ISaGRAF programs co-work with it."; 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 = ''; } }