SPLUSS_RYMASKON_7XX_MOD

SPLUSS_RYMASKON_7XX_MOD (FB)

FUNCTION_BLOCK SPLUSS_RYMASKON_7XX_MOD

Representation

InOut:

Scope
Name
Type
Initial
Comment

Input

xEn

BOOL

TRUE

Enable / disable communication (TRUE = enabled)

Input

byUnitId

BYTE

0

Address of the device ( 0 .. 255 )

Input

xUpdateActual

BOOL

FALSE

Update of actual values (on every rising edge )

Input

xUpdateStates

BOOL

FALSE

Update of the states ( on every rising edge )

Input

xUpdateSetp

BOOL

FALSE

Update of setpoints (on every rising edge )

Input

rSetpTempNight

REAL

18.0

Setpoint temperature - night mode (degrees Celsius)

Input

rSetpTempBaseDay

REAL

22.0

Base setpoint temperature - day mode (degrees Celsius)

Input

xMode

BOOL

FALSE

Definition of operating mode (FALSE = night mode, TRUE = day mode)

Input

xResetDevice

BOOL

FALSE

Reset of the device ( on each rising edge )

Inout

ModbusClient

ModbusClientBase

Client of the device

Output

xMode_RBG

BOOL

Current operating mode of the RBG (FALSE = night mode, TRUE = day mode)

Output

rSetpTemp

REAL

Setpoint temperature (degrees Celsius) (corresponds to the room setpoint temperature displayed on the RBG) ( = Register 103 )

Output

rSetpTempOff

REAL

Setpoint temperature offset (Kelvin) (calculation: rSetpTempOff = rSetpTemp - _rSetpTempBase)

Output

rSetpTempMin

REAL

Absolute minimum value - setpoint temperature (degrees Celsius) ( calculation depending on night/day operating mode)

Output

rSetpTempMax

REAL

Absolute maximum value - setpoint temperature (degrees Celsius) ( calculation depending on night/day operating mode)

Output

rRoomTemp

REAL

Room temperature in XXX.X degrees Celsius

Output

rRelHumidity

REAL

Relative room humidity in XXX.X %

Output

rCO2

REAL

CO2 concentration in the room air in XXX ppm

Output

xSensorOffsetInDevice

BOOL

Indicates whether sensor calibration must be performed in the device ( TRUE = calibration required in the device, FALSE = calibration required in the FB )

Output

xButtonPresence

BOOL

FALSE

Activation of the presence button (pulse with duration 'tTimeButtonPulse') (RBG and/or VISU)

Output

xAlarm

BOOL

FALSE

Collective fault (TRUE = fault)

Output

xAlarmCom

BOOL

FALSE

Collective fault - communication (TRUE = fault)

Output

eErrorCodeCom

ModbusErrorCode

Error code - communication (0 = no error)

Output

xBusy

BOOL

Communication indicator (TRUE = communication)

Input Const

xVisuPresence

BOOL

FALSE

Actuation of the presence button in the visualization

Input Const

rCO2Offset

REAL

0.0

Calibration value for CO2 concentration in the room air in XXX ppm ( range: +- 500 ppm)

Input Const

rRelHumidityOffset

REAL

0.0

Calibration value for relative humidity in X.X % ( range: +- 10.0 %RH)

Input Const

rRoomTempOffset

REAL

0.0

Calibration value for the room temperature sensor in X.X Kelvin ( range: +- 10.0K)

Input Const

eRingColor

SPLUSS_RYMASKON_7XX_MOD_RING_COLOR

SPLUSS_RYMASKON_7XX_MOD_RING_COLOR.SENSOR_3

Definition of the ring color

Input Const

rSetpTempOffMax

REAL

3.0

Absolute maximum value of the setpoint temperature offset in day mode (Kelvin)

Input Const

rSetpTempOffMin

REAL

-3.0

Absolute minimum value of the setpoint temperature offset in day mode (Kelvin)

Input Const

tTimeButtonPulse

TIME

TIME#1s0ms

Duration of the pulse on the output if the associated button was pressed briefly

Input Const

tTimeUpdateSetp

TIME

TIME#45s0ms

Update interval for the operations affected by the input 'xUpdateSetp'

Input Const

tTimeUpdateStates

TIME

TIME#500ms

Update interval for the processes influenced by the input ‘xUpdateStates’

Input Const

tTimeUpdateActual

TIME

TIME#3s0ms

Update interval for the operations affected by the input 'xUpdateActual'

Last updated