FB_BA_Parameter
The function block contains the function block FB_BA_Param in the declaration part of the method FB_init. This is used to parameterize the global variable lists XBA_BACnetParam and XBA_Param of the library Tc3_XBA. In the implementation part of the method FB_init various parameterizations are listed for this purpose.
The initialization of the template takes place within the method FB_Init. |
A call of the FB_BA_Param is not necessary due to the internal attributes {attribute 'no_explicit_call' := 'No need to call this FB.'} and {attribute 'TcIgnorePersistent'}, see FB_BA_Param! |
There is also a commented out example in the template, which contains the parameterization of the recipient list of the message/event class objects. This sample must be adapted to the project in question.
Syntax
FUNCTION_BLOCK FB_BA_Parameter
VAR
// Recipient : FB_BACnet_RcpList;
END_VAR
Implementation part
// Recipient list to write (to all event classes):
// Recipient();
Requirements
Development environment | Necessary function |
---|---|
TwinCAT from v3.1.4024.35 | TF8040 | TwinCAT Building Automation from V5.0.0.0 |