Data types

The TwinCAT 3 type system displays the data types in an editor on four different tabs. The editor is opened by double-clicking on the "Type System" object in the TwinCAT 3 project tree.

Data types 1:

The following data types (TMC editor: "Specifications") are displayed on the Data Types tab:

The interfaces are displayed on the Interfaces tab. This data type describes an interface that can be provided or used by different components such as function blocks or TcCOM modules. An interface consists of methods that have a respective signature.

The Functions tab shows PLC functions and PLC function blocks whose definition was read from in a TMC/TML file.

The Event Classes tab defines event classes that are used for the TwinCAT 3 EventLogger.