var fDesc=new Array(); fDesc[0] = "iPower SCADA was developed with electric utilities in mind, including Rural Cooperatives, Municipal Authorities and Independent Distribution Utilities. Based on GE Intelligent Platforms' proven Proficy iFIX SCADA, iPower has been installed across North America, Asia Pacific and China.

iPower SCADA has been developed with a range of tools that make installation and configuration easier and quicker than ever before, saving valuable staff time and resources.
Intuitive operations, easy configuration and simplified maintenance... all reduce training and maintenance costs as well as the need for IT experts. Catapult iPower SCADA is the first to make it easy for utilities of all sizes to buy, install and maintain their own SCADA."; 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 = ''; } }