Shortcuts for Commissioning
This topic provides a summary of all keyboard shortcuts that you can use in online/debug mode.
Shortcuts in the Controller 'Cockpit'
Use the following shortcut keys to perform tasks in the controller 'Cockpit'. For details on the tasks, see the topic "Controlling the Application from the Controller 'Cockpit'".
Task | Shortcut |
---|---|
Write and start project on the controller (sources are not sent) | <F5> |
Write and start project (with download sources) on the controller | <Ctrl>+<F5> |
Stop the program execution on the controller | <Ctrl>+<Alt>+<F2> |
Execute a hot start on the controller | <Ctrl>+<Alt>+<F3> |
Execute a warm start on the controller | <Ctrl>+<Alt>+<F4> |
Execute a cold start on the controller | <Ctrl>+<Alt>+<F5> |
Reboot the controller | <Ctrl>+<Alt>+<F6> |
Shortcuts in online worksheets
Use the following shortcut keys to perform tasks in online worksheets. For details on the tasks, see the topics "Debugging Code: Forcing/Overwriting" and "Debugging Code: Breakpoints".
Task | Shortcut |
---|---|
Toggle breakpoint | <Ctrl>+<Alt>+<F9> |
Enable/disable breakpoint | <Ctrl>+<Alt>+<F10> |
Overwrite or force the selected element with a defined value | <Ctrl>+<Alt>+<2> |
Add selected element to WATCHES window | <Ctrl>+<Alt>+<5> |
Add selected element to LOGIC ANALYZER window | <Ctrl>+<Alt>+<6> |
Shortcuts in SFC code worksheets
Use the following shortcut keys to perform tasks in SFC code worksheets. For details on the tasks, see the topic "Debugging SFC Code".
Task | Shortcut |
---|---|
Activate operating mode as preset at the SFC function block input PRESET_OPERATING_MODE | <Ctrl>+<ALT>+<E> |
Set the operating mode to automatic mode (SFC_OPERATING_MODE_AUTO) | <Ctrl>+<ALT>+<R> |
Set the operating mode to halt mode (SFC_OPERATING_MODE_HALT) | <Ctrl>+<ALT>+<H> |
Set the operating mode to step mode (SFC_OPERATING_MODE_STEP) | <Ctrl>+<ALT>+<S> |
Set the operating mode to forced mode (SFC_OPERATING_MODE_STEP_FORCED) | <Ctrl>+<ALT>+<Shift>+<S> |
Execute the succeeding step in the SFC program | <Ctrl>+<ALT>+<N> |
Activate the selected step | <Ctrl>+<ALT>+<A> |
Deactivate the selected step | <Ctrl>+<ALT>+<D> |
Add selected element to WATCHES window | <Ctrl>+<Alt>+<5> |
Add selected element to LOGIC ANALYZER window | <Ctrl>+<Alt>+<6> |
Shortcuts in WATCHES window
Use the following shortcut keys to perform tasks in the WATCHES window. For details on the tasks, see the topic "WATCHES: Monitoring/Debugging the Application".
Task | Shortcut |
---|---|
Overwrite or force the selected element with a defined value | <Ctrl>+<Alt>+<2> |
Reset the forced value to the actual value | <Ctrl>+<Alt>+<3> |
Select all elements | <Ctrl>+<A> |
Remove the selected element from the WATCHES window | <Del> |
Shortcuts in BREAKPOINTS window
Use the following shortcut keys to perform tasks in the BREAKPOINTS window. For details on the tasks, see the topic "Debugging Code: Breakpoints".
Task | Shortcut |
---|---|
Continue program execution until the next set breakpoint is reached | <Ctrl>+<Shift>+<F5> |
Step into the code | <F11> |
Step over the code | <Ctrl>+<F11> |
Step out of the code | <Shift>+<F11> |