BACnetDevice (FB)

FUNCTION_BLOCK PUBLIC BACnetDevice EXTENDS BACnetStaticObjectBase IMPLEMENTS IBACnetDevice

FB reflecting a BACnet-Device-Object. Normally one of those BACnet-Device-Objects is automatically created, when inserting/creating a BACnetServer (CODESYS-Device). It is possible, but not planned for such a BACnet-Server to handle more than one BACnet-Device-Objects per PLC (which makes essentially no sense, to have more BACnet-Devices than physical PLC-Devices). All BACnet-Properties are initialized using the Parameters of the BACnetServer-CODESYS-Device and are not further client side writeable. Anyways using functions of the base FB BACnetObjectBase, BACnet-Properties of this BACnet-Device-Object may be read or also be written. Additionally see documentation of BACnetObjectBase.