EIB_BIT_CONTROL_REC

EIB_BIT_CONTROL_REC 1:

This function block receives 2 bits of EIB data on the set group address and converts them into two IEC61131-3 BOOL variables.

EIB_BIT_CONTROL_REC 2: Inputs

VAR_INPUT
  Group_Address : EIB_GROUP_ADDR;
  strData_Rec   : EIB_REC;
END_VAR

Name

Type

Description

Group_Address

EIB_GROUP_ADDR

Group address from which the data were sent. This group address must be entered in the filters!

strData_Rec

EIB_REC

The data structure with which the function block KL6301() must be linked.

EIB_BIT_CONTROL_REC 3: Outputs

VAR_OUTPUT
  bDataReceive : BOOL;
  bControl     : BOOL;
  bValue       : BOOL;
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.

bControl

BOOL

Valid values (TRUE/FALSE)

bValue

BOOL

Valid values (TRUE/FALSE)

Allocation of the 2 bits to the variables bControl and bValue.

bControl

bValue

Requirements

Development environment

PLC library to include

TwinCAT from v3.1.4020.14

Tc2_EIB from 3.3.4.0