var fDesc=new Array(); fDesc[0] = "Unisoft ProntoPLACE helps you to create process assembly aid documentation, fast 1st article inspection, kitting labels, assembly & parts cost estimation reports, etc.
You may already have software that you use to program your assembly equipment but you need a way to convert newer or non supported cad file formats to this software. Unisoft can import virtually any CAD format and export a standard file for import to your existing ATE Test software. Output formats include Fabmaster, IPCD356, Mentor Graphics, PADS .ASC, etc.
Features:
- Create process assembly aid documentation sheets quickly.
- Create kitting labels.
- Fast 1st article inspection.
- Assembly & parts cost estimation reports to aid job quotations, etc.
- Report of the total solder joint count for Defect Per Million Operations (DPMO).
- Export a standardized BOM for Part Sourcing, MRP, ERP, etc.
- Free production floor PC Board CAD viewer for your assembly department, general inspection,
test departments, repair & rework areas, design group, etc. Aids PCB troubleshooting technicians
to find components, pins, finds shorted traces, schematic hot linked to the assembly, etc. Distribute
the free viewer to vendors & customers for better communications.
- Importing of all virtually all CAD, Gerber and BOM file formats"; 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 = ''; } }