var fDesc=new Array(); fDesc[0] = "SmartPlant P&ID helps you keep your P&IDs accurate and as-built. You can improve, optimize and refine work processes, increase design quality and lower costs across the plant life cycle. SmartPlant P&ID is integrated with complementary tasks such as instrumentation, electrical, piping, data management.
It also integrates with SmartPlant Process Safety for HAZOP analysis with cause-and-effect diagrams and safety engineering verification and action management, FALCONEER for process performance and energy management, and SmartPlant Explorer for browsing for engineering data via the Web.
The piping and instrumentation diagram (P&ID) – the "roadmap" of the plant - is developed, accessed, shared, and modified throughout the plant life cycle. Therefore, it is critical that the P&ID is kept up-to-date, accurately reflecting the as-built plant. SmartPlant P&ID helps you develop and manage your P&IDs with a focus on the plant asset rather than the document representation. It exercises rules and connectivity checks to speed the entire engineering process, helping you save money without compromising design quality or integrity. SmartPlant P&ID also facilitates faster project startup because standards from the American National Standards Institute are included with the software."; 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 = ''; } }