EIB_TIME_REC
Application
This function block receives 3 bytes of EIB data on the set group address and converts them into three IEC61131-3 WORD variables.
VAR_INPUT
Group_Address : EIB_GROUP_ADDR;
strData_Rec : EIB_REC;
Group_Address: Group address from which the data were sent (see EIB_GROUP_ADDR). This group address must be entered in the filters!
strData_Rec: The data structure with which the KL6301() function block must be linked (see EIB_REC).
VAR_OUTPUT
bDataReceive : BOOL;
wHoure : WORD;
wMinute : WORD;
wSecond : WORD;
bDataReceive: This bit is set to FALSE for exactly one cycle when an EIB telegram with the group address is received.
wHoure: Time, hours [0...23].
wMinute: Time, minutes [0...59].
wSecond: Time, seconds [0...59].