var fDesc=new Array(); fDesc[0] = "With this tool all configurations can be done online or offline and saved on the PC. This makes the administration of different systems very easy and well arranged.
The Configurelt Professional program has the following features:
– Searching for an instrument in a network
– Creating and modifying an instrument
configuration
– Entering the parameters of an instrument
– Calibration of an instrument using the
following methods:
– with test weights
– by mV/V
– using the load cell data (‘smart calibration’)
– Loading an instrument configuration
from an instrument
– Storing an instrument configuration
in an instrument or in a file
– Copying instrument configurations (cloning)
– Creating a document (PDF, XLS, etc.)
with the instrument configuration"; 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 = ''; } }