var fDesc=new Array(); fDesc[0] = "Predator MDC is real-time software that automatically collects, reports, charts and processes real-time shop floor manufacturing data including cycle time, idle time, setup time, teardown time, machine downtime and more. Predator MDC improves manufacturing by supplying accurate shop floor productivity metrics to improve operations and to make better decisions.

Main Features:
- Automatic and manual data collection
- 1 Network to monitor all your CNC machines, robots and PLCs
- Real-time machine, job and part dashboards
- Real-time slideshows and digital signage
- Multiple plant support
- Unlimited number of data collection events
- 1300 Reports and Charts
- Real-Time OEE Dashboard, OEE Charts and OEE Reports
- Supports Wireless, Ethernet, RS-232 and Parallel I/O"; 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 = ''; } }