var fDesc=new Array(); fDesc[0] = "WinProDNC can handle any CNC machine at your shop floor. Each machine is connected directly to WinProDNC via RS232, TCP/IP, Wireless or any other connection standard. Any machine has its own port and all machines can send and receive independent from each other.

Data transfer is started either in WinProDNC or more confortable direct at your CNC machine. No modifications are necessary at your machines.

Besides the normal ascii text protocol WinProDNC has many special DNC protocols integrated like Heidenhain LSV2 or FE, Mazak CMT, AGIE LSV2, Deckel LSV2, Siemens LSV2, MillPlus LSV2, Charmilles DNC3."; 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 = ''; } }