FB_TempCtrlStandByZone_TcPfw()

FB_TempCtrlStandByZone_TcPfw() 1:

One or more function blocks of this type are called from a function block of the application to switch individual zones, zone groups or all zones of the temperature control into the standby or active state.

Syntax

VAR_INPUT
ModuleId  : INT:=-1;
ZoneId    : INT:=-1;
StandBy   : BOOL:=TRUE;
END_VAR

FB_TempCtrlStandByZone_TcPfw() 2: Inputs

Name

Type

Description

ModuleId

INT

ModuleId of the temperature zones to be controlled.

ZoneId

INT

ZoneId of the temperature zones to be controlled.

StandBy

BOOL

New state of the temperature zones.

Behavior of the function block:

In the zone(s) selected in this way ST_TcPfw_TempCtrl_Itf.SelSetpoint is updated with StandBy.