Default value, Notes, Com return values – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual

Page 136: Advisor.startdate, Name, Description

Advertising
background image

Section 18. CsiDataSource Control Reference

Enumeration Name

Value

Description

csidsOrderLoggedWithHoles 2 The

records

will be sent in the order they were

logged in the datalogger. This order is determined
by the record number (which is assigned by the
datalogger) and the file mark number (which is
assigned by the server) to create a unique key for
each record. If a record has not yet been collected
but the LoggerNet server judges (by datalogger
table size) that the record can still be collected, no
record will be sent until the missing record (hole)
has either been collected or the LoggerNet server
decides that the record can no longer be collected.

csidsOrderLoggedWithoutHoles

3

The records will be sent in the order that they were
logged by the datalogger. This option is similar to
the csidsOrderLoggedWithHoles only uncollected
records (holes) will be skipped.

csidsOrderRealTime

4

The records will be sent in the order they were
logged in the datalogger but if more than one record
is collected at a time, all other records except for the
most recent of the collection will be ignored.

Default Value

The default value for this property is csidsOrderRealTime (4)

Notes

This property can be read at any time but can only be set when the state of the
property is advisorStopped.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

E_CSI_BUSY

Error: The Advisor is started and already accessing the
LoggerNet server data

Advisor.startDate

Name

Advisor.startDate As Date

Description

This property specifies the timestamp for the earliest record to be selected
when the value of the startOption property is csidsStartAtTimeStamp.

18-12

Advertising