var fDesc=new Array(); fDesc[0] = "PCE Simulator provides a means for testing your ProAction PCEE and DBE files without downloading to an actual 720i indicator. This virtual indicator is an essential tool for troubleshooting or learning how PCEE and DBE files will act on the indicator. A "Program Activity" tab allows you to see "behind-the-scenes" indicator activity as the 720i runs through your ProAction program. A Digital I/O panel displays inputs and outputs as they are activated.


Maximize the ability of your 720i using ProAction software. This built in batch engine allows evaluation of multiple conditions and can perform multiple actions when conditions are met.
ProAction can bring up prompts, store and retrieve product and job information, compare and accumulate weight, read inputs, control outputs, start tasks depending on time of day, and more."; 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 = ''; } }