var fDesc=new Array(); fDesc[0] = "Digital-ProfiLab was designed for measurement and control applications, combining features like circuit and logic simulation, front panel design, and hardware control to one powerful tool.

Incoming signals from external devices may be processed and displayed. A circuit editor is used to enter your application without any programming.

The project is controlled from an user-editable front panel. A huge number of components is available from the well-sorted library, and makes it easy to create a measurement or control application within minutes.

Use Digital-ProfiLab to control model railways, machines, home installations or other professional equipment or simply learn about the basics of logic control."; 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 = ''; } }