var fDesc=new Array(); fDesc[0] = "PROSOFT.fdt is an FDT (Field Device Tool) compatible frame application that allows you to easily create, configure and monitor PROFIBUS networks using the PS69-DPM Master and any compatible PROFIBUS DP Slave device.

Use the simple drag-and-drop interface to select PROFIBUS DP devices from the device catalog. Double-click on any selected device to configure device properties, device IDs and memory addresses.

The diagnostic mode polls devices cyclically, and presents color-coded status. Double clicking on 'red' bus participants, to view the cause of any error in clear text."; 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 = ''; } }