var fDesc=new Array(); fDesc[0] = "OPC Unified Architecture Server for Windows Operating Systems (2k, 2k3, XP, Vista). Simulated data and information model (Standard, DI and PLCopen). DEMO Version for evaluation purposes only. Windows installation procedure included.
Supported Features: Security enabled, Certificates supported, Discovery Service Provided, Simulated Data, Conditions, History, Programs, Alarms&Conditions.
Demo Server is based on the C Server SDK V1.3.0. This file includes a Setup for Windows 32Bit. (can also run on Win64 in WOW)."; 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 = ''; } }