var fDesc=new Array(); fDesc[0] = "KincoOPC is a software product serving for industrial automation, based on COM/DCOM technique and Windows System Platform. The program uses a Client-Server mode and meets unified interface standard of data access. Also, it supports data exchange via a server and provides common communication interface.
Features:
- High-speed and high-efficient connection; accurately and timely reads /writes data.
- Security and stability of remote monitoring equipments.
- Solving the heterogeneous problem in developing device driver.
- Convenient to integrate different types of data, and convenient to upgrade from control system to management system."; 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 = ''; } }