var fDesc=new Array(); fDesc[0] = "The MatrikonOPC Server for Honeywell PHD is used to extract both real-time and historical data. Any OPC compliant application can connect to this server using either the OPC DA (Data Access) or OPC HDA (Historical Data Access) communication standards. Support is included for:

- access to both real-time and historical data
- access to all available PHD point types
- DCS timestamps
- automated browsing
- remote access without local configuration nor registry modifications
- reading and writing
- aggregate list: Average, Delta, Interpolated, Maximum, MaximumActualTime, Minimum, MinimumActualTime, Regression Slope, Standard Deviation, TimeAverage"; 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 = ''; } }