Campbell CS230 Product Manual

Campbell CS230 Product Manual

Temperature profilers

Advertisement

Quick Links

CS230/CS231
Temperature Profilers
Revision: 1/19
Copyright © 2016 – 2019
Campbell Scientific

Advertisement

Table of Contents
loading

Summary of Contents for Campbell CS230

  • Page 1 CS230/CS231 Temperature Profilers Revision: 1/19 Copyright © 2016 – 2019 Campbell Scientific...
  • Page 3 Quotations for repairs can be given on request. It is the policy of Campbell Scientific to protect the health of its employees and provide a safe working environment, in support of this policy a “Declaration of Hazardous Material and Decontamination”...
  • Page 5 PLEASE READ FIRST About this manual Please note that this manual was originally produced by Campbell Scientific Inc. primarily for the North American market. Some spellings, weights and measures may reflect this origin. Some useful conversion factors: Area: 1 in...
  • Page 7 • Periodically (at least yearly) check electrical ground connections. WHILE EVERY ATTEMPT IS MADE TO EMBODY THE HIGHEST DEGREE OF SAFETY IN ALL CAMPBELL SCIENTIFIC PRODUCTS, THE CUSTOMER ASSUMES ALL RISK FROM ANY INJURY RESULTING FROM IMPROPER INSTALLATION, USE, OR MAINTENANCE OF TRIPODS, TOWERS, OR ATTACHMENTS TO TRIPODS AND TOWERS...
  • Page 9: Table Of Contents

    Table of Contents PDF viewers: These page numbers refer to the printed version of this document. Use the PDF reader bookmarks tab for links to specific sections. 1. Introduction..............1 2. Precautions ..............1 3. Initial Inspection ............1 4. QuickStart ..............1 5.
  • Page 10 Wire Colour, Function, and Connections to the SGB3 and Data Logger ..................D-2 CRBasic Examples B-1. CR1000X Program for Reading CS230/CS231 with 15 Sensors ..B-1 B-2. CR1000X Program Using Slow Sequence to Read CS230/CS231 with 20 Sensors ................B-2 B-3.
  • Page 11: Introduction

    Appendix D, SGB3 Electrical Surge Protector (p. D-1) Precautions Although the CS230/CS231 is designed to be a rugged and reliable device • for field use, care should be taken when handling or moving it to avoid damage.
  • Page 12 Double-click the data logger model. In the Available Sensors and Devices box, type CS231 or locate the sensor in the Sensors | Temperature folder. Double-click CS230/CS231 SDI-12 Temperature Profiler. Type the correct Starting SDI-12 Address for the first external probe or the top temperature point in the rigid probe if no external probes are included (Section 8.1.1, SDI-12...
  • Page 13: Overview

    LoggerNet, PC400, RTDAQ, or PC200W to make sure it is making reasonable measurements. Overview The CS231 offers the same precise temperature profiling as our CS230 SDI-12 Temperature Profiler, but designed for easier use in borehole and road applications. The two profilers have the same programming, wiring, and measurement specifications.
  • Page 14: Specifications

    The CS230/CS231 is suited for a wide variety of applications and environments. The completely sealed probe assembly and external probes permits the CS230/CS231 to be used in roadbeds, soils, and water (snow and ice). Examples of some applications include spring load adjustment, frost and permafrost monitoring, soil and water temperature profiling, and snowpack temperature profiling.
  • Page 15: Installation

    Installation Siting Install the CS230/CS231 directly in the medium that is to be measured. The types of medium that can be measured are varied, including soils, roadbeds, and water. To make the most representative measurement, it is important that consistent contact be made between the temperature profiler and the medium.
  • Page 16: Cs231 Installation Example With Three External Sensors And Five

    CS230/CS231 Temperature Profiler FIGURE 7-1. CS231 installation example with three external sensors and five internal sensors NOTE FIGURE is an example configuration with three external sensors and five internal sensors. Each profiler is custom built to the user’s specific requirements.
  • Page 17: Mounting

    Orient the signal and power cable of the CS230/CS231 towards the data logger to avoid loops or strain on the cable. Also use a suitable trench or conduit to protect the signal and power cable from damage.
  • Page 18: Sdi12Recorder() Instruction

    7.4.1 SDI12Recorder() Instruction The SDI12Recorder() instruction is used to measure the temperature sensors in the CS230/CS231. This instruction sends a request to the sensor to make a measurement and then retrieves the measurement from the sensor. See Section 8.1, Sensor Measurements , for more information.
  • Page 19: Sdi-12 Addressing

    If multiple SDI-12 sensors are connected to the data logger, Campbell Scientific recommends using separate terminals when possible. However, multiple SDI-12 sensors or multiple CS230/CS231 sensors can connect to the...
  • Page 20: Sdi-12 Addresses And Positions

    CS230/CS231 Temperature Profiler same data logger control or U terminal if they have different SDI-12 addresses. If changing the SDI-12 addresses, Campbell Scientific recommends starting the readdressing process with the largest temperature sensor address to avoid duplicate addresses. TABLE provides the SDI-12 addresses and positions.
  • Page 21: Metadata

    U terminals Power Conservation The CS230/CS231 draws less than 1 mA of current per sensor between polling sessions from its 12 V supply. In many applications, this is minimal compared to overall system power use, so the sensor can be permanently powered to avoid the warm-up period.
  • Page 22: Maintenance, Calibration, And Troubleshooting

    CS230/CS231 Temperature Profiler Maintenance, Calibration, and Troubleshooting The CS230/CS231 probe requires no maintenance nor calibration. The following are symptoms and possible corrections. Symptom: –9999 or NAN for temperature 1. Verify the green wire is connected to the control port specified by the SDI12 measurement instruction.
  • Page 23: Importing Short Cut Code Into Crbasic Editor

    Appendix A. Importing Short Cut Code Into CRBasic Editor This tutorial shows: Importing a Short Cut program into a program editor for additional • refinement Importing a wiring diagram from Short Cut into the comments of a • custom program Short Cut creates files, which can be imported into CRBasic Editor.
  • Page 25: Example Programs

    B.1 CR1000X Program for Measuring 15 Temperature Sensors In this example, a CS230/CS231 is connected to control terminal 1 on a CR1000X. The CS230/CS231 includes 15 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.
  • Page 26: Cr1000X Slow Sequence Program

    EndProg B.2 CR1000X Slow Sequence Program In this example, a CS230/CS231 is polled on control terminal 1 of a CR1000X in a slow sequence. The CS230 includes 20 temperature sensors with SDI-12 addresses 1 through 9 and A through F. Each sensor is polled with the aR0! command every 60 seconds, and stored to a data table on the same interval.
  • Page 27 B.3 CR1000X Program to Read Metadata of 15 Temperature Sensors In this example, a CS230/CS231 is on control terminal 1 of a CR1000X. The CS230/CS231 includes 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...
  • Page 28 Other common station data is measured every 60 seconds and stored to a separate daily data table. CRBasic Example B-3. CR1000X Program Reading Metadata of CS230/CS231 with 15 Sensors 'CR1000X Series Datalogger 'This program reads a CS230/CS231 probe that has 15 temperature sensors...
  • Page 29: Cr1000X Program To Read Metadata And Measurements Of 15 Temperature Sensors

    B.4 CR1000X Program to Read Metadata and Measurements of 15 Temperature Sensors In this example a single CS230/CS231 is on control terminal 1 of a CR1000X. The CS230/CS231 includes 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.
  • Page 30 Appendix B. Example Program '***************************************************************************** ------------------------- ConvertSDI12addr() -------------------------- Convert SDI-12 character address (0->9, A->Z, and a->z) to number value (0->61). '***************************************************************************** Function ConvertSDI12addr(address Long) As String Select Case address Case 'ASCII Code 48->57 = 0->9 Return(CHR(address + 48)) Case 'ASCII Code 65->90 = A->Z = 10->35 Return(CHR(address + 55)) Case 'ASCII Code 97->122 = a->z = 36->61...
  • Page 31: Sdi-12 Sensor Support

    Only three wires are necessary — serial data, ground, and 12 V. With unique addresses, multiple SDI-12 sensors can connect to a single SDI-12 terminal on a Campbell Scientific data logger. This appendix discusses the structure of SDI-12 commands and the process of querying SDI-12 sensors.
  • Page 32: Acknowledge Active Command (A

    Appendix C. SDI-12 Sensor Support TABLE C-1. Campbell Scientific Sensor SDI-12 Command and Response Set Name Command Response a<values><CR><LF> Send Data aD0!...aD9! a<values><CRC><CR><LF> Continuous aR0!...aR9! a<values><CR><LF> Measurement Information on each of these commands is given in following sections. C.2.1 Acknowledge Active Command (a!) The Acknowledge Active command (a!) is used to test a sensor on the SDI-12 bus.
  • Page 33: Address Query Command

    Appendix C. SDI-12 Sensor Support n = the number of values to be returned when one or more subsequent D! commands are issued C.2.4 Address Query Command (?!) Command ?! requests the address of the connected sensor. The sensor replies to the query with the address, a.
  • Page 34: Stopping A Measurement Command

    Transparent mode is entered while the computer is communicating with the data logger through a terminal emulator program. It is accessed through Campbell Scientific data logger support software or other terminal emulator programs. Data logger keyboards and displays cannot be used.
  • Page 35: Changing An Sdi-12 Address

    The following examples show how to enter transparent mode and change the SDI-12 address of an SDI-12 sensor. The steps shown in Appendix C.3.1, Changing an SDI-12 Address , are used with most Campbell Scientific (p. C-5) data loggers. C.3.1 Changing an SDI-12 Address...
  • Page 37: Sgb3 Electrical Surge Protector

    D.2 SGB3 3-Line Surge Protector Mounting and Wiring Older CS230 profilers were shipped with the SGB3, a 2-ft cable for connecting the SGB3 to the data logger, and two pan Phillips screws and two grommets for mounting the SGB3 to an enclosure backplate. The case of the SGB3 is suited for mounting to a back plate with 1 inch on centre spacing.
  • Page 38: Wire Colour, Function, And Connections To The Sgb3 And Data

    ⏚ Clear Shield The SGB3 connects to the data logger using the 2 ft cable shipped with the CS230. U terminals are automatically configured by the measurement instruction. If multiple SDI-12 sensors are connected to a data logger, Campbell Scientific recommends using separate terminals when possible.
  • Page 40 Campbell Scientific Worldwide Offices Australia Germany Location: Garbutt, QLD Australia Location: Bremen, Germany Email: Email: info@campbellsci.com.au info@campbellsci.de Website: www.campbellsci.com.au Website: www.campbellsci.de Brazil South Africa Location: São Paulo, SP Brazil Location: Stellenbosch, South Africa Email: andread@campbellsci.com.br Email: sales@csafrica.co.za Website: Website: www.campbellsci.com.br www.campbellscientific.co.za...

This manual is also suitable for:

Cs231

Table of Contents