var fDesc=new Array(); fDesc[0] = "CDHD supports virtually any motor, any feedback type, and any I/O requirement. It offers seamless commissioning through ServoStudio software or direct terminal access, with all–in-one tuning of current, velocity, and position control loops.

Main features:
- Interfaces multiple feedback devices.
- I/O programming for any drive functionality."; 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 = ''; } }