var fDesc=new Array(); fDesc[0] = "Working with GausSPC is quick and easy. Logical, intuitive - and therefore simple workflows have been developed through working with people from the shop-floor.

GausSPC is a complete solution that provides everything from automatic data acquisition to generation of multi-language reports. All in a single package.

GausSPC can link to other applications either through the Clipboard or text files. Import your CMM measurements as well as the measured features parameters from the PC-DMIS.

Access to GausSPC can be password-protected. Different user rights can also be set for each user group (e.g. the permission to enter measurements manually). For each measurement, time, date and operator are recorded.

All the charts in GausSPC are updated in real-time. The user can select and set a number of process stability tests.

GausSPC is easy to learn. Therefore it is also an ideal tool for process control and improvement at the level of work groups, quality circles, and similar."; 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 = ''; } }