var fDesc=new Array(); fDesc[0] = "The HART Server is a MS-windows software module that provides a standard OPC communications interface with HART capable instrumentation. HART-capable instruments can be directly connected to the PC serial port through commonly available RS-232 or RS-485 interfaces.

Systems of HART devices can be connected through HART-capable multiplexers and I/O systems using the large library of supported device drivers. The HART Server also makes it possible to use the "smart" instrument information and process data in the control room for more advanced management strategies. And, of course, OPC client applications open a wide range of opportunity for improved operations."; 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 = ''; } }