ST_BA_ComnMsg
Structure of the communication telegram to the function blocks of type FB_BA_ComMsg.
TYPE ST_BA_ComnMsg :
STRUCT
arrData : ARRAY [1..gBa_cMaxArrComnMsg] OF ST_BA_ComnMsgData;
iCntEntryArr : INT;
bDummy01 : BOOL;
bDummy02 : BOOL;
END_STRUCT
END_TYPE
TYPE ST_BA_ComnMsgData :
STRUCT
arrActvPrio : ARRAY [1..16] OF BOOL;
udiActvPrio : UDINT;
dwObjId : DWORD;(*neu*)
eObjType : E_BACnetObjectType;
iId : INT;
bAck : BOOL;
bInAlm : BOOL;
bOoServ : BOOL;
bOvrrd : BOOL;
bFlt : BOOL;
bHiLmt : BOOL;
bLoLmt : BOOL;
bErr : BOOL;
END_STRUCT
END_TYPE
Requirements
Development environment | Target system | required library | required supplement |
---|---|---|---|
TwinCAT 2.11 R3/x64 | PC/CX | TcBA library from V1.0.0 | TF8040 | TwinCAT Building Automation from V1.0.0 |