var fDesc=new Array(); fDesc[0] = "KOYO Ethernet OPC Server supports all memory types of the Direct Logic 205 and 405 series PLCs via Ethernet H2-ECOM and H4-ECOM modules. This server application is multi-threaded for high performance and services data to all OPC clients on local and remote systems.

Main features:
-Multiple PLC devices with Ethernet cards.
-Supports multiple OPC clients.
-Compatible with Microsoft Windows 95 with DCOM, Windows 98, Windows NT 4.0, Windows 2000, and Windows XP.
-PLC Direct compliant mnemonics for memory types.
-Support for Direct Logic 205 and 405 PLCs.
-All memory and signal types are supported.
-CSV file import/export feature for easy setup in third party spreadsheet or database.
-GUI allows one step procedure to setup thousands of Items.
-Remote tag browsing from OPC clients.
-Device simulation for off-line data testing.
-Easy installation, self-registering."; 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 = ''; } }