var fDesc=new Array(); fDesc[0] = "The ProfiCoach software is one of the fastest ways to connect to a DP network and ensure that it is operating correctly.

ProfiCoach, along with a communications processor (CP) card on the PC, controls the PROFIBUS network as a class 1 master. With ProfiCoach you can view inputs, manually update outputs, and view device diagnostics. ProfiCoach is the successor to the popular DPDemo software."; 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 = ''; } }