Archivos para bajar por nombre


Archivos para bajar por categoría


Want instant access to downloads? Log In or Register
File Size: 4 KB
Updated: 26-08-2021

Three example programs that measure the temperature sensors on the CS225 probe. The number of temperature sensors and the SDI-12 control terminal are entered as constants at the beginning of the programs to allow users to easily change them to match their application. The example programs support the CR6 and CR1000X data loggers. Programming for other dataloggers will be similar.

The cs225.CRB program measures 20 sensors with SDI-12 addresses 1 through 9 and A through F. Every 60 s, the aR0! command polls each temperature sensor, then the data is stored in a table. Other common station data is measured every 60 seconds and stored to a daily data table.

The cs225-slow.CRB program measures 20 temperature sensors with SDI-12 addresses 1 through 9 and A through F. The program uses the SlowSequence instruction and the aR0! command to poll each temperature sensor every 60 seconds. The temperature sensor data is stored to a data table on the same interval. Other common station data is measured every 5 seconds and stored to daily and hourly data tables.

The cs225-metdata.CRB program measures 15 sensors with SDI-12 addresses 1 through 9 and A through F. Each temperature sensor is polled on power up and daily with the aR1! command to determine metadata, which is stored in a daily data table. Other common station data is measured every 60 seconds and stored to a separate daily data table.