Library
2.5.0
  • ABB - AC500
  • CODESYS - Application
  • CODESYS - Use Cases
  • CODESYS - System
  • CODESYS - Intern
    • CANbus
    • CAA
    • 3SLicense (LIB)
    • AlarmManager
    • SFC
    • Networking
    • Asynchronous Job Manager (LIB)
    • BACnet
      • BACnet (LIB)
      • CODESYS BACnet library - detailed information
        • Contents:
          • BACnetClient
          • BACnetHooksCallbacks
          • BACnetObjects
          • BACnetServer
            • Async
            • BACnetIPdatalink (FB)
              • BACnetIPdatalink.Bbmd0 (PROP)
              • BACnetIPdatalink.Bbmd1 (PROP)
              • BACnetIPdatalink.Bbmd2 (PROP)
              • BACnetIPdatalink.Bbmd3 (PROP)
              • BACnetIPdatalink.Bbmd4 (PROP)
              • BACnetIPdatalink.Bbmd5 (PROP)
              • BACnetIPdatalink.Bbmd6 (PROP)
              • BACnetIPdatalink.Bbmd7 (PROP)
              • BACnetIPdatalink.CntBbmd (PROP)
              • BACnetIPdatalink.ForeignDevAddr (PROP)
              • BACnetIPdatalink.ForeignDevAddrPort (PROP)
              • BACnetIPdatalink.ForeignDevRegTimeout (PROP)
              • BACnetIPdatalink.IPaddress (PROP)
              • BACnetIPdatalink.MaxMsgReq (PROP)
              • BACnetIPdatalink.NetworkNumber (PROP)
              • BACnetIPdatalink.UDP_Port (PROP)
              • protected
            • BACnetMSTPdatalink (FB)
            • BACnetServer (FB)
            • IBACnetServer (ITF)
          • BACnetServerPlugin
          • Constants (GVL)
          • Enums
          • Library Information
          • Persistence
          • PropertyConfiguration
          • Structs
          • Utilities
        • Indices and tables
      • BACnetDefaultImpl (LIB)
    • IoDriverBase
    • Breakpoint Logging Functions (LIB)
    • DataSources
    • CoDeSys Memory Manager (LIB)
    • DataServer
    • Common Behaviour Model (LIB)
    • Element Collections (LIB)
    • Utils
    • IoDrivers
    • SymbolConfiguration
    • MultiCore
    • ModbusTCP Slave (LIB)
    • NetVars
    • RecipeManagement
    • Visu
    • Rts Service Handler (LIB)
    • Strings
    • SharedData Utilities for MultiCore (LIB)
    • Safety
    • Unit Conversion Interfaces (LIB)
Library
  • »
  • CODESYS - Intern »
  • BACnet »
  • BACnet (LIB) »
  • BACnetServer »
  • BACnetIPdatalink (FB)

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.

  • BACnetIPdatalink.Bbmd0 (PROP)
  • BACnetIPdatalink.Bbmd1 (PROP)
  • BACnetIPdatalink.Bbmd2 (PROP)
  • BACnetIPdatalink.Bbmd3 (PROP)
  • BACnetIPdatalink.Bbmd4 (PROP)
  • BACnetIPdatalink.Bbmd5 (PROP)
  • BACnetIPdatalink.Bbmd6 (PROP)
  • BACnetIPdatalink.Bbmd7 (PROP)
  • BACnetIPdatalink.CntBbmd (PROP)
  • BACnetIPdatalink.ForeignDevAddr (PROP)
  • BACnetIPdatalink.ForeignDevAddrPort (PROP)
  • BACnetIPdatalink.ForeignDevRegTimeout (PROP)
  • BACnetIPdatalink.IPaddress (PROP)
  • BACnetIPdatalink.MaxMsgReq (PROP)
  • BACnetIPdatalink.NetworkNumber (PROP)
  • BACnetIPdatalink.UDP_Port (PROP)
  • protected
    • BACnetIPdatalink.CheckNetworkSettings (METH)
    • BACnetIPdatalink.GetIPaddrFromETH (METH)
Next Previous

© Copyright 2021, ABB.