var fDesc=new Array(); fDesc[0] = "Programmable logic controller (PLC) or programmable controller is a digital computer used for automation of electromechanical processes. We still use the "ladder logic" which resembles the relay logic of earlier systems.

CLICK Programming Software is used to program the CLICK PLCs. This is a freeware. The company produces many low cost PLCs and are a good way to start learning PLCs."; 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 = ''; } }