Command Step over

Symbol: Command Step over 1:

Shortcut: [F10]

Function: The command executes the instruction the program is currently at and stops before the next instruction in the programming block.

Call: Debug menu, TwinCAT PLC toolbar options

Requirement: The PLC project is in online mode. The program is at a stop position (debug mode).

If the instruction to be executed contains a call (from a program, function block instance, function, method, or action), the subordinate programming block is completely traversed in one step and the program returns to the call position. Stops before the next statement (in the next line of code).

Select the command Single step to jump to a subordinate function block and execute it step by step.

See also: