BACnet2DefaultImpl Library Documentation¶
- Company:
CODESYS
- Title:
BACnet2DefaultImpl
- Version:
2.0.0.0
- Categories:
Intern|BACnet
- Namespace:
BACnetDefaultImpl
- Author:
CODESYS Development GmbH
- Placeholder:
BACnet2DefaultImpl
Description [1]¶
The BACnet2DefaultImpl library provides default implementations of BACnet functionality. PLCs have their specific restrictions and ressource constraints - for example small memory, no filesystem or write limitations for flash filesystem, sometimes no realtime clock. BACnet2 library contains the universal part of BACnet, making no other assumptions than its unavoidable memory consumption.
The BACnet2DefaultImpl library makes specific assumptions documented at each item in the library. In case those assumptions could not be fulfilled by a specific PLC BACnet2DefaultImpl could be used as an example for a more specific implementation - it is provided with source code for this reason.