var fDesc=new Array(); fDesc[0] = "CAD To DMC software translates AutoCAD or equivalent .DXF files into Galil language commands (.DMC). The CAD-to-DMC software package generates a Galil motion program from a 2-dimensional CAD drawing. This allows you to draw complex motion paths and avoid the time consuming task of programming a list of coordinates.
The software reads in a standard DXF file and converts it into the proper Galil Digital Motion Controller (DMC) commands. The resulting DMC file can then be downloaded to the controller and executed as a motion program or combined with an existing program."; 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 = ''; } }