var fDesc=new Array(); fDesc[0] = "Allows users to access and view HMI sceens created with a running Think & Do 8.0 project from any Internet browser across a LAN. Includes 4 concurrent runtime sessions with USB key.
ProjectCenter: Provides ready access to all project elements and the fully integrated tagname database using the Data Item Explorer.
FlowView: For creating control logic.
ScreenView: For creating HMI screens.
I/O View: For configuring project I/O.
AppTracker: For fast, graphical debugging.
Runtime Engine: Provides a robust, deterministic project execution environment."; 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 = ''; } }