EIB_TIME_SEND

EIB_TIME_SEND 1:

Application

This function block sends a 3-byte EIB value to the set group address. Three IEC61131-3 word variables are available as input values. The data are sent when the block is called for the first time the and then every 5 minutes.

VAR_INPUT

Group_Address  : EIB_GROUP_ADDR;
wHoure         : WORD;
wMinute        : WORD;
wSecond        : WORD;
str_Rec        : EIB_REC;

Group_Address: Group address to which the data is sent (see EIB_GROUP_ADDR).

wHoure: Value range 0..23.

wMinute: Value range 0..59.

wSecond: Value range 0..59.

str_Rec: The data structure with which the KL6301() function block must be linked (see EIB_REC).

VAR_OUTPUT

bError         : BOOL;
iErrorID       : EIB_ERROR_CODE;

bError: The bError output becomes TRUE as soon as an error occurs. The error is described via the variable iErrorID.

iErrorID: The output issues an error code when an error occurs (see EIB_ERROR_CODE). Simultaneously bError is TRUE.