var fDesc=new Array(); fDesc[0] = "RobotStudio Machining PowerPac is an add-in to Robot Studio, which makes it possible to create complex paths in just seconds.
By using RobotStudio Machining PowerPac you get increased engineering efficiency:
* Reduce programming time
* Engineering and commissioning efficiency
* More cost efficient handling of short batches
* In control of the process parameters
* Easy to create and modify robot parameters
* Improved path accuracy
* Seamless integration with RobotWare

Features:
* Path programming wizard
* Create/select surface or edge to be machined
* Set machining process parameters
* Pre-defined path generation patterns
* Set path and target parameters
* Path and target optimization and modification
* Path simulation
* Program export as RAPID or RW Machining FC
* Calibration
* Pre-defined and configurable machining templates
* Check/heal CAD models"; 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 = ''; } }