News:

  • August 31, 2026, 05:51:04 PM

Login with username, password and session length

Author Topic: RUN MODE  (Read 10385 times)

ryanastiefes

  • Sr. Member
  • ****
  • Posts: 72
RUN MODE
« on: April 30, 2024, 04:48:46 PM »
Is there anyway to set the controller into RUN mode programmatically or prevent the controller from going into PROGRAM mode when running in RUN mode?

Bolt

  • Hero Member
  • *****
  • Posts: 598
Re: RUN MODE
« Reply #1 on: April 30, 2024, 05:19:03 PM »
If the program isn't actually running, it can't set itself to RUN mode, can it?
As far as preventing it from going to PROGRAM mode, I think at times it needs drop itself to PROGRAM mode in case of a watchdog error, config error, etc.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: RUN MODE
« Reply #2 on: April 30, 2024, 05:19:53 PM »
Is there anyway to set the controller into RUN mode programmatically or prevent the controller from going into PROGRAM mode when running in RUN mode?

You can put the physical mode switch on the front of the CPU in the RUN position.  As long as there are no fatal errors, nothing - not even Do-more Designer - can take it out of RUN mode.

The only way is a fatal error or for someone to walk up to the panel and physically move the switch from RUN to STOP.

ryanastiefes

  • Sr. Member
  • ****
  • Posts: 72
Re: RUN MODE
« Reply #3 on: April 30, 2024, 05:55:25 PM »
I have systems that are powered via solar. During winter months the batteries will loose their charge which shuts down the controller. When the batteries charge back up the controller will boot back up in PROGRAM mode even though they were in RUN mode. How would I go about making sure the controller boots back into RUN mode?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: RUN MODE
« Reply #4 on: April 30, 2024, 10:15:57 PM »
What is in the system log?  That can point to some root causes.

ryanastiefes

  • Sr. Member
  • ****
  • Posts: 72
Re: RUN MODE
« Reply #5 on: May 02, 2024, 04:05:01 PM »
I'll pull the log next time I'm at one of the controllers. Thanks for geting back to me.