var fDesc=new Array(); fDesc[0] = "BECtLogger is something that you should check out if you work with Citect.

BECtLogger connects to your Citect server(s) and continuously stores alarms, periodic trends (without any configuration at all anywhere) and tags of your choice including array and string tags.

No configuration or programming at all is necessary neither in BECtLogger, SQL Server nor in CitectSCADA.

Yes, it can run as a service and yes, it has support for redundant Citect servers and Citect applications with multiple "clusters"."; 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 = ''; } }