var fDesc=new Array(); fDesc[0] = "Optima PLC is a real-time softplc on PC including a convivial software workshop for the programming of the PLC tasks. Optima PLC permits to reach elevated performances, thanks to optimization of the generated native code, as well as to its integrated real time kernel. It is also possible to do on line modifications, with an interruption time of the PLC functions of the order of one to five milliseconds.

The package of installation of Optima PLC contains a dedicated version of Optima VIEW, that allows you to achieve a complete and convivial operator interface."; 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 = ''; } }