Command Run To Cursor

Symbol: Command Run To Cursor 1:

Function: The command executes a program up to a position marked with the cursor.

Call: Context menu

Requirement: The PLC project is in online mode. The program is at a stop position (debug mode). You have marked any line of code in any programming block with the cursor.

The instructions that lie between the current stop position and the cursor position are executed in one step. Then the execution stops at the cursor position, which thus becomes the next stop position. Note that the line of code where you placed the cursor is reached but not executed.

See also: