var fDesc=new Array(); fDesc[0] = "Stewart and Stevenson DAS4xx is a data acquisition system with thirty-two configurable channels of information.
This software is able to receive data from up to eight different COM ports, each COM port being able to receive up to 128 unique serial data positions.
Some other software features consist in real-time graphing and printing, real-time recording of all graphs and channels, the ability to design and configure custom menus, gauges, and meters.
With the Stewart and Stevenson DAS4xx, the user can switch between all thirty-two channels with a single click and also set up virtual channels capable of doing complex mathematical calculations."; 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 = ''; } }