EIB_4OCTET_SIGN_SEND
This function block sends a 4-byte sign EIB value to the set group address. An IEC61131-3 DINT value is available as input value. The data are only transferred if there is a change. If the value changes again within 1 second, new data are only sent to the EIB device after another second has passed (see diagram). No new EIB telegram is sent if the value changes within the "min. send time" but falls back to the old, already sent value within the "min. send time".
VAR_INPUT
Group_Address : EIB_GROUP_ADDR;
uiData : DINT;
str_Rec : EIB_REC;
Group_Address: Group address to which the data are sent (see EIB_GROUP_ADDR).
uiData: The data value in DINT. This is automatically converted to an EIB 4OCTET SIGN value.
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.
