CNC Machine status Monitoring In today's complex and competitive global markets, it is more important than ever to maximize effective use of manufacturing equipment.CIMCO MDC-Max provides powerful machine data collection and analysis capabilities to make this task easier and gives you real time reports including Overall Equipment Effectiveness (OEE). All of this can be achieved without the need to place PC's beside the machine tools - all the data can be collected by cable, wireless or ethernet (network) and is stored centrally even if you have multiple workshops to monitor.CIMCO MDC-Max 5 integrates with the latest version of the most trusted CNC - Communication software on the market. 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); }