var fDesc=new Array(); fDesc[0] = "PI ActiveView provides a means to view and interact with PI ProcessBook displays outside of PI ProcessBook. By embedding the ActiveView ActiveX control in other applications, such as Internet Explorer, and installing the local executable, users can view PI ProcessBook PDI display files without modification. Element relative displays (ERD) are provided to replace Module relative displays. Element relative displays leverage an AF database to provide a re-useable display that can be shared across similarly configured elements.
Features:
- View fully functional, interactive PI ProcessBook displays in web pages or embedded in other ActiveX control containers;
- Use existing Internet or intranet communications system to share displays with colleagues around the world, wherever there's a Web connection;
- Leverage PI ProcessBook display developments by using them without changes in Internet Explorer.
- Take full advantage of Microsoft technologies to add security to valuable corporate data."; 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 = ''; } }