var fDesc=new Array(); fDesc[0] = "The easy OPC server is a new addition to Moeller's easy product range. OPC was first introduced for the HMI software in the PLC market in 1996 and stands for interoperability. OPC enables PLC data to be accessed transparently and eliminates the need for the otherwise wide range of different drivers and interfaces required. Experts agree that use of OPC (OLE for Process Control) is continuing to grow and the technology is constantly being further developed. Moeller's easy OPC server combines the Windows programming world directly with the Moeller easy500, 700, 800 and the MFD-Titan.
The easy OPC server offers direct data access, regardless of whether this involves meter values, operating hours counters, or the I/O states of systems or machines. All marker states can likewise be written back to the easy or MFD-Titan, resets can be carried out or setpoints defined. easy OPC server is part of easySoft Professional"; 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 = ''; } }