var fDesc=new Array(); fDesc[0] = "Use the ISWvis mobile PC Editor to create and transfer visualizations on your Android-Smartphone or Tablet with ISWvis Mobile. Ease of use and visualization of the control over Wi-Fi and VPN. ISWvisMobile is a visualization system (HMI, SCADA) for Adnroid operating systems for controlling Simatic S7 PLC’s (S7-1200, S7-300, S7-400) and Siemens Logo OB7 Controller.(and S7 compatible controllers as Vipa, INSEVIS and Saia xx7). From the editor, the finished visualization projects are transmitted via WLAN or USB on the Android device."; 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 = ''; } }