var fDesc=new Array(); fDesc[0] = "KUKA.Sim Pro was developed for the offline programming of KUKA robots. The product is connected in real time to KUKA.OfficeLite, the virtual KUKA controller, thus allowing cycle time analyses and the generation of robot programs. KUKA.Sim Pro is the improved successor to KR Sim.

Once you made your simulations, send them to your customer who can load them into KUKA.Sim Viewer. The files are small in size and compressed. Therefore, they can be sent by E-mail."; 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 = ''; } }