Set calibration info text, Adjust temperature measurement – Vaisala GMP231 User Manual
Page 45

Chapter 4 ____________________________________________________ Vaisala Industrial Protocol
VAISALA ________________________________________________________________________ 43
Set Calibration Info Text
Use the CTEXT command to view or set calibration information text.
CTEXT [text]
where
text
= Calibration information text string, max 19 characters. If
you want to use spaces in the string, enclose the text in
quotes.
Example (shows the text “Calibrated at” followed by the currently stored
calibration text):
pass 1300
ctext
Calibrated at Vaisala
Example (set calibration text to “Lab_1”):
pass 1300
ctext Lab_1
Calibrated at Lab_1
Adjust Temperature Measurement
Use the CT command to perform an offset correction to the internal
temperature measurement. The correction is done by providing the
correct temperature as an argument to the CT command.
CT [temp]
CT [-reset]
where
temp = Correct temperature in degrees Celsius (°C).
Example (adjust the internal temperature measurement to 23 °C at the
current conditions):
pass 1300
ct 23
OK
Example (clear the offset adjustment from internal temperature
measurement):
pass 1300
ct -reset
OK