var fDesc=new Array(); fDesc[0] = "Hardware and software comprise a single unit throughout the P400 series. This maximizes performance and reliability. The software contains all the requisite inspection routines for industrial applications. The revolutionary user interface enables all inspection routines to be interlinked, making it easy to configure even complex inspection tasks. All devices of the P400 series use the same Vision P400 software, thus inspection programs are interchangeable.

With the preinstalled software Vision P400, you will be able to set up your inspection program efficiently and professionally, even without programming knowledge. With just a few mouse clicks, you can configure an optimum inspection routine quickly and intuitively. Helpful graphics can help you make settings, and several parameters are optimized automatically. The programs created in this way are based on one of the most advanced image processing libraries in the world. Expert knowledge is only one mouse-click away."; 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 = ''; } }