EIB_TIME_SEND

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.
Inputs
VAR_INPUT
Group_Address : EIB_GROUP_ADDR;
wHoure : WORD;
wMinute : WORD;
wSecond : WORD;
str_Rec : EIB_REC;
END_VAR
Name | Type | Description |
---|---|---|
Group_Address | Group address to which the data are sent. This group address must be entered in the filters! | |
wHoure | WORD | Value range 0..23. |
wMinute | WORD | Value range 0..59. |
wSecond | WORD | Value range 0..59. |
str_Rec | The data structure with which the function block KL6301() must be linked. |
Outputs
VAR_OUTPUT
bError : BOOL;
iErrorID : EIB_ERROR_CODE;
END_VAR
Name | Type | Description |
---|---|---|
bError | BOOL | This output goes TRUE as soon as an error occurs. This error is described via the iErrorID variable. |
iErrorID | This output outputs an error code in the event of an error. bError goes TRUE at the same time. |
Requirements
Development environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_EIB from 3.3.4.0 |