var fDesc=new Array(); fDesc[0] = "Virtual Automation Suite is a software set designed to help with the process of prototyping, development, debug and maintenance of industrial automation objects being automated with SIEMENS SIMATIC PLCs and HMI.

The goal is to create a fully functional virtual model of an object being automated, connectable to virtual PLC and HMI, all placed on a single or several PCs with no use of real equipment at all.

Virtual Automation Suite should be considered as an add-on software for following third-party software products:MATLAB Simulink, S7-PLCSIM and WinCC flexible Runtime."; 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 = ''; } }