APPLICATION_INFO (STRUCT)

TYPE APPLICATION_INFO : STRUCT

<category>Application information</category> <description>

Contains the application information as specified in the application property dialog in CoDeSys.

</description> <element name=”pstProjectName” type=”OUT”>Pointer project name</element> <element name=”pstAuthor” type=”OUT”>Pointer to author</element> <element name=”pstVersion” type=”OUT”>Pointer to version as string in the format “x.x.x.x”</element> <element name=”pstDescription” type=”OUT”>Pointer to description</element> <element name=”pstProfile” type=”OUT”>Pointer to used CoDeSys profile name</element> <element name=”dtLastChanges” type=”OUT”>Time and date of last modification of the application (UTC)</element>

InOut:

Name

Type

pstProjectName

POINTER TO STRING(255)

pstAuthor

POINTER TO STRING(255)

pstVersion

POINTER TO STRING(255)

pstDescription

POINTER TO STRING(255)

pstProfile

POINTER TO STRING(255)

dtLastChanges

DT