Timer

serogm

Member
Join Date
Apr 2010
Location
Burbank
Posts
16
Example 7.jpg
Hi, okay, thank you.
on example 7 that you sent me, why address T4:6.ACC/0 is ON, start counting number 1 and OFF for one sec and on again and so on. also why address T4:6.ACC/1 is on (ON) when number is 2? and stay ON for 2sec and OFF for 2sec and so on?
Thank you
 
I'm sorry but you won't get very far in PLC control if you don't understand binary numbers. The accumulator is counting UP once per second. If that isn't enough then find a reference for binary and start reading.
 
from the silver platter department ...

in the picture attached below, we've manually stored the values 0, 1, 2, 3, 4, 5, etc. in locations B3:0, B3:1, B3:2, B3:3, B3:4, B3:5, etc. ...

now look DOWN the "0" column of bits on the table and notice the 0, 1, 0, 1, 0, 1, etc. pattern ...

now look DOWN the "1" column of bits on the table and notice the 0, 0, 1, 1, 0, 0, etc. pattern ...

so - FINALLY - something useful for all of that "binary numbering" theory that they make us learn in school ...

note to Bernie ... I can remember how stunned I was when I first noticed that pattern for myself ... NONE of my instructors EVER pointed out the very simple pattern to me - I just noticed it one day ...

here's another simple pattern that I noticed just a few years ago ... learning the NINE's multiplication table is EASY to remember ... suppose you need to multiply NINE times SEVEN ... the answer will start with ONE LESS THAN the "question" number ... so since we're multiplying by SEVEN, our answer must start with SIX ... and the two numbers in the answer always add up to NINE ... so since we've already got SIX for the first number, the second number must be THREE ... so - NINE times SEVEN equals SIXTY-THREE ... I've helped about a dozen neighborhood school kids with that little trick ...

now then - can you image just how many little "math" patterns are rattling around in the noggin of our distinguished colleague Peter Nachtwey? ... I hate to even think about it ...

bit_pattern.JPG
 
Last edited:

Similar Topics

Hello, I still do not have equipment in to test. But the RTAC ladder does not have a timer reset coil. I wonder if a reset coil on Timer.IN is...
Replies
1
Views
109
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
108
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
352
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
459
why my timer only executes once here? After first time i use it, ET stays at 0ms all the time. It is in FB
Replies
5
Views
324
Back
Top Bottom