var fDesc=new Array(); fDesc[0] = "Hybrid Control Designer configuration software is a Windows-based PC application for configuring HC900 controllers. Its drag and drop placement methods and soft-wiring of analog and digital function blocks allow a custom control strategy to be easily created. System configuration for peer data exchanges, master communications to slave devices, and emailing of alarms and events directly from the controller are also provided. Multiple worksheets allow process functions to be conveniently partitioned and unique security assignments for each partition limit access to only authorized personnel. On-line monitoring features such as watch-windows, logic power flow, live data on diagram, signal trace-back, forcing and multiple function block access aid in debug operations. Run-mode configuration edit download capability avoids costly process shutdown or initialization."; 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 = ''; } }