ST_EnOceanReceivedData
Internal structure.
This structure is used to link the FB_EnOceanReceive() block 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
Name | Type | Description |
---|---|---|
bReceived | BOOL | Data received |
nLength | BYTE | Length |
eEnOceanSensorType | Sensor type | |
nData | ARRAY OF BYTE | Data bytes |
nStatus | BYTE | Status |
nTransmitterId | UDINT | Transmitter ID |
Requirements
Development environment | required TC3 PLC library |
---|---|
TwinCAT v3.1.4020.14 | Tc2_EnOcean from v3.3.5.0 |