var fDesc=new Array(); fDesc[0] = "QuickSet configuration software for -K, -R, -V and -Y series servo drives, this program allows you to:
- Easily and quickly set up a drive,
- Optimize it for your mechanics,
- Verify, quantitatively, its performance, and then
- Save your optimum configurations for speedy, mass-configuration of drives during machine production.
- Monitor the performance of the drive during machine integration.
- View position and velocity
- Monitor the full status of your drive from your computer screen.
- Control the drive's internal signal generator and diagnostic monitor port. These built-in instruments can be used in conjunction with your oscilloscope to stimulate and monitor the performance of your entire electro-mechanical system."; 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 = ''; } }