EIB_DATE_SEND

EIB_DATE_SEND 1:

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;
wDay           : WORD;
wMonth         : WORD;
wYear          : WORD;
str_Rec        : EIB_REC;

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

wDay: Value range 1…31.

wMonth: Value range 1…12.

wYear: Value range 0…99. If the value is greater than 99, the last two digits are extracted. For example, for the year 1980, only the 80 is transferred to the EIB node.

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.