var fDesc=new Array(); fDesc[0] = "Software tool for programming and configuring MOVISAFE® DSC31B.
The program MOVISAFE® CONFIG of the company SEW is a graphically oriented software for the generation of a supervision program, based on a PLC, for the MOVISAFE® in the versions UCS31/41A as standalone – device or the MOVIDRIVE® - optional cards DCS31B. This device makes possible the save supervision of drive systems."; 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 = ''; } }