TON not timing

DannyD303

Member
Join Date
Nov 2016
Location
Hingham, MA
Posts
30
Hello all,

I have a program that I'm in the process of debugging. For some reason though my timers don't seem to be working.
Its a simple single bit activation.
Any ideas as to why its not working please tell me.
Thank you!

Timer.jpg
4PkGJG7R+27YwAAAAASUVORK5CYIIA
 
A momentary impulse of "DRAIN_TUB" will have no effect other than to run the timer for the duration of the pulse.

Think of your code this way: if DRAIN_TUB is a pushbutton, the operator must hold the button for 10 seconds for the TUB_UP_TIMER to expire.

I don't know what your program's goal is, so this is the best I can offer until more information is provided.
 
Last edited:
Yes

I used to have an EQU statement with the timer but had the same result. I feel like I'm missing something simple but from what I can tell everything is correct.
 
Did the EQU evaluate to true? If so, is there another part of the program that takes action upon the TUB_UP_TIMER object? If you perform a cross-reference on that object (Right-click -> Go To Cross Reference), you can find this answer pretty quickly.
 
:oops::oops::oops::oops::oops:

dmargineau got it. Yeah not scanning the subroutine. SEE, I told you it was simple hahaha.

Thank you both! I thought I fixed that awhile ago but might have been a different program.
:sick:
 

Similar Topics

Ok guys I have a strange one. I just added a timer to to ML 1400 program, and it is not accumulating anything. But the OTE after the XIC TT...
Replies
6
Views
1,946
Hi all, Is there a way to save and replay a sequence of buttons in RSLogix Ladder? (within a 10 second time frame) Ex: Button press sequence...
Replies
4
Views
1,645
FactoryTalk View ME running on PanelView Plus 7, connected to Compact GuardLogix 5380 PLC Customer is asking for a physical push button to be...
Replies
6
Views
169
Hi everyone Is it possible to change a button image in FactoryTalk View SE (v13.00) using VBA?
Replies
0
Views
69
I'm using one TON (called SystemTimer) throughout a program that I change the .PRE given different conditions. I'm porting an IDEC ladder over to...
Replies
8
Views
259
Back
Top Bottom