var fDesc=new Array(); fDesc[0] = "Vijeo Citect, is the operating and monitoring component of PlantStruxure™, the new Process Automation system of Schneider Electric. With its powerful visualisation capabilities and operational features, it delivers actionable insight faster, enabling operators to respond quickly to process disturbances and thereby increase their effectiveness. Full-redundancy for reliable architecture: In factory automation and other mission-critical applications, hardware failure can lead to production loss and can result in potentially hazardous situations. Vijeo Citect’s redundancy will tolerate failure anywhere in your system, with no loss of functionality or performance. Powerful graphics and user interface: The graphics capabilities of your SCADA system are a critical factor in its overall usability. Vijeo Citect lets you develop true color, easy-to-use graphics that provide the operator with an intuitive, consistent user interface. Intuitive Process Analysis tool: The Vijeo Citect Process Analyst is an intuitive process analysis and visualisation tool that sits directly in the SCADA system, providing a complete story of your plant, delivering actionable insight to the operator faster and improving their efficiency and productivity."; 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 = ''; } }