Skip to main content

Command: Reset Active Application Cold

Requirement: The application is in online mode.

Function: The command triggers a cold start of the active application on the controller.

Call:

  • Button: _c4_icon_manage_active_application.svg → Reset Active Application Cold

. After restarting with Reset Cold, the following will happen:
  • Application code is retained on the controller.

  • Variables are initialized (with the initialization value or the default initialization value 0), and the previous values are lost.

  • Retain variables are initialized, and the previous values are lost.

  • Persistent variables are retained with values.

  • Breakpoints which were set in the code are retained with their status, for example enabled or disabled.

  • The application goes into Stopped status.