var fDesc=new Array(); fDesc[0] = "PID control is a well-accepted technique for applying closed loop control to continuous processes. It is used in everything from car cruise controls to petroleum refineries. SPLat allows you to incorporate PID control into your product easily and inexpensively. PIDassist is a multi-purpose Windows program. It combines the functions of a process simulator, a simulated controller, a data logger and an automatic code generator to provide you with a comprehensive toolset for developing PID control applications.
Just as important is the comprehensive PID tutorial that is included in the SPLat Knowledge Base. It explains the basic concepts in a clear, intuitive and non-mathematical manner, then guides you step by step through the complete process of characterizing the process you want to control, tuning the control loop and implementing the SPLat program."; 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 = ''; } }