Instruction Manual

CSI Web Server
Examples
CSI Web Server
In these examples, you are accessing data through the CSI Web Server at
address 192.168.4.14. The RTMC project is published to the remote folder
Weather.
To return all data sources in a project:
http://192.168.4.14/weather/?command=browsesymbols&format=html
To return all stations in the LoggerNet server data source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Server&for
mat=html
To return all tables of the CR1000 station in the LoggerNet server data
source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Server:CR1
000&format=html
To return all fields of the Public table of the CR1000 station in the
LoggerNet server data source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Server:CR1
000.Public&format=html
To return all elements in the Flag array in the Public table of the CR1000
station in the LoggerNet server data source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Server:CR1
000.Public.Flag&format=html
To return all tables of the Database data source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Database&f
ormat=html
To return all fields of the CR1000_OneMin table of the Database data
source:
http://192.168.4.14/weather/?command=browsesymbols&uri=Database:C
R1000_OneMin&format=html
To return all fields of the OneMin table of the DataFile data source:
http://192.168.4.14/weather/?command=browsesymbols&uri=DataFile:On
eMin&format=html
17