Command ‘Operating Mode’

Function: These commands set the controller in a state that prevents accidental change to the project.

Call: Menu bar: Online ‣ Operating Mode.

You can use these commands, for example, to lock the state of a controller in order to prevent the controller from switching to another state while you program another controller.

When programming is complete, the controller should then be switched to a defined and externally visible state that is set exactly the same way after reboot.

If it supports the controller, then you can switch the controller to the following operating modes:

  • 687b59ab099d8a65c0a8640e01834581_ab27be4d0a62cc68c0a8640e00982e70 Debug: No restrictions
  • 687b59ab099d8a65c0a8640e01834581_f9312edd0a6365bcc0a8640e01ddba3a Locked: The current state of debugging is locked on the application. No more breakpoints can be set and no variables can be forced. Writing of variables is still possible.
  • 687b59ab099d8a65c0a8640e01834581_3cba35cd0a63f963c0a8640e004519f3 Operational: Nothing can be changed. Breakpoints cannot be set. Writing of variables is still possible.

The symbols 687b59ab099d8a65c0a8640e01834581_ab27be4d0a62cc68c0a8640e00982e70 , 687b59ab099d8a65c0a8640e01834581_f9312edd0a6365bcc0a8640e01ddba3a , and 687b59ab099d8a65c0a8640e01834581_3cba35cd0a63f963c0a8640e004519f3 in the status bar indicate the current operating mode. Double-clicking one of these symbols opens a help window.

Conditions for activating the Operational mode

  • A boot application for each application must be present on the controller.
  • There must not be any active breakpoints set.
  • All applications must be running.
  • There must not be any forced values present.
  • Moreover, the device can define more of its own restrictions.

Note

You cannot switch the operating mode between Locked and Operational.