APPLICATION (STRUCT)

TYPE APPLICATION : STRUCT

InOut:

Name

Type

Comment

pAppParent

POINTER TO APPLICATION

POINTER TO parent application

iId

UDINT

Id of the application. Is always unique.

CodeGuid

ARRAY [0..15] OF BYTE

GUID for IEC code

DataGuid

ARRAY [0..15] OF BYTE

GUID for IEC data

udiState

UDINT

State of the application. See definitions Application states

udiOpState

UDINT

Operating state of the application. See definitions Application operation states

hBootproject

RTS_IEC_HANDLE

Handle to bootproject

hDebugTask

RTS_IEC_HANDLE

Handle to debug task

pfGlobalInit

POINTER TO BYTE

Global Init Function

pfGlobalExit

POINTER TO BYTE

Global Exit Function

hSessionIdPool

RTS_IEC_HANDLE

Handle a pool of session-ids

hForcePool

RTS_IEC_HANDLE

Handle a pool of force entries

hBPPool

RTS_IEC_HANDLE

Handle a pool of breakpoints

bPersistentForce

DINT

Is persistent force enabled

szName

STRING(MAX_LEN_APPLNAME)

Application name

udiPSVersion

UDINT

Version number of Programming system (set in download)

udiTargetSettingVersion

UDINT

Version number of Target settings used by PS (set in download)