var fDesc=new Array(); fDesc[0] = "Integrates your CNC machine controls with serial (RS232) interface directly into your network and controls an unlimited number CNCs simultaneously on a single computer.
- Cabling can either be made by using a direct cable, a serial - network interface or a wireless module. No need for Computers or special terminals at the shopfloor area.
- Available Protocols (Option): ACIERA, DDCMP, Mazatrol CMT, MEFI/Trans, BPA/9, LSV2, PRN, 3964/3964R, Heidenhain, PTR-Simulator
- All transmission activities can be controlled by the operator panel of the machine.
- Suitable for Microsoft Windows XP (x32-x64), Vista (x32-x64), Server 2003 (x32-x64), Server 2008 (x32-x64), Virtual PC 2004 – 2007, Virtual Server 2005, Hyper V Server 2008 and Windows 7 (x32-x64)
- Setup of machine specific transmission parameters (leading - trailing sequences / characters, change or replace characters, send specific HEX ASCII codes)
- Recharge operation mode for large programs (SW / HW handshake)
- Management of NC files directly from within your ERP solution (operation sequence specific)"; 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 = ''; } }