Command Step out

Symbol: Command Step out 1:

Shortcut: [Shift] + [F11]

Function: The command executes the program until the next return and then stops.

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 current stop position is in a subordinate programming block, this is run through to the end. Then the program jumps back to the call position in the calling programming block and stops there (in the line with the call).

If the current stop position is in the main program, the programming block is run through to the end. Then the program jumps back to the beginning (to the program start at the first code line in the programming block) and stops there.

See also: