var fDesc=new Array(); fDesc[0] = "Soft PLC ADV50 is a software designed for the Inverter SIEIDrive - ADV50. This software is a programmable logical controller that allows users to modify the controller for their own needs. There are several modes in which users can modify it , such as : instruction model , ladder diagram, device comments and much more.

The ADV50, with its high level functions and integrated PLC, is the ideal solution to cater to the wide range of different application requirements of the automation sector, providing a simple but powerful method of operation and programming of the most modern control 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 = ''; } }