ST_EnOceanReceivedData

Internal structure.

This structure is used to link the block FB_EnOceanReceive() with the receive blocks.

TYPE ST_EnOceanReceivedData :
STRUCT
  bReceived          : BOOL;
  nLength            : BYTE;
  eEnOceanSensorType : E_EnOceanSensorType;
  nData              : ARRAY[0..3] OF BYTE;
  nStatus            : BYTE;
  nTransmitterId     : UDINT;
END_STRUCT
END_TYPE

bReceived: Data received.

nLength: Length.

eEnOceanSensorType: Sensor type (see E_EnOceanSensorType).

nData: Data bytes.

nStatus : Status.

nTransmitterId: Transmitter ID.

Requirements

Development environment

required TC3 PLC library

TwinCAT v3.1.4020.14

Tc2_EnOcean from v3.3.5.0