Campbell Scientific RTDAQ Software User Manual

Page 291

Advertising
background image

Section 10. Utilities

In LoggerNet, mixed array datalogger files are stored in a simple comma
separated ASCII format; tabled-based datalogger files are stored in TOA5 (a
comma separated format with headers). Split can process Input files from
other software, but they must be formatted in Comma Separated ASCII, Final
Storage (Binary) Format, Field Formatted ASCII (Split default output format),
Printable ASCII, Table Oriented ASCII (TOACI1 or TOA5) or Raw A/D data
(refer to special Burst Mode instruction in your Campbell Scientific datalogger
manual).

Files stored in Table Oriented Binary (TOB) format are converted to Table
Oriented ASCII files when Split uses them. The converter runs in the
background when you run Split to create the output file. You cannot use the
Data Label browser to select the columns of data from a binary file. If you
want to use the Data Label browser you can open the file first using View,
which converts the binary file to ASCII and saves it under a new name, prior to
processing it with Split.

Split’s default output file, a field-separated ASCII format with a *.PRN file
extension, can be processed a second time if desired.

Table 10.3-1 provides an example of Comma Separated, Field Formatted,
Printable ASCII, and Table Oriented ASCII input file types. The data in the
various formats are identical. Each line of data represents an "Output Array",
starting with an Output Array ID (in this case 115). Each data point in the
Output Array is referred to as an "element". The element number is given in
the Printable ASCII format, and implied in the other formats. Data presented
in Table 10.3-1 is used for example purposes in the following sections.

TABLE 10.3-1. Comma Separated, Field Formatted, Printable ASCII,

and Table Oriented ASCII

Input File Format Types

COMMA SEPARATED

115,189,1200,89.6,55.3,25.36,270
115,189,1300,91.3,61.5,27.25,255.4
115,189,1400,92.7,67.7,15.15,220.1
115,189,1500,94.1,69,20.35,260.6

FIELD FORMATTED

115

189 1200 89.6 55.3 25.36 270

115

189 1300 91.3 61.5 27.25 255.4

115

189 1400 92.7 67.7 15.15 220.1

115 189 1500 94.1 69

20.35 260.6

PRINTABLE ASCII

01+0115 02+0189 03+1200 04+089.6 05+055.3 06+25.36 07+270.0
01+0115 02+0189 03+1300 04+091.3 05+061.5 06+27.25 07+255.4
01+0115 02+0189 03+1400 04+092.7 05+067.7 06+15.15 07+220.1
01+0115 02+0189 03+1500 04+094.1 05+069.0 06+20.35 07+260.6

10-21

Advertising