var fDesc=new Array(); fDesc[0] = "OPC WPF HMI.NET is a set of Windows Presentation Foundation controls that can be used with Visual Studio 2010, Visual Studio 2008, Expression Blend 2, and Expression Blend 3 to create HMI WPF applications with no code required. 100 % managed .NET component providing real-time data access and easy to use WPF controls.

100 % managed .NET component providing real-time data access and easy to use WPF controls. These components can be integrated into any WPF application. Free development and unlimited applications to each licensed OPC Systems Service. Data component for easy reading and writing of data. Integrated security with log in controls. Communicate data over your company network and Internet to unlimited remote clients world wide. Activates Windows Service for unlimited local and remote OPC WPF HMI.NET client applications."; 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 = ''; } }