News:

  • June 09, 2026, 06:15:41 AM

Login with username, password and session length

Author Topic: CPU LED.  (Read 10266 times)

chiali

  • Jr. Member
  • **
  • Posts: 12
CPU LED.
« on: January 11, 2008, 12:55:58 PM »
Hi all,
The CPU LED of my DL05 PLC turns ON from time to time (Randomly after many cycles of the machine process.);
so I have to power cycle to restart the machine.
Could it be a programming problem?
What should I do to avoid this?
 

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 702
  • Hmmm...
    • Host Engineering, Inc.
Re: CPU LED.
« Reply #1 on: January 29, 2008, 09:31:24 AM »
If you haven't already done so, you may want to contact Automation Direct techs, or post this question on their forum. However, if the CPU light is turning on it could be caused by one or more of these things:

  • Noisy power
  • Bad grounding
  • Programming that causes the CPU watchdog to timeout.

The CPU watchdog timeout is, by default, 200ms. In other words, if the scan of the PLC was to periodically exceed 200ms, then the CPU light would turn on. You could cause the scan of the PLC to increase in time by having For/Next loops that take too much time, or you could've changed the watchdog timeout value down from 200ms... something like that.
There are two types of people in the world; those that can extrapolate from incomplete data sets.