var fDesc=new Array(); fDesc[0] = "The LOGO!MONITOR is one of the most affordable tool for scientists and engineers.

The SIEMENS LOGO! was designed as a micro automation module for industry for switching and controlling and handles 24 digital en 8 analog inputs. Data acquisition with the SIEMENS LOGO! has been virtually impossible and therefore scientists and engineers have been unable to use the Logo! module for their experimental setups. With LOGO!MONITOR software a basic LOGO! module can be turned into a full-fledged switching, controlling and data acquiring tool for scientists and engineers.

Existing and new industrial applications can now be expanded with a logging and remote monitoring functionality using the LOGO!MONITOR software. The performance of critical applications can be analysed using the data gathered by the LOGO!MONITOR software resulting in increased productivity and efficiency. A dedicated php-application was designed to interact with the LOGO!MONITOR software. The php-application runs on any HTTP-server supporting php making all LOGO! data available through a webbrowser.

System requirements:

Windows 7, Vista, XP"; 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 = ''; } }