LAMBRECHT meteo THP Combined Sensor Instruction Manual
- June 3, 2024
- LAMBRECHT meteo
Table of Contents
LAMBRECHT meteo THP Combined Sensor Instruction Manual
Warranty
Please note the loss of warranty and non-liability by unauthorised manipulation of the system. You need a written permission of the LAMBRECHT meteo GmbH for changes of system components. These activities must be operated by a qualifi ed technician.
The warranty does not cover:
- Mechanical damages caused by external impacts (e. g. icefall, rockfall, vandalism).
- Impacts or damages caused by over-voltages or electromagnetic fi elds which are beyond the standards and specifi cations in the technical data.
- Damages caused by improper handling, e. g. by wrong tools, incorrect installation, incorrect electrical installation (false polarity) etc.
- Damages which are caused by using the device beyond the specifi ed operation conditions.
Putting into operation
For climatic measurements the sensor should be mounted at a representative
place. The sensor can be installed in any position. The sensor must be
protected against water splashes and rain. As a suitable weather and
protection screen we recommend the sensor shelter (8141.6). Dew formation and
splashes do not damage the sensor, although corrupted measurement readings are
recorded until all the moisture on the fi lter has dried up. Inside a room you
should avoid a place near heatings, windows and cold outer walls. The
protective fi lters should only be screwed off carefully to check functioning
with the humidity standard. It is important not to touch the highly sensitive
sensor element in the process. When you screw them back on, bear in mind that
sensors will not measure accurately again until they are completely dry.
Mounting
First of all the protective screen has to be mounted without the incorporated sensor at a selected installation place as mentioned before. When having inserted the sensor THP[pro] bottom-up into the big support of sensor shelter (8141.6), the plastic nut must be fastened carefully with a wrench.
Electrical connection
Incorrect voltage supplies and overloading of the outputs can destroy the sensor! The sensor THP[pro] has to be connected with the end of the cable to an external power supply and signal evaluation (see fi gure opposite).
Connection diagram
Ansicht Stiftseite View male side
cable
32.05005.000500 (5m)
32.05005.001500 (15m
PIN | Color | Farbe |
---|---|---|
1 | br | br |
2 | wh | ws |
3 | bu | bl |
4 | bk | sw |
5 | gy | gr |
Installation of the sensor in the shelter
Data protocols THP
Message string WIMTA air temperature
Example of data sequence with comma separated fi elds: $WIMTA,-25.0,C*CS fi
eld delimiter: , (comma) header: $WIMTA temperature: -40.0…+70.0 C: °C stop
limiters: error code: 999.9
Message string WIMMB barometric pressure
Example of data sequence with comma separated fi elds: $WIMMB,,,1050.0,B*CS fi
eld delimiter: , (comma) header: $WIMMB barometric pressure: 600.0…1100.0 B:
air pressure in hPa stop limiters: error code: 9999.9
Message string WIMHU relative humidity
Example of data sequence with comma separated fi elds:
$WIMHU,100.0,,-40.0,C*CS fi eld delimiter: , (comma) header: $WIMHU rel.
humidity: 000.0…100.0 dew point temp.: -40.0…+70.0 C: °C stop limiters: error
code: 999.9
Important! Please note:
Field length
The development of a NMEA decoder should not be proceeded from fi rm fi eld
lengths. The NMEA defi nition proceeds from a variable fi eld length. The
comma character (“,”) serves as fi eld disconnecting switch. Numeric values in
a fi eld can be presented diff erently. In case a fi eld is not sent, it has a
length of 0 characters (,,) [comma-comma].
Check sum
The check sum “CS” is covered to two ASCII characters hexadecimal value. “CS”
calculated by XOR operation of each character in the sentence between “$” and
“”, but excluding “$” and “”
. Error code
In case, that the sensor cannot generate a measuring value because e.g. a
sensor element is defect or implausible (raw) values are collected the sensor
outputs in the corresponding data protocol the above mentioned error code
(e.g. 999.9) and sets the status from “A” (valid) to “V” (not valid). Example:
$WIMWV,999.9,R,999.9,M,V*37
SDI-12 Interface
Note: Please order the pre-confi guration to SDI-12 separately by using Id-no. 97.08095.000010.
The communication using the SDI-12 protocol via the SDI-12 interface is based on the “SDI-12 A Serial-Digital Interface Standard for Microprocessor-Based Sensors, Version 1.3, 2016”. The TH/THP[pro] sensor can be used in bus operation parallel to other sensors with SDI-12 data protocol. The following subset of SDI-12 commands is implemented in the TH/THP[pro] sensor. For further information about the SDI-12 protocol please refer to the previously mentioned standard documentation or to the website www.SDI-12.org.
Implemented SDI-12 commands:
Command | Function | Sensor response |
---|---|---|
a! | Acknowledge active | a |
?! | Address query | a |
aI! | Send identification | allccccccccmmmmmmvvvxx…xx |
aAb! | Change address | b |
aM! | Start measurement | atttn |
aMC! | Start measurement and request CRC | atttn |
aC! | Start concurrent measurement | atttnn |
aCC! | Start concurrent measurement and request CRC | atttnn |
aD0! aD1!aD2! | Send data (buffer 0) Send data (buffer 1)Send data (buffer 1) |
a<Werte
aV!| Start verification| atttn
a = address of the corresponding sensor; standard sensor address = 0
SDI-12 commands always start with the address of the corresponding sensor. Thus all other sensors on the same bus ignore commands that do not match their own address. SDI-12 commands end with a “! All sensor responses also start with the address (shown below with “a”) of the sensor and always end with the ASCII characters “Carriage Return” “” and “Line Feed” “”. The SDI-12 protocol is based on the ASCII character set. The baud rate is 1200 Baud and has the byte frame format:
1 start bit
7 data bits (least signifi cant bit fi rst)
1 parity bit (even parity)
1 stop bit
Acknowledge active
– (a!)This command ensures that the sensor responds to requests. In general, it requests the sensor to confi rm that it is connected to the bus. The sensor returns its address and the characters .
Command: a! (Acknowledge active) Response: a Example: Command Response 0! 0 1! 1
Send identifi cation – (aI!)
Provides sensor-specifi c information such as model number, fi rmware version, etc.
Command: aI! (I – Command „Send identifi cation“)
Response: a13LMGmbH1508095x310871202.0001 | | | | 871202.0001 – (11 characters) serial number TH/THP | | | 310 – (3 characters) sensor fi rmware version (= version 3.10) | | 08095x – (6 characters) sensor type (x: T = TH[pro], P = THP[pro]) | LMGmbH15 – (8 characters) manufacturer name (= Lambrecht meteo GmbH) 13 – (2 characters) SDI-12 – version (13 = version 1.3)
Example: Command Response 0I! 013LMGmbH1508095T310871202.0001 (TH[pro]) 1I! 113LMGmbH1508095P310871202.0001 (THP[pro])
Change address – (aAb!)
The factory setting for the address is “0”. If several sensors are connected to the same bus, the sensor address can be changed with the command aAb!. The address is always a single ASCII character. By default, the ASCII characters are used for the numbers between “0” to “9” (decimal 48 to 57). If more than 10 sensors are connected to one bus, the characters “A” to “Z” (decimal 65 to 90) as well as “a” to “z” (decimal 97 to 122) can be used alternatively. The sensor responds with its new address and . After the address has been changed, no further commands should be sent to the sensor for about one second (see also “SDI-12 Standard, Version 1.3, 2016”).
Command: aAb! A – function “change address”, b – new sensor address Response: b b – response with new sensor address Example: Command Response 0A1! 1
Start measurement – (aM!)
The command aM! requests the sensor to process the available measurement data and to record it in an output string. Unlike the standard sensors as described in the SDI-12 documentation, the TH/THP[pro] sensor measures continuously. The data can be retrieved with the corresponding commands “aD0!” to “aD2!”. The data is saved until the next “C”, “M” or “V” command and can be retrieved several times.
Command: aM! M – function “start measurement” Response: a0004 (TH[pro]) / a0005 (THP[pro]) | | | 4 or 5 – number of measured values (air pressure only THP [pro]) 000 – seconds until the sensor returns the measured data (000 = immediate query possible) Example: Command Response 1M! 10005
Start measurement and request CRC – (aMC!)
Same command as “aM!”, but in addition to the processed measurement data, the sensor sends a 3-digit CRC checksum. For further information on generating this CRC checksum please refer to “SDI-12 Standard, Version 1.3, 2016, Chapter 4.4.12”. Command: aMC! M – command “start measurement”, C – request CRC checksum Response: a0004 (TH[pro]) / a0005 (THP[pro]) | | | 4 or 5 – number of measured values (air pressure only THP [pro]) 000 – seconds until the sensor returns the measured data (000 = immediate query possible) Example: Command Response 1MC! 10005 \
Start concurrent measurement – (aC!)
With “concurrent measurement”, the data logger can measure concurrently with several TH/THP[pro] sensors connected to the same bus. The command “aC!” requests the sensor to process the available measurement data and record them in an output string. Unlike the standard sensors, as described in the SDI-12 documentation, the TH/THP[pro] measures continuously. The data can be retrieved with the corresponding commands “aD0!” to “aD2!”. The data is saved until the next “C”, “M”, or “V” command and can be retrieved several times.
Command: aC! C – command “start concurrent measurement” Response: a00016 (TH[pro]) / a00020 (THP[pro]) | | | 16 or 20 – number of measured values (20 measured values with air pressure only THP[pro]) 000 – seconds until the sensor returns the measured data (000 = immediate query possible) Beispiel: Befehl Antwort 1C! 100020
Start concurrent measurement and request CRC – (aCC!)
Same command as “aC!”, but in addition to the processed measurement data, the sensor also sends a 3-digit CRC checksum. For further information on generating this CRC checksum please refer to “SDI-12 Standard, Version 1.3, 2016, Chapter 4.4.12”. Command: aCC! C – command “start concurrent measurement”, C – request CRC checksum Response: a00016 (TH[pro]) / a00020 (THP[pro]) | | | 16 or 20 – number of measured values (20 measured values with air pressure only THP[pro]) 000 – seconds until the sensor returns the measured data (000 = immediate query possible) Example: Command Response 1C! 100020
The measurement data can then be retrieved with the commands aD0!, aD1! and aD2! (see below under “Send data”).
Send data – (aD0!), (aD0!), (aD1!)
The data requested from the sensor with the commands “C” or “M” can be retrieved with the commands “aD0!”, “aD1!” and “aD2!”. The sensor uses the corresponding characters (“+” or “-“) as fi eld separators. If the data were requested with a “CC” or “MC” command, a CRC checksum will also be returned. For further information on generating this CRC checksum please refer to “SDI-12 Standard, Version 1.3, 2016, Chapter 4.4.12”. The output of the measured data is in metric units. Up to a maximum of 20 measured values can be retrieved from the output telegrams aD0!, aD1! and aD2!. The period “from retrieval to retrieval” is limited to max. 70 minutes. Afterwards, average and min/max values are reset and a new time period is automatically started. If erroneous data have been generated during the measurement or if the function of the sensor is permanently disturbed, the corresponding measured data are output with the “sensor error value” -999.9. This identifi cation is unambiguous and lies far outside the real measuring range.
Example (error codes):
Command: 1CC! and following query of block 1 of the measured data with 1D0!
Response: 1-999.9-999.9-999.9-999.9-999.9-999.9-999.9-999.9GGi
Data and retrieval description
THP[pro] (20 measured values)
Value No. | Measured values | Range / Formats | Unit |
---|---|---|---|
Air temperature | -40.0…+70.0 | °C | |
1 | Instantaneous value | ||
2 | Minimum (from retrieval to retrieval) | ||
3 | Maximum (from retrieval to retrieval) | ||
4 | Mean value (from retrieval to retrieval) | ||
Relative humidity | +0.0…+100.0 | % | |
5 | Instantaneous value | ||
6 | Minimum (from retrieval to retrieval) | ||
7 | Maximum (from retrieval to retrieval) | ||
8 | Mean value (from retrieval to retrieval) | ||
Dew point | -40.0…+70.0 | °C | |
9 | Instantaneous value | ||
10 | Minimum (from retrieval to retrieval) | ||
11 | Maximum (from retrieval to retrieval) | ||
12 | Mean value (from retrieval to retrieval) | ||
Air pressure | +600.0…+1100.0 | hPa | |
13 | Instantaneous value | ||
14 | Minimum (from retrieval to retrieval) | ||
15 | Maximum (from retrieval to retrieval) | ||
16 | Mean value (from retrieval to retrieval) | ||
Absolute humidity | +0.0…+200.0 | g/m³ | |
17 | Instantaneous value | ||
18 | Minimum (from retrieval to retrieval) | ||
19 | Maximum (from retrieval to retrieval) | ||
20 | Mean value (from retrieval to retrieval) |
THP[pro] – Output of measured data when queried with aM! or aMC! (with CRC checksum)
Command: aM! (aM! = buff ering instantaneous values for output)
Response: 10005 (5 measured values are available for retrieval without delay)
Command: aD0! (retrieve measured values from buff er memory)
Response: a+22.5+41.2+8.7+976.0+8.2016 | | | | | | | | | +8.2 – absolute humidity (value no. 5) | | | +976.0 – air pressure (value no. 4) | | +8.7 – dew point (value no. 3) | +41.2 – relative humidity (value no. 2) +22.5 – air temperature (value no. 1)
Example: Command Response 1MC! 1+22.2+39.6+7.8+975.1+7.7KNJ
THP[pro] – Output of measured data when queried with aC! or aCC! (with CRC checksum)
Command: aC! (aC! = buff ering all available values for output)
Response: 100020 (20 measured values are available for retrieval without delay)
Note: Due to the length limitation to max. 75 bytes, the data are split into 3 data sets!
Command: aD0! (aD0! = call up measured values 1 to 8 from buff er memory
- Response: 1+22.3+22.2+22.4+22.2+37.6+36.0+37.6+36.8 | | | | | | | | | | | | | | | +36.8 – relative humidity, mean value (value no. 8) | | | | | | +37.6 – relative humidity, maximum (value no. 7) | | | | | +36.0 – relative humidity, minimum (value no. 6) | | | | +37.6 – relative humidity, instantaneous value (value no. 5) | | | +22.2 – air temperature, mean value (value no. 4) | | +22.4 – air temperature, maximum (value no. 3) | +22.2 – air temperature, minimum (value no. 2) +22.3 – air temperature, instantaneous value (value no. 1)
Command: aD1! (aD1! = call up measured values 9 to 16 from buff er memory 2) Response: 1+7.2+6.5+7.2+6.8+978.5+978.4+978.8+978.5 | | | | | | | | | | | | | | | +36.8 – air pressure, mean value (value no. 16) | | | | | | +37.6 – air pressure, maximum (value no. 15) | | | | | +36.0 – air pressure, minimum (value no. 14) | | | | +37.6 – air pressure, instantaneous value (value no. 13) | | | +6.8 – dew point, mean value (value no. 12) | | +7.2 – dew point, maximum (value no. 11) | +6.5 – dew point, minimum (value no. 10) +7.2 – dew point, instantaneous value (value no. 9)
Command: aD2! (aD2! = call up measured values 17 to 20 from buff er memory 3) Response: 1+7.4+7.1+7.4+7.2 | | | | | | | +6.7 – absolute humidity, mean value (value no. 20) | | +7.2 – absolute humidity, maximum (value no.19) | +6.5 – absolute humidity, minimum (value no. 18) +7.2 – absolute humidity, instantaneous value (value no. 17)
Start verifi cation – (aV!)
For compatibility reasons, the command “aV!” is used to provide extended
information if necessary later. The response is always “+1”. Command: aV!
(Acknowledge active) Response: a Example: Command Response 1V! 1+1
Note on SDI standard commands
In terms of protocol, TH/THP[pro] support the standard command set (see
“SDI-12 A Serial-Digital Interface Standard for Microprocessor-Based Sensors,
version 1.3, 2016”, page 7, chapter 4.4 and table 5). The sensors respond to
all commands with a valid data transfer. The information content of
unsupported commands is reduced to pure protocol sequence control, i.e. there
is no further activity for these requests (e.g. aD3! etc.) due to the
responses sent.
Measurements
The measuring probe is adjusted by delivery. For putting into operating another readjustment is not required. The probe is ready for use one second after being switched on and sends its fi rst data protocol. Before a reliable measurement can be made, the measuring probe and medium to be measured must be in temperature and humidity equilibrium.
The necessary adjustment time, which can last up to 30 minutes, depends upon several factors:
- Size of the humidity and temperature deviation of probe and medium before start of measurement
- Change of the measured values during the adjustment time.
The humidity measurement delivers a better picture of the progress of acclimatization since it reacts much more quickly and more sensitively than the temperature measurement. The 1/10 percent display is therefore very suitable as a trend display. If the display oscillates about mean value, then adjustment is completed.
Sources of error
Humidity measurements are very sensitive to various infl uences:
-
Temperature errors
due to too short adjustment time, sunshine during the measurement, heating, cold outer wall, air draft (e.g. fans), radiating hand and/or body heat etc.. -
Humidity errors
due to steam, water splashes dripping water or condensation on the sensor etc.. Repeatability and long-term stability in operation are not impaired by this even if the probe has been exposed to high humidity or saturation with water vapor over a lengthy period. -
Contamination
of the humidity sensor can be largely avoided by using a corresponding fi lter. The fi lters must be cleaned or replaced periodically depending upon the degree of contamination of the measuring site
The sensor is insensitive to chemicals, when they occur in normal concentrations (MAK values = maximum workplace exposure). At higher concentrations or possibilities of contact with liquid chemicals, the manufacturer must always be consulted!
Maintenance and service
Defi nitions
Calibration = Control measurement with a humidity standard.
Adjustment = Calibration + additional readjustment of the probe to the
setpoint value.
Temperature
The probe is adjusted before delivery. A temperature readjustment is normally
not required. In case of doubt please contact the producer.
Humidity
The probe is adjusted before delivery so that the results are in optimum
accuracy over the full measuring range. We recommend you to check the probe at
least once a year.
Please only use the original humidity standards for this.
The humidity standards are not normally dangerous to humans, but can irritate
sensitive skin. In the case of contact with the skin or the eyes, the solution
must be washed out immediately and thoroughly with plenty of water. The
humidity standards must not be consumed!
The calibration device for calibration and adjustment and the required
humidity standards are obtainable as an accessory.
Cleaning
Contaminated fi lters can cause measuring errors and prolong the adjustment
time. Depending upon the degree of contamination of the fi lter, this must be
cleaned or if necessary replaced periodically. In order not to damage the
sensors, unscrew the fi lter for cleaning. Clean the fi lter with soapy water,
alcohol or a cleaning agent suitable for removing contamination and rinse
thoroughly with water. Do not screw the fi lter back onto the probe until it
is completely dry. The fault tracing and service work only should be carried
out by a skilled technician having passed a factory training at our facilities
or a similar course.
Service and maintenance
Periodical visual checks
The producer recommends periodical visual checks of the sensor and shelter
housing regarding outer damages, watertightness and the fi xing of the
mounting screws, at intervals of four weeks.
Change of spare parts
All spare parts or alternate devices can be replaced with regular tools such
as wrenches, screw drivers etc.
Accessories and spare parts list
No. Description Id-No. 1. Sensor shelter 00.08141.600000 For the protection of
the sensor against infl uences of radiation, wind and temperature as well as
for mounting at a mast.
2. Cable 15 m 32.14567.060010
3. Membrane fi lter 37.08093.100001
as sensor protection
alternative:
Sinter fi lter 37.08095.100001
as sensor protection
Ordering of spares
The following information are required for a rapid and accurate exchange or replacement of the components:
- Name of item and type number
- Ordering number/parts number
- Required quantity Optional (if available):
- Names of related or connected components
- Type of vessel and country of origin
- Reference number of LAMBRECHT wiring diagram designated with the bold letters SKF…. or SWF…. and a 3- or 4-digits running number. Above mentioned data can be obtained from the designation label, from the spares list of this system component or from the order specifi c documentations.
Storage and dispatch
The sensor should be stored in a clean and dust-free area between -40…+70 °C (not condensing) in a cardboard box or similar container. Alternative packing material should be adequate to the standard of the original packing of LAMBRECHT. It must ensure an optimal protection against mechanical or electrical infl uences as well as against other transport damages caused by liquids or by the weather.
Safety instructions
This system is designed according to the state-of-the-art accepted safety regulations. However, please note the following rules:
- Before set into operation, please read all appropriate manuals!
- Please take notice of internal and state-specifi c guidelines and/or rules for the prevention of accidents (e.g. the professional association). If necessary ask your responsible safety representative.
- Use the system according to the manual’s regulations only.
- Always leave the manual at hand at the place of work of the system.
- Use the system in technically correct conditions only! You have to eliminate infl uences immediately, which impair the security .
- Prevent the ingress of liquids into the devices .
- Make sure that the system is free of power before cleaning of the devices. Do not use noxious or fl ammable detergents.
Technical data
Temperature
Measuring range: -40…+70 °C
Resolution: 0.1 °C
Improved accuracy: ± 0.1 K (0…60 °C) • ± 0.2 K (-40…0 °C) 1) Relative
humidity
Measuring range: 0…100 % r. h.
Resolution: 0.1 % r. h.
Improved accuracy: typ. ± 1.5 % (0…80 %) r. h. • ± 2 % (> 80 %) r. h. 1)
•
Reaction time rel. humidity (at v = 1.5 m/s): 30 s 2) Barometric pressure
Measuring ranbge/Resolution: 500…1100 hPa • 0.1 hPa
Accuracy: ± 2 hPa (at -30…+70 °C) • ± 1 hPa (at -10…+60 °C) • ± 0.5 hPa
(at 25 °C)
Further technical data
Supply voltage: 4.8…33 VDC
Current consumption 3): 4 mA at 24 VDC • 6 mA at 12 VDC • 11 mA at 4.8
VDC
Housing: Aluminium especially-coated • IP 65 (housing) • M12 plug
connector (4-pole)
Weight/Dimensions: approx. 80 g • H 140 mm x Ø 20 mm
Interface: Serial RS 422/ Talker • Baudrate 4800 • 1 Hz • 8N1 • SDI-12 *)
Protocols: NMEA 0183 · WIMHU · WIMMB · WIMTA
Accessories: Sensor shelters: 00.08141.600000 · with natural ventilation
(please order separately) 00.08141.600004 · with artifi cial ventilation
Option: (please order separately) Service: 97.08095.000010 · Pre-confi
guration of the standard THP[pro] to SDI-12
Dimensional drawing
Versions available
Id No. Type
00.08095.100030 THP[pro]Modbus )
00.08095.100031 TH[pro]Modbus )
00.08095.101000 THP[pro]NAV
00.08095.101001 TH[pro]NAV )
00.08095.100000 THP[pro] 00.08095.100001 TH[pro] )
References
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>