MpCodeBoxFlexMonitorType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpCodeBoxFlexMonitorType

mapp Services V5.16

This data type provides information about the currently running program.

Parameter

Data type

Description

ProgramState

MpCodeBoxProgramStateEnum

Specifies the program's current state.

ProgramName

STRING[255]

Name of the program currently being executed.

FileName

STRING[255]

Name of the file currently being executed.

CurrentLineNumber

UDINT

Line number in the current file

PreviousLine

STRING[255]

Contents of the previous code line (already executed)

CurrentLine

STRING[255]

Contents of the current code line (currently being executed)

NextLine

STRING[255]

Contents of the next code line (executed next)

CallStack

ARRAY[0..4] of STRING[255]

Call stack of the currently executed code line. The call stack displays which function was used to call the currently executed code. If an action was programmed and the program is currently inside this action, for example, the call stack indicates where the action was called in the main program and the exact location within the action.

BreakPointCount

UDINT

Total number of breakpoints in the program