ST_BA_WSC11Data

This structure is used to transfer the data of a Thies WSC11 weather station.

Syntax

TYPE ST_BA_WSC11Data :
STRUCT
  stStatus                : ST_BA_WSC11Status;
  fCaseTemperature        : REAL;
  fLatitude               : REAL;
  fLongitude              : REAL;
  fSunAzimuth             : REAL;
  fSunElevation           : REAL;
  bRain                   : BOOL;
  stDateTime              : TIMESTRUCT;
  sTimeFormat             : STRING(7);
  fOutsideTemperature     : REAL;
  fDewPointTemperature    : REAL;
  fPressureAbs            : REAL;
  fPressureRel            : REAL;
  fHumidityAbs            : REAL;
  fHumidityRel            : REAL;
  fBrightnessNorth        : REAL;
  fBrightnessEast         : REAL;
  fBrightnessSouth        : REAL;
  fBrightnessWest         : REAL;
  fDawn                   : REAL;
  fGlobalRadiation        : REAL;
  fWindDirection          : REAL;
  fWindSpeed              : REAL;
END_STRUCT
END_TYPE

Name

Type

Description

stStatus

ST_BA_WSC11Status

Status variable of the WSC11

fCaseTemperature

REAL

Housing internal temperature of the WSC11 [°C]

fLatitude

REAL

Latitude of the installation site [°]

fLongitude

REAL

Longitude of the installation site [°]

fSunAzimuth

REAL

Current position of the sun [°]

fSunElevation

REAL

Current sun elevation [°]

bRain

BOOL

Rain sensor

stDateTime

TIMESTRUCT

Date / Time

sTimeFormat

STRING(7)

Specification of the time format

fOutsideTemperature

REAL

Temperature [°C]

fDewPointTemperature

REAL

Dew point temperature [°C]

fPressureAbs

REAL

Absolute air pressure [hPa]

fPressureRel

REAL

Relative air pressure [hPa]

fHumidityAbs

REAL

Absolute humidity [g/m³]

fHumidityRel

REAL

Relative humidity [%rF]

fBrightnessNorth

REAL

Light sensor north [kLux]

fBrightnessEast

REAL

Light sensor east [kLux]

fBrightnessSouth

REAL

Light sensor south [kLux]

fBrightnessWest

REAL

Light sensor west [kLux]

fDawn

REAL

Dawn [Lux]

fGlobalRadiation

REAL

Global radiation [W/m²]

fWindDirection

REAL

Wind direction [°]

fWindSpeed

REAL

Wind speed [m/s]