Skip to main content

Command: Reset Active Application Warm

Requirement: The application is in online mode.

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

Call:

  • Button: _c4_icon_manage_active_application.svg → Reset Active Application Warm

. After restarting with Reset Warm, the following will happen:
  • Application code remains loaded on the controller.

  • Variables are initialized (with the initialization value or the default initialization value 0).

  • Retain variables are retained with values.

  • 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.