var fDesc=new Array(); fDesc[0] = "Iscar’s Machining Power is a simple, user-friendly machining calculator which can be used for estimating net metal-cutting power demand, material removal rates, and cutting forces and built up spindle-torques for various machining applications. The type of calculated data for each application is outlined in the “Calculation & Results” section of this document.
Data input fields include machining parameters (tool diameter, feed rate, width of cut, cutting velocity, depth of cut, effective rake angle, lead angle, etc.). The software does not account for factors such as chip former geometry, spindle motor efficiency as well as overall efficiency, machine tool stability, and the influence of coolant fluids."; 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 = ''; } }