Importing Data From Custom Applications

If you are writing your own data acquisition program and you want to be able to import the data in Logger Pro 3, the data file format for formatting is a collection of Data Sets.

Note: If you create a valid file to import, and try to open it in Logger Pro, it will ask you if you want to save (as applicable), say it can't open it, and ask if you want to import as text, and then ask you if you want to save AGAIN (regardless of if it asked before or not).

{Data Set 1}
{Data Set 2}
...
{Data Set N}

Each Data Set is a tab delimited block of text with the following format:

Vernier Format 3
{DATA SOURCE} {DATE} {TIME}
{Data Set Name}
{Column1 Long Name} {Column2 Long Name} ... {ColumnM Long Name}
{Column1 Short Name} {Column2 Short Name} ... {ColumnM Short Name}
{Column1 Units} {Column2 Units} ... {ColumnM Units}
<BLANK LINE>
{C1R1 Data} {C2R1 Data} ... {CMR1 Data}
{C1R2 Data} {C2R2 Data} ... {CMR2 Data}
...
{C1RL Data} {C2RL Data} ... {CMRL Data}

where the Data Set has "M" columns and "L" rows of data. The data set delimiter is a "M", tab delimited zeros.

The number of columns does not need to be consistent between data sets  nor do the number of rows need to be consistent between Data Sets or columns within a Data Set.

An example would be as follows:

Vernier Format 3
My\GPS\Device 1/22/2002 12:51:07
Mike's Travel Data
"Greenwich Mean Time" Longitude Latitude Altitude
Time        Long        Lat        Alt
hours    degrees    degrees    meters

6            -10            20        1000
7            -10            20.5     1500
8            -10            21        1250
9            -10            20.6     1400

Vernier Format 3
My\GPS\Device 1/22/2002 12:51:07
Ike's Travel Data
"Greenwich Mean Time" Longitude Latitude Altitude
Time    Long     Lat         Alt
hours  degrees degrees  meters

6        -10        20        1000
7        -10        20.5     1500
8        -10        21        1250
9        -10        20.6     1400