Campbell CS310 Product Manual

Campbell CS310 Product Manual

Quantum sensor
Hide thumbs Also See for CS310:

Advertisement

Quick Links

Revision: 06/2021
Copyright © 2018 – 2021
Campbell Scientific
CSL I.D - 1270

Advertisement

Table of Contents
loading

Summary of Contents for Campbell CS310

  • Page 1 Revision: 06/2021 Copyright © 2018 – 2021 Campbell Scientific CSL I.D - 1270...
  • Page 2 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 3 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 (square inch) = 645 mm Mass: 1 oz.
  • Page 4 • 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 5: Table Of Contents

    Table of contents 1. Introduction 2. Precautions 3. Initial inspection 4. QuickStart 5. Overview 6. Specifications 7. Installation 7.1 Siting 7.2 Mounting procedure 7.3 Wiring 7.4 Programming 7.4.1 Input range 7.4.2 Multiplier 7.5 Output format considerations 7.6 Spectral error 8. Troubleshooting, maintenance, and calibration 8.1 Troubleshooting 8.2 Maintenance 8.2.1 Cleaning...
  • Page 6: Introduction

    If damage to the cable is suspected, contact Campbell Scientific.   Although the CS310 is rugged, it should be handled as a precision scientific instrument.   Keep the sensor clean. The vertical edge of the diffuser must be kept clean to maintain appropriate cosine correction.
  • Page 7: Initial Inspection

    3. Initial inspection Upon receipt of the CS310, inspect the packaging and contents for damage. File damage claims with the shipping company. The model number and cable length are printed on a label at the connection end of the cable. Check this information against the shipping documents to ensure the correct product and cable length are received.
  • Page 8  3. In the Available Sensors and Devices box, type CS310, or locate the sensor in the Sensors | Meteorological | Solar Radiation folder. Double-click CS310 Quantum Sensor.  4. Click the Wiring tab to see how the sensor is wired to the data logger. Click OK after wiring the sensor.
  • Page 9 LoggerNet, RTDAQ, or PC400 to make sure it is making reasonable measurements. NOTE: Short Cut uses the execution interval to make total flux calculations (Table 7-2 (p. 10)). This needs to be taken into account while editing the Short Cut program. CS310 Quantum Sensor     4...
  • Page 10: Overview

    During the night, the CS310 may output a slightly negative value, caused by RF noise. Negative values may be set to zero in the data logger program.
  • Page 11: Specifications

    (transmitted) PPFD measurement in the same environments. Measures photosynthetic photon flux density (PPFD) in both natural and artificial light. Compatible with Campbell Scientific CRBasic data loggers: CR6, CR3000, CR1000X, CR800- series, CR300-series, CR1000 6. Specifications Stability: <...
  • Page 12: Installation

    NOTE: You can also use a CM225 or 015ARM to mount the CS310 to a tripod or tower. However, a leveling base is required. The installation procedure for using the CM225 and 015ARM mounts is available in an older manual at www.campbellsci.com/old-manuals.
  • Page 13 1. Mount the crossarm to the tripod or tower if using one. 2. Secure the CS310 to the CM226 3. Place the screws, plate, washers, lock washers, and wing nuts in the side holes if using a vertical pipe or in the bottom holes if using a crossarm.
  • Page 14: Wiring

    U terminals are automatically configured by the measurement instruction. 7.4 Programming Short Cut is the best source for up-to-date programming code for Campbell Scientific data loggers. If your data acquisition requirements are simple, you can probably create and maintain a data logger program exclusively with Short Cut.
  • Page 15: Input Range

    Example programs (p. 16). Output from the CS310 is a voltage ranging from 0 to a maximum of 20 mV depending on sensor calibration and radiation level, which is measured by the data logger by using a differential analogue input terminal. To measure the output, CRBasic data loggers are programmed with the VoltSE() instruction.
  • Page 16: Spectral Error

    1966; Ross and Sulev, 2000). Spectral errors for PPFD measurements made under different radiation sources were calculated for the CS310 quantum sensor using the method of Federer and Tanner (1966). This method requires PPFD weighting factors (defined plant photosynthetic response), measured sensor...
  • Page 17: Troubleshooting, Maintenance, And Calibration

    Symptom: –9999 or NAN or radiation values around 0  1. Check that the sensor is wired to the single-ended terminal specified by the measurement instruction.  2. Verify that the range code is correct for the data logger type. CS310 Quantum Sensor     12...
  • Page 18: Maintenance

    8.2.2 Cable replacement Replacement cables are available from Campbell Scientific. When reconnecting your sensor, arrows on the connector jacket and an aligning notch ensure proper orientation. When disconnecting the sensor for an extended period of time, protect the remaining half of the connector still on the station from water and dirt with electrical tape or another method.
  • Page 19: Calibration

    8.3 Calibration Recalibrate the CS310 every two years. When sending sensors in for calibration, only send the short end of the cable and half the connector. Refer to the Assistance page at the back of this document for the process of returning the quantum sensor to Campbell Scientific for recalibration.
  • Page 20: Appendix A. Importing Short Cut Code Into Crbasic Editor

    Block. This adds an apostrophe (') to the beginning of each of the highlighted lines, which instructs the data logger compiler to ignore those lines when compiling. The Comment Block feature is demonstrated at about 5:10 in the CRBasic | Features video CS310 Quantum Sensor     15...
  • Page 21: Appendix B. Example Programs

    Appendix B. Example programs The example programs measure the CS310 every 10 s, and converts the mV output to µmol/m and mmol/m . It outputs an hourly average flux (µmol/m /s) and a daily total flux density (mmol/m Wiring for the examples is given in Table B-1 (p.
  • Page 22     'Default CR1000X Data Logger Battery Voltage measurement 'BattV'     Battery (BattV)     'Default CR1000X Data Logger Wiring Panel Temperature measurement 'PTemp_C'       PanelTemp (PTemp_C,_60Hz)       'CS310 Quantum Sensor measurements PAR_Tot and PAR_Den:     VoltSe (PAR_Den,1,AutoRange,1,False,0,_60Hz,1.0,0) 'Use AutoRange       'Set negative values to zero     If PAR_Den<0...
  • Page 23     'Default CR6 Data Logger Battery Voltage measurement 'BattV'     Battery (BattV)     'Default CR6 Data Logger Wiring Panel Temperature measurement 'PTemp_C'     PanelTemp (PTemp_C,60)       'CS310 Quantum Sensor measurements PAR_Tot and PAR_Den:     VoltSe (PAR_Den,1,AutoRange,U1,False,0,60,1.0,0) 'Use AutoRange       'Set negative values to zero     If PAR_Den<0...
  • Page 24     'Default CR300 Data Logger Battery Voltage measurement 'BattV'     Battery (BattV)     'Default CR300 Data Logger Wiring Panel Temperature measurement 'PTemp_C'     PanelTemp (PTemp_C,60)       'CS310 Quantum Sensor measurements PAR_Tot and PAR_Den:     VoltSe (PAR_Den,1,mv34,1,True,0,60,1.0,0) 'Use 34mV range       'Set negative values to zero     If PAR_Den<0...
  • Page 25 Campbell Scientific Regional Offices Australia France Thailand Location: Garbutt, QLD Australia Location: Vincennes, France Location: Bangkok, Thailand Phone: 61.7.4401.7700 Phone: 0033.0.1.56.45.15.20 Phone: 66.2.719.3399 Email: info@campbellsci.com.au Email: info@campbellsci.fr Email: info@campbellsci.asia Website: www.campbellsci.com.au Website: www.campbellsci.fr Website: www.campbellsci.asia Brazil Germany Location: São Paulo, SP Brazil...

Table of Contents