var fDesc=new Array(); fDesc[0] = "You can now monitor your production plants at all times, without geographical limitations and in complete security. With the ESA Remote Access application, you simply need an Internet connection to monitor an industrial plant from any part of the world without any restrictions whatsoever.

You can use ESA Remote Access on an ordinary PC to connect to and interact with your plants as you would normally at the operator panel, and therefore check them and act accordingly. It is possible, for example, to view trends, production data and alarms at several production sites, upload or amend recipes, run scripts, view images from cameras connected to the panel and much more besides.

Full support for connection to Virtual Private Networks (VPNs), company LANs and the Web ensures ESA Remote Access can be used in any situation, meeting your every need."; 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 = ''; } }