var fDesc=new Array(); fDesc[0] = "LabSat GPS SimulatorLabSat by Racelogic is a low cost GPS Simulator (with GLONASS option) which gives you the ability to record and replay real GPS RF data, allowing you to test almost any GPS device with real world signals, from your bench.

LabSat simulators are very popular in the automotive industry as they have the ability to play back other forms of data at the same time, such as CAN, digital and serial streams. This allows successful testing of integrated products which rely on dead reckoning sensors such as gyros and wheel speed sensors."; 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 = ''; } }