var fDesc=new Array(); fDesc[0] = "MatrikonOPC Buffer is an off the shelf solution for remote data collection, buffering, and with the optional History-Link module; historical data transfer to a central process historian. This product is great for engineers and project managers who need guaranteed data collection and delivery from geographically remote sites. Unlike other remote data collection applications, MatrikonOPC Buffer enables you to trend and view the data at the source for on-the-spot troubleshooting and data analysis without the inconvenience of access to the enterprise historian.

Easy to install off-the-shelf, MatrikonOPC Buffer with History Link can be seamlessly paired in series to provide a quick and easy field redundant data architecture. This makes it perfect for operational sites that are remote or isolated from the main historical network. Field level redundancy makes MatrikonOPC Buffer a must have for operators, engineers, and maintenance personnel."; 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 = ''; } }