var fDesc=new Array(); fDesc[0] = "The ICP 100 software can be used to configure all modules in the Q.bloxx, e.bloxx and ISM series over the RS485 serial interface and adapt them to the specific requirements.
After a bus scan, all connected modules are shown clearly regardless of the baud rate. Four index cards provide a good overview and quick, intuitive use of the software. Complete configuration and storage in a file is possible even without modules connected in the offline mode. ICP 100 is an integral part of the test.commander however can also be run as a stand-alone program."; 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 = ''; } }