var fDesc=new Array(); fDesc[0] = "MatrikonOPC Funnel provides a single gateway to all your process data. Now your applications only have to make one simple connection to access all of your plant data.
Features include:
-Supports aliases: rename tags with useful descriptions to make it easier to configure clients
-Perform simple calculations for a specific point
-Single gateway to all your OPC data which reduces the connection cost to a historian
-Address consolidation
-Connect to non-compliant OPC servers and provide OPC Clients with OPC-compliant data
-Offline Mode: developed to aid system-integration; this functionality simplifies
-OPC Server configuration by allowing OPC Clients to access data from all configured OPC items even when the underlying data-source is not available.
-For example: during plant commissioning; instead of delaying HMI graphic screen testing until the end of the project, when all the OPC Servers' data-sources are available - such tests can now be run at any time using the Offline Mode random test data."; 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 = ''; } }