News:

  • June 12, 2026, 01:22:44 AM

Login with username, password and session length

Author Topic: Odd timer behavior with DL 260 PLC  (Read 9440 times)

Stan

  • Newbie
  • *
  • Posts: 8
Odd timer behavior with DL 260 PLC
« on: February 15, 2013, 08:51:44 PM »
I am having a problem with timers in a DL260 PLC.  The timer completed bits on several of my timer status bits are randomly turning on and off. This happens while the timer is still timing out and it happens even after the timer has timed out.  It's as if some other logic is overriding the timer status bits but I cannot find anything obvious in my program where this might be happening.  I've programmed many DL205 series PLCs and this is the first time that I've seen this behavior.  Any idea as to what is going on?

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Odd timer behavior with DL 260 PLC
« Reply #1 on: February 15, 2013, 08:55:57 PM »
Can you post a section of the program with the timer? The whole program would be even better. Are there any external devices (HMI, network) which are writing to the same area as the time 'done' bits?
An output is a PLC's way of getting its inputs to change.

Stan

  • Newbie
  • *
  • Posts: 8
Re: Odd timer behavior with DL 260 PLC
« Reply #2 on: February 16, 2013, 08:44:03 AM »
I've attached a zip file with the complete program.  I am using a PC running LabVIEW as the HMI but the timers act the same whether the HMI is running or not running so I don't think that the HMI is causing the problem.  Thanks for looking at this for me. I appreciate the help.