var fDesc=new Array(); fDesc[0] = "SilCore is a SIL Lifecycle tool and retains all HAZOP data, SIL Determination data, SIL verification data, Instrument Tag Data and trends all changes so users can quickly assess the impact of failure.

SilCore™ is a field proven, IEC 61511 compliant Safety Integrity Level (SIL) Life Cycle tool that gives high integrity and critical control systems designers, engineers, operators and maintainers the information and power to conduct SIL Determination, Verification/Validation and Optimization exercises.

Developed by ACM Automation Inc. over several years and used successfully on onshore and offshore projects, SilCore™ is truly unique in its ability to integrate all aspects of the SIL Life Cycle – from importing Risk Assessment (i.e. HAZOP) data to enable facility operators to manage the integrity of safety and critical control systems."; 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 = ''; } }