Campbell Scientific CSI Web Server User Manual
Page 22

CSI Web Server
http://192.168.12.55/?command=dataquery&uri=OneMin.TempF&format
=html&mode=since-record&p1=14400
• To return all records since one hour ago:
http://192.168.12.55/?command=dataquery&uri=OneMin.TempF&format
=html&mode=backfill&p1=3600
BrowseSymbols
The BrowseSymbols command is used to return all the sources in an RTMC
project, all the stations in a server data source, all the tables in a datalogger or
database, all the fields in a table, or all the elements of an array. It has the
following parts:
URI
The URI specifies the name of the parent element for which to
return the BrowseSymbol information. The format is
source_name:station_name.table_name.field_name.
Format
The Format is the file format for the result of the command.
Options are: HTML, JSON, or XML. The following
information is returned:
Return Description
Name
The name of the child element in the
datalogger.
URI
The URI of the child element.
Type
The type of the element. 1 = LoggerNet Data
Source, 2 = Data File Data Source, 3 =
Database Data Source, 9 = HTTP Data Source,
4 = LoggerNet Station, 5 = LoggerNet
Statistics Broker, 6 = Table, 7 = Array, 8 =
Scalar
Is_enabled
Boolean value which indicates whether the
element is enabled for scheduled data
collection (relevant only to LoggerNet data
sources).
Is_read_only Boolean value which indicates whether the
element is read-only. If not read-only, the
element can be changed using SetValueEx.
Can_expand Boolean value that indicates whether the
element has child elements.
16