News:

  • May 01, 2026, 02:02:31 AM

Login with username, password and session length

Author Topic: Run Mode Edits Allowed  (Read 12546 times)

eman5oh

  • Sr. Member
  • ****
  • Posts: 59
Run Mode Edits Allowed
« on: July 14, 2021, 11:28:27 AM »
Does a list exist with what is and is not allowed to be done with run mode edit? If I recall adding things like PID loops or new programs require the PLC be taken out of run mode, I am sure there are others as well.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3806
    • Host Engineering
Re: Run Mode Edits Allowed
« Reply #1 on: July 14, 2021, 11:40:59 AM »
Basically any change to the System Configuration.  When you create a code block, that creates a new heap-item in the System Configuration, hence requires a transition to Program mode.  Same with a PID instruction - it automagically creates a new PID structure heap item.

The System Configuration changes the structure of everything ladder logic does, possibly changing the actual low level ladder logic opcodes written to the PLC.  Hence, the Program ladder opcodes must be re-generated with the new System Configuration, and the System Configuration itself must be updated in Program mode.