var fDesc=new Array(); fDesc[0] = "Quick Tuner™ is Applied Motion’s servo tuning and configuration tool, used to setup and tune all Applied Motion servo drives.

Quick Tuner™ comes with a built-in sampling oscilloscope, status and alarm monitoring, preloaded tuning files for easy setup of all Applied Motion motors, and support for all tuning parameters including proportional, integral, and derivative gains, velocity feedback, velocity feedforward, acceleration feedforward, a PID output filter, a derivative filter, and a jerk filter (S-curve)."; 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 = ''; } }