var fDesc=new Array(); fDesc[0] = "IndraSize is a program to calculate the optimum sizes of drive controllers, motors and mechanical transmissions. The motion sequence of the application can be configured freely with data of the kinematics and selection of the laws of motion. If the motion sequence can not be determined, the sizing can also be calculated with the relative duty cycle.

This program also provides a database of optimized motor/controller combinations for servo drives (rotary and linear), S1 drives (printing machine applications), and main spindle drives."; 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 = ''; } }