Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

File

Source

1

Vaisala PTU300 User’s Guide (2019 version; device purchased in 2014)

View file
namePTU300-Users-Guide-in-English-M210796EN-J.pdf

https://www.vaisala.com/en/products/instruments-sensors-and-other-measurement-devices/instruments-industrial-measurements/ptu300

2

Calibration Certificates

View file
nameVaisala_Calibration_Certificates.pdf

These shipped with our actual KPF device

3

Lantronix UDS 2100 Quick Start Guide

View file
nameUDS2100_QS.pdf

https://www.lantronix.com/products/uds2100/#tab-docs-downloads

4

Lantronix UDS 2100 User Guide

View file
nameUDS2100_UG.pdf

5

Smaller Footprint Power Supply Datasheet

View file
nameL6R12H_Series_2021-01.pdf

https://www.tri-mag.com/wp-content/uploads/2021/05/L6R12H_Series_2021-01.pdf

(Linked off the DigiKey product page)

...

Dispatcher

...

Keyword

...

Value

...

Type

...

RETVAL

...

Value returned by Vaisala.

...

String. The format is set in the configuration file. Only readable.

...

TIME

...

Time stamp of when the last RETVAL was received.

...

Unix timestamp (binary) or time stamp (ascii). Only readable.

...

PRES

...

Pressure value in units of hPa.

...

Double value from RETVAL, read only.

...

RELH

...

Relative humidity in %.

...

Double value from RETVAL, read only.

...

TEMP

...

Temperature in deg C.

...

Double value from RETVAL, read only.

...

DISP#STA

...

Dispatcher status.

...

Enum and read only. If value is 4 or “Not Connected” the connection to the Vaisala or the Lantonix is not available. If value is 3 or “Connecting” the dispatcher is attempting to connect to the Vaisala through the Lantronix.

...

DISP#CONN

...

IP address and port separated by a colon.

...

Read only string, set by configuration file

...

DISP#DEV

...

Device name

...

Read only string, set by configuration file

Dispatcher Configuration File

Configuration

Value

Explanation

ip

192.168.23.126

IP address of the Lantronix box.

port

10001

Port that is used for Vaisala, this is port 1.

format_str

form 9.4 "P=" P " " U6 6.4 "T=" T " " U3 6.4 "RH=" RH " " U4 \r \n

Format statement of the output from the Vaisala. At dispatcher start up and at every new connection, this value is sent to the Vaisala. The #.# sets the number of characters (first # ) and the second # sets the number of characters after the decimal point. There must be a space between the characters that notes what the value is (such as P=) and the actual value (the P). The code uses the characters (P=, RH= or T=) to determine what the next value is.

poll_time

5

Time between reads of the Vaisala in seconds.