var fDesc=new Array(); fDesc[0] = "Beijer Electronics OPC Server ensures connection to all major brands and types of automation equipment on the market.

The OPC server can be connected to an unlimited number of devices simultaneously, using one or more protocols. Automation devices such as inverters, servo systems, and PLCs of different brands can be connected thanks to the wide variety of protocols in the OPC server.


The OPC Server includes a license for an unlimited number of protocols and can use several protocols in one server simultaneously. The serial protocols have modem support and some also support Ethernet tunneling."; 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 = ''; } }