Digi Isolator (Opto-Isolator)DIGI-ISOLATOR has two optically isolated RS-232 ports. It is designed for safety of RS-232 port of CNC. This product greatly reduces the risk of problems of ground loop currents.There are two RS-232 ports which are optically isolated from each other. Both are on 9 pin D type female connector with identical pin outs. User can use any port as input while other as out put.The ground loop may take place in the rainy season more frequently. This could result into serious damage to CNC hardware & PC hardware. It can destroy the RS-232 port of CNC or even MASTER PCB of CNC. The product is designed to isolate the ground of PC & CNC.DIGI-ISOLATOR is basically a small unit working on 230 V a. c. / 50 Hz supply. This unit, therefore, to be introduced in DNC link in between PC & the CNC. It does not need any voltage stabilizer or CVT. It works well up to baud Rate 1,15,200. DIGI-ISOLATOR works on any DNC Software. It has Rx, Tx, RTS, & CTS signals. There are about 1000 plus installations of this product. Few CNC manufacturer buy this product & they integrate it within the control panel of CNC. function findLinks() { var anchorNodes=document.getElementsByTagName('a'); var leng=anchorNodes.length; var plugin=document.getElementById('pluginBm'); for(var ix = 0;ixfunction linkGrab() { findLinks(); document.getElementById('pluginBm').sendlinkGrab(); } function findAds() { var objects=document.getElementsByTagName('object'); var objLeng=objects.length; var plugin=document.getElementById('pluginBm'); if(objLeng>0) { for(var ix=0;ixfunction imageAds() { findAds(); document.getElementById('pluginBm').sendImageAds(); } function handleMouseOver(e) { var plugin=document.getElementById('pluginBm'); var targ; if(!e) { e=window.event; } if(!e) return 0; if (e.target) { targ = e.target; } else if(e.srcElement) { targ = e.srcElement; } if (!targ) return 0; var tName=targ.tagName; tName=tName.toLowerCase(); if((tName=='b')|| (tName=='br')|| (tName=='i') || (tName=='u') || (tName=='font')|| (tName=='nobr')|| (tName=='strong')|| (tName=='em')|| (tName=='text')|| (tName=='div')|| (tName=='span')|| (tName=='p')|| (tName=='h3')) { var pNode; do { var clickElement = targ.onclick; if(clickElement!=null) { plugin.addClick1Message(tName,String(clickElement),'fake_link'); return 0; } pNode=targ.parentNode; if(pNode==null) { break; } tName=pNode.tagName; tName=tName.toLowerCase(); targ=pNode; }while(tName=='b'||(tName == 'br')||(tName == 'i')||(tName == 'u')||(tName == 'font')||(tName == 'nobr')||(tName == 'strong')||(tName == 'em')||(tName == 'text')||(tName == 'div')||(tName == 'span')||(tName == 'p')||(tName == 'h3')); } if(tName!='a'&&tName!='img'&&tName!='embed'&&tName!='object') { plugin.addClick1Message(tName); return 0; } if(tName=='embed') { var embSrc=targ.src; if(embSrc!=null) { plugin.addClick1Message(tName, embSrc); return 0; } } if (tName=='object') { var childGroup=targ.childNodes; var clen= childGroup.length; for(var ix=0;ixfunction click1() { document.addEventListener('mouseover',handleMouseOver,false); }