3 start condition – Campbell Scientific RTDAQ Software User Manual

Page 296

Advertising
background image

Section 10. Utilities

This may be useful when adjusting for different time zones.

The offset will not be applied to Date and Edate functions with
only two parameters. (The two-parameter mode is backwards
compatible with the original Date and Edate functions used in
older versions of Split.)

NOTE

10.3.3.1.3 Start Condition

A starting point may be specified to begin processing data. If the Start
Condition field is left blank, Split will start processing data at the beginning of
the data file. The starting point can be any element within the array or a
combination of elements within an array.

The font for Start Condition, Stop Condition, Copy, and Select
can be changed from the Options Menu.

NOTE

The syntax can be expressed as:

e

i

[val

i

]

where e

i

= the position number of the element within the array

val

i

= the value of that element.

For example, the data in Table 10.3-1 contains seven elements per Output
Array, representing hourly data. Assume that this data file contains one month
of hourly data. To start processing data at 1500 hours on the first day, the Start
Condition is expressed as 3[1500], where 3 means the third element within the
array and 1500 is the value of that third element.

The element must match this start value exactly to trigger the start condition.
However, when starting based on time, you can enable the "Start-Stop
On/After Time" function to trigger the start of processing when the exact time
is found or at the first instance of data after that time has occurred. This option
is found on the Output tab, Other button.

Table data files contain the time and date as a single quoted string at the
beginning of each data record. Split handles the dates as long as you
include a colon separator as a placeholder for each of the fields in the
timestamp. 1[Year]:1[Day of Year]:1[Time of Day]:1[Seconds]

NOTE

See the examples below:

:1[60]::

Day of Year 60

1[2002]:1[60]:1[1250]: Year 2002, Day of Year 60, Time of Day 12:50

::1[1445]:1[30]

Time of Day 14:45, Seconds 30

10-26

Advertising