var fDesc=new Array(); fDesc[0] = "Oxidata™ is an advanced data acquisition system used to measure test data in real-time for fuel and lubricant ASTM oxidation tests.

Oxidata™ software features an easy-to-navigate operation and a straightforward user interface. The "test intelligent" software simplifies the testing process by providing sequential test prompts for assisting the operator with each step of the test procedure. It also includes an additional timer/stopwatch available for any purpose.

Main features:
-On-screen, real-time monitoring of up to twelve samples simultaneously
-Test results directly plotted on-screen for instant monitoring or print out of results
- Menu options for fuel, oil, and grease ASTM oxidation tests including D525, D942, D2112 and D2272 (RPVOT – formerly RBOT), and D4742 (TFOUT)
-Programmable automatic end-point detection with graphical representation for customizing test methods
-Each channel can be independently configured and operated with different start/stop times and ASTM test methods
-Zoom, pan, and trace feature allows for magnification of any plot area on any channel for a more detailed study
-Monitors and reports temperatures of as many as four baths simultaneously using accessory RTD probes, and calculates and displays average temperature for each bath
-Exports test data with graphs and test parameters directly to Microsoft® Excel or in ASCII file format for use with LIMS or any other spreadsheet programs
-Temperature and pressure calibration utility included in software package
-Data can be routinely saved directly to the hard drive during testing to prevent loss of valuable data
-Operates in Windows® 98 SE, 2000, NT, ME, and XP -Easy to upgrade from existing Koehler Oxidata™ systems"; 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 = ''; } }