var fDesc=new Array(); fDesc[0] = "KISSsoft is a program for sizing, optimizing and recalculating designs for machine components such as gears, shafts and bearings, screws, springs, joining elements and belts. The product can also be integrated in all popular CAD programs.
Sizing calculations are available for all common gear types (cylindrical gears, bevel gears, worm gears, helical gears, hypoid gears, and crown gears). For cylindrical gears, the software also works with planetary sets and gear racks. In addition to a feature for reviewing calculations with respect to standards (ISO, DIN, AGMA, VDI, Klingenberg), the program also offers a number of different design and optimization functions.
Sizing calculations for shafts and bearings are integrated, i.e., a built-in graphic shaft editor uses the defined shaft geometry, mounting and loads as a basis for performing sizing calculations for roller and friction bearings, for verifying strength according to DIN or FKM standards, and for calculating bending lines, buckling loads, rpms critical to bending and torsional behavior, tooth profile deformation of shaft-mounted gears, and curves for power, force and mechanical stress.
Interfaces to common CAD programs make it easier to create 2D and 3D drawings of gears, which would otherwise be a very time-consuming process."; 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 = ''; } }