EIB_TIME_REC

This function block receives 3 bytes of EIB data on the set group address and converts them into three IEC61131-3 WORD variables.
Inputs
VAR_INPUT
Group_Address : EIB_GROUP_ADDR;
strData_Rec : EIB_REC;
END_VAR
Name | Type | Description |
---|---|---|
Group_Address | Group address from which the data were sent. This group address must be entered in the filters! | |
strData_Rec | The data structure with which the function block KL6301() must be linked. |
Outputs
VAR_OUTPUT
bDataReceive : BOOL;
wHoure : WORD;
wMinute : WORD;
wSecond : WORD;
END_VAR
Name | Type | Description |
---|---|---|
bDataReceive | BOOL | This bit is set to FALSE for exactly one cycle when an EIB telegram with the group address is received. |
wHoure | WORD | Time, in hours [0...23] |
wMinute | WORD | Time, in minutes [0...59] |
wSecond | WORD | Time, in seconds [0...59] |
Requirements
Development environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_EIB from 3.3.4.0 |