Async ¶ Function blocks for sending confirmed event / COV notification from the BACnet server. BACnetServerConfCOVNotification (FunctionBlock) Request (Method) SampleInputs (Method) BACnetServerConfEventNotification (FunctionBlock) Request (Method) SampleInputs (Method)
BACnetIPdatalink (FB) ¶ FUNCTION_BLOCK BACnetIPdatalink IMPLEMENTS IBACnetDatalink BACnet IP datalink. A BACnet IP datalink (device) can be placed underneath a ETH device. In this case BACnetIPdatalink obtains the IP address from the ETH device and checks the ETH device network settings for consistency. In case this BACnet IP datalink (device) has been placed underneath another node we rely on ETH autodetect of the BACstack (using first ETH adapter found) or the IP address has to be set by the application. Information configured in BACnetIPdatalink (including the IP address) is used to generate the BACstack configuration file (bacstac.ini) on the PLC. Please note the BACnetServer configuration AutoGenerateBACstackConfig, you can control if the BACstack configuration file is generated during BACnetServer.StartBACnetStack. Otherwise you can call BACnetServer.GenerateBACstackConfig. BBMD broadcast distribution table entries as well as foreign device table entries added from clients requests are stored in the BACstack configuration file. Take care to re-generate the BACstack configuration file only if needed, to ensure keeping tbose entries. CODESYSControl.cfg contains a setting: [CmpBACnet] IniFile=bacstac.ini to define where the BACstack ini file is to be found. Because the BACstack ini file is written using the information from BACnetIPdatalink, it is accessed from either the runtime system (component) CmpBACnet and the IEC application. So an absolute path has to be used for this setting, for example: [CmpBACnet] IniFile=/tmp/bacstac.ini If sandboxing the runtime system filesystem is chosen, the setting [SysFile] ForceFilePath= has to be used to allow access for the absolute path of the BACstack ini file. Properties: Bbmd0 Bbmd1 Bbmd2 Bbmd3 Bbmd4 Bbmd5 Bbmd6 Bbmd7 CntBbmd ForeignDevAddr ForeignDevAddrPort ForeignDevRegTimeout IPaddress MaxMsgReq NetworkNumber UDP_Port Methods: CheckNetworkSettings GetIPaddrFromETH Structure: Bbmd0 (Property) Bbmd1 (Property) Bbmd2 (Property) Bbmd3 (Property) Bbmd4 (Property) Bbmd5 (Property) Bbmd6 (Property) Bbmd7 (Property) CntBbmd (Property) ForeignDevAddr (Property) ForeignDevAddrPort (Property) ForeignDevRegTimeout (Property) IPaddress (Property) MaxMsgReq (Property) NetworkNumber (Property) UDP_Port (Property) protected CheckNetworkSettings (Method) GetIPaddrFromETH (Method)
BACnetIPdatalink.Bbmd0 (PROP) ¶ PROPERTY Bbmd0 : BBMD_Info BBMD 0
BACnetServerConfEventNotification.Request (METH) ¶ METHOD PROTECTED Request : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return Request CmpBACnet.IEC_BACNET_STATUS
BACnetServerConfEventNotification.SampleInputs (METH) ¶ METHOD PROTECTED SampleInputs
BACnetTrendLogMultiple.TotalRecordCount (PROP) ¶ PROPERTY TotalRecordCount : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetTrendLogMultiple.Trigger (PROP) ¶ PROPERTY Trigger : BOOL
BACnetIPdatalink.Bbmd3 (PROP) ¶ PROPERTY Bbmd3 : BBMD_Info BBMD 3
BACnetIPdatalink.Bbmd4 (PROP) ¶ PROPERTY Bbmd4 : BBMD_Info BBMD 4
BACnetIPdatalink.Bbmd5 (PROP) ¶ PROPERTY Bbmd5 : BBMD_Info BBMD 5