Campbell CS230 Field Maintenance And Instruction Manual Download Page 18

CS230 Temperature Profiler 

TABLE 7-3.  SDI-12 Commands for the CS230 

SDI-12 

Command 

Variable Name 

Description 

aR0! 

Temperature value 

Temperature – floating point (°C)   

aR1! 

Serial number, location number, depth 

value (in cm) 

Serial number, location number, depth value (in 

cm) 

aR2! 

Read user resettable min temperature 

Min. temperature – floating point (°C)   

aR3! 

Read user resettable max temperature 

Max. temperature – floating point (°C)   

aR4! 

Read lifetime min temperature 

Min. temperature – floating point (°C)   

aR5! 

Read lifetime max temperature 

Max. temperature – floating point (°C)   

aR6! 

Read and reset user resettable  

min temperature 

Min. temperature – floating point (°C). This 

value constitutes the minimum of all 1-second 

measurements taken since the previous 

aR6!

 

Command. 

aR7! 

Read and reset user resettable  

max temperature 

Max. temperature – floating point (°C).  This 

value constitutes the maximum of all 1-second 

measurements taken since the previous 

aR6!

 

Command. 

aV! 

Verification command 

S1 = BootRom Signature  

S2 = Firmware Signature 

aAb! 

Change Address command 

Valid addresses in sequence are:  
1–9 / A–Z / a–z (no Address 0)  
Sending a broadcast message with the address 

change “{” can correct units that have conflicting 

addresses. 

aI! 

SDI-12 Identification command 

X13CAMPBELLCS230 1.0 SN:XXXXX 

 

7.2.1  SDI-12 Addressing 

The CS230 comes pre-programmed with addresses from the factory. However, 

if ever needed, the address of temperature sensors can be changed. This may be 

necessary if two CS230 probes need to be placed in the same SDI-12 channel 

to avoid duplicate addresses on the same SDI-12 channel. 

The starting addresses will be 1 and this will coincide with the first external 

probe or the top temperature point in the rigid probe if no external probes are 

included. The last address will coincide with the bottom most sensor in the 

rigid probe assembly. It is recommended to start the readdressing process with 

the largest temperature sensor address to avoid duplicate addresses. 

When readdressing temperature sensors,  you must avoid giving 

multiple sensors the same address. If this does occur, you will no 

longer be able to communicate with these sensors. Use the 

aA{!

 

command, where 

a

  is the affected address. This will reset the 

affected sensors to their factory configured address value. 

NOTE 

Summary of Contents for CS230

Page 1: ...INSTRUCTION MANUAL CS230 Temperature Profiler Revision 4 17 C o p y r i g h t 2 0 1 6 2 0 1 7 C a m p b e l l S c i e n t i f i c I n c...

Page 2: ......

Page 3: ......

Page 4: ...er Campbell Scientific s shipping address is CAMPBELL SCIENTIFIC CANADA CORP RMA _____ 14532 131 Avenue NW Edmonton Alberta T5L 4X4 Canada For all returns the client must fill out a Statement of Produ...

Page 5: ...protection and take other appropriate safety precautions while working on or around tripods and towers Do not climb tripods or towers at any time and prohibit climbing by other persons Take reasonabl...

Page 6: ...ounce 28 35 g 1 lb pound weight 0 454 kg Pressure 1 psi lb in2 68 95 mb Volume 1 US gallon 3 785 litres In addition part ordering numbers may vary For example the CABLE5CBL is a CSI part number and k...

Page 7: ......

Page 8: ...ion 7 7 2 Reading the CS230 7 7 2 1 SDI 12 Addressing 9 7 2 2 Slow Sequence Program Instructions 10 7 2 2 1 CR1000 Program to Read the Meta Data of 15 Sensors Daily 11 7 2 3 CS230 Metadata 12 7 2 3 1...

Page 9: ...SDI 12 transparent mode on CRBasic CR800 datalogger using control port 1 and prompting for SDI 12 addresses 18 Tables 7 1 CS230 Connection to SGB3 6 7 2 SGB3 Connection to Campbell Scientific Datalogg...

Page 10: ...unction with the SGB3 to protect against electrical surges 3 Initial Inspection Upon receipt of the CS230 inspect the packaging and contents for damage File any damage claims with the shipping company...

Page 11: ...Accurate and stable measurements Each sensor is individually addressed and referenced to its depth Low power consumption Digital SDI 12 output Compatible with the following dataloggers CR200 X Series...

Page 12: ...en for its resistance to temperature extremes moisture and UV degradation However this jacket will support combustion in air It is rated as slow burning when tested according to U L 94 H B and will pa...

Page 13: ...id assembly is referenced at the top of the cross member which is the location of the first measurement point in the assembly shown in FIGURE 6 1 Internal Sensor Position 4 This information needs be a...

Page 14: ...ient the signal and power cable of the CS230 towards the datalogger to avoid loops or strain on the cable Also use a suitable trench or conduit to protect the signal and power cable from damage Mount...

Page 15: ...ainst electrical surges The SGB3 connects to the datalogger using the 2 ft cable shipped with the CS230 FIGURE 7 1 SGB3 3 Line Surge Protector TABLE 7 1 CS230 Connection to SGB3 Color Description CS23...

Page 16: ...by Using low capacitance low resistance screened cable Ensuring that the power ground cable has low resistance and is connected to the same ground reference as the datalogger control ports 7 1 2 Powe...

Page 17: ...his instruction usually takes about 700 milliseconds to execute aAb change address a to b Where in all cases a is the address of the sensor and is the command terminator These two characters are norma...

Page 18: ...d addresses in sequence are 1 9 A Z a z no Address 0 Sending a broadcast message with the address change can correct units that have conflicting addresses aI SDI 12 Identification command X13CAMPBELLC...

Page 19: ...reset to factory address 7 2 2 Slow Sequence Program Instructions Use of the slow sequence program instructions should be considered if the CS230 measurement will exceed the program scan interval of...

Page 20: ...ol port C1 on the CR1000 valid port options are 1 3 5 7 Const CS230_SDI12_Port 1 Public CS230Temp NumTempSensors As Float Dim i As Long Define Data Tables DataTable Daily 1 1 DataInterval 0 1440 Min 1...

Page 21: ...sed to identify details of the temperature probe and its individual temperature points TABLE 7 5 Meta Data Details Name Value Range Description Serial Number 0 to 65534 The serial number that is uniqu...

Page 22: ...e MetaData_pts CS230Meta FP2 EndTable Define Subroutines ConvertNumToSDI12address Convert SDI 12 character address 0 9 A Z and a z to number value 0 61 Function ConvertNumToSDI12address address As Lon...

Page 23: ...Uses the control port C1 on the CR1000 valid port options are 1 3 5 7 Const CS230_SDI12_Port 1 Public CS230Temp NumTempSensors As Float Dim i As Long Define Data Tables DataTable Daily 1 1 DataInterva...

Page 24: ...The following Sample program reads a CS230 probe that has 15 temperature Sensors Individual temperatures user minimum and maximum are recorded every 5 minutes and Meta Data is collected daily Declare...

Page 25: ...l number will be greater than 1 If CS230Meta 1 1 1 OR IfTime 0 1440 Min Then For i 1 To NumTempSensors SDI12Recorder CS230Meta i 1 CS230_SDI12_Port ConvertNumToSDI12address i R1 1 0 0 Next EndIf Read...

Page 26: ...as described in the following sections 7 3 1 CR1000 and CR800 Series Dataloggers 1 Connect the CS230 to the datalogger using Control Port C1 or C3 as described in Section 7 1 Wiring p 6 Be sure the d...

Page 27: ...rent address from the above step and b is the new address The temperature sensor will change its address and the datalogger will respond with the new address and then exit the SDI 12 transparent mode...

Page 28: ...o determine the individual addresses of each temperature sensor 2 Expected sensor address has been to match another sensor address already in use a When readdressing temperature sensors you must avoid...

Page 29: ...CS230 Temperature Profiler 20...

Page 30: ......

Page 31: ...ua Apinag s nbr 2018 Perdizes CEP 01258 00 S o Paulo SP BRASIL www campbellsci com br vendas campbellsci com br Campbell Scientific Canada Corp 14532 131 Avenue NW Edmonton AB T5L 4X4 CANADA www campb...

Reviews: