var fDesc=new Array(); fDesc[0] = "Pocket Logger Software is an easy-to-use Windows program for all PACE portable dataloggers. With the software, a Pace Data Logger can be quickly setup for sensor type, start and run modes, sample rate, channel labels and more. A single click transfers the setup to the logger.

Communication features include fast serial data transfers at up to 19,200 baud. The software supports any number of remote dial-up stations (XR440 Data Loggers equipped with modems) and up to 255 wireless links. Hardwired network operation (up to 255 loggers per network) is also supported.

Data is viewed graphically in up to four viewports. Channel data traces can be combined into a single viewport or separated as desired. Zooming is controlled by dragging the mouse over a section of the graph. Pointing the mouse at any data point displays its time stamp and value. The user can modify colors, traces displayed, trace attributes and much more. Temperatures can be displayed in Celsius or Fahrenheit."; 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 = ''; } }