When exactly does a timer get energized

sinha_nsit

Member
Join Date
Aug 2007
Location
varanasi
Posts
17
A timer must get energized whenever the set time is reached. This may happen in the middle of the program scan. Then, in the same scan, the same contacts (say, N/O type) may be logic 0 in the beginning of the ladder, and logic 1 towards the end. Or, is the effect of energizing goes to the next scan? Please clarify.
 
The evaluation of whether the timer's accumulated value has reached its preset takes place at the point in the ladder where the timer function is located. In the scan in which the timer's accumulated value reaches its preset, a NO contact addressed to the timer's done bit will be false in all rungs before the timer function and true in the rungs following. In all subsequent scans, the same contacts will all be true until the timer is reset. The same analysis applies in the scan in which the timer is reset.

In the example below, in the scan when the timer's accumulated value reaches its preset, Output 1 will be false and Output 2 will be True. In subsequent scans both outputs will be true. In the scan where "True Logic" is no longer true and the timer is reset, Output 1 will be true and Output 2 will be false. After that, both outputs will be false.

Timer Output
Done 1
-] [----------------------( )-


True Timer
Logic Done
-] [------------|Timer|---( )-


Timer Output
Done 2
-] [----------------------( )-

 
The PLC program is a computer program. It is a list of instructions and memory addresses what a processor executes one at a time. Unless the processor acts on the instruction the contents of the memory address do not change. It is not a collection of devices.
 

Similar Topics

I tried researching but I still don't quite get it. As far as I understood, it's used after a function is called in STL and then if the function...
Replies
1
Views
138
I'm trying to figure out if going for a BSEE and specializing in PLC's is the right choice for me. Money isn't a big factor for me, it's the...
Replies
14
Views
7,894
This is something that's been annoying me on and off for months if not years, but I've finally got sufficiently pi$$ed off to want to get to the...
Replies
2
Views
4,389
Hi all, New grad working with PLCs for the first time. Today I came across the concept of scheduling when adding new devices to a ControlNet...
Replies
2
Views
1,072
So we are trying to read 3 meters on our line from a webpage. The 3 meters are on the network going to a PLC which is properly configured to read...
Replies
15
Views
4,581
Back
Top Bottom