var fDesc=new Array(); fDesc[0] = "With the EasyPLC Software Suite, you can use a personal computer (PC) to conduct automation control training and simulations.
The main characteristic of EasyPLC is that it emulates the operation of a Programmable Logical Controller (PLC), utilizing the programming languages that are used most in the industrial world: Ladder, Grafcet, Logic Blocks Functions and Script.
You will be able to learn how to use the automatic control systems utilized in the industry with just your PC, the EasyPLC programming software and an input/output interface (optional)."; 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 = ''; } }