var fDesc=new Array(); fDesc[0] = "PicoLog data acquisition software is a powerful but flexible program for collecting, analysing and displaying data.
PicoLog can be used with the following product ranges:
- Data acquisition (DAQ) / data logging products
- Oscilloscope products (for high speed data acquisition / logging)
- Temperature and humidity converters and loggers.

Main Features :
- Collect up to 1 million samples
- Easy and intuitive to use
- Free upgrades and technical support
- Supports 32- and 64-bit# editions of Windows XP (SP2 and above), Vista and Windows 7
- Compatible with Pico data loggers (except EnviroMon) and PicoScope 2000 and 3000 Series USB oscilloscopes
- International language versions
- Easy to set up and use with online help
- Real time data collection, analysis and display
- Programmable alarm limits can be set for each channel
- Data can be exported to spreadsheets and databases
- Save multiple setups for different tests and experiments
- Can be used with desktop or laptop PCs
- Supports multiple loggers on the same PC
- Uses PC monitor to give large colour display, ideal for education and training
- Waveforms can be saved, printed, faxed or e-mailed from your PC"; 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 = ''; } }