Tutorial: Class Diagram
Using class diagrams
Class diagrams illustrate the static structure of an application or sub-application. They provide an overview of the classes, the attributes of the classes, the behavior of the methods, and the relationships between the classes. This means that you can represent the software architecture of an application as a class diagram.
In CODESYS, you can use class diagrams to analyze applications. You can also design and develop applications.