PROJECT_INFO (STRUCT)
TYPE PROJECT_INFO : STRUCT
<category>Project information</category> <description>
Contains the project information as specified in the project information dialog in CoDeSys. To use this, the checkbox “Automatically generate POUs for property access” in the project information dialog be enabled.
</description> <element name=”stProjectName” type=”OUT”>Project name without ending</element> <element name=”stTitle” type=”OUT”>Title</element> <element name=”stVersion” type=”OUT”>Version as string in the format “x.x.x.x”</element> <element name=”stAuthor” type=”OUT”>Author</element> <element name=”stDescription” type=”OUT”>Description</element>
- InOut:
Name
Type
stProjectSTRINGstTitleSTRINGstVersionSTRINGstAuthorSTRINGstDescriptionSTRING