var fDesc=new Array(); fDesc[0] = "ProWORX 32 program is a 984LL Programming software.

ProWORX 32 contains a comprehensive suite of tools

- roWORX 32 provides everything you need to start, configure, test and complete your project – quickly, reliably and professionally.
- 32-bit processing
Utilise the power of state-of-the-art operating systems for optimal development and operational performance.
- High performance
ProWORX 32 has been designed for the power of today’s modern PCs to deliver new capabilities and unrivalled usability. With more speed and greater memory, ProWORX 32 has been re-engineered into a high performance, high productivity tool.
- Auto programme conversion
Convert older Modsoft and Concept programmes automatically.
- Project emulator
The project emulator provides the ability to test projects prior to running them in the PLC run-time environment to ensure your system will run at peak efficiency."; 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 = ''; } }