var fDesc=new Array(); fDesc[0] = "Tabula is a free spreadsheet-like tool that makes it very easy to program SPLat controllers for typical event-action applications. It draws on the company's decades of experience in programming reactive control systems.

Tabula programming is based on a rock solid, well-accepted theoretical foundation, but is presented in a way that makes it easy even for non-experts.

Tabula lets you describe the connections between events, actions and state transitions in an easily understood table format.

Main features:
-Significantly speeds up workflow when developing sequential control programs
-Easy to define context dependent machine sequences
-Reduces coding errors
-Eliminates 90% of the effort of coding
-You can test/simulate your logic within Tabula
-Detects common errors
-Works seamlessly with SPLat Builder"; 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 = ''; } }