var fDesc=new Array(); fDesc[0] = "Drive Manager for SIMATIC (DM4S-01) is a plug-in device tool that can be easily installed into the STEP 7 and TIA Portal. It utilizes the TCI interface of the SIMATIC PLC to communicate with the drives connected to PROFIBUS or PROFINET network.

Drive Manager for SIMATIC offers several useful ready-made features that simplify the setup of ABB low voltage drives used in combination with SIMATIC S7 PLCs including: network connection over PROFIBUS and PROFINET (single point of access), online and offline configuration of drives, monitoring of drive actual values, export to/import from the drive dedicated PC tools, saving drive parameter settings within the SIMATIC PLC project."; 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 = ''; } }