RSLogix 5000 Pulse timer (high, low, high) bit

N.B. I am not the only or even one of a few here who could do this. I am simply the one who had the time and resources (and interest/O.C.D. ;)) to code a solution. @parky in another recent thread has coded a solution to a similar problem.
 
Last edited:
TL;DR I "It's just zeros and ones, it cannot be hard" - Jouni Rynö

TL;DR II "Jouni Ryno needs a poke in the eye." @Puddle.



Programming ladder? About 5y. Although my sensei, such as the forum members here and my brother, have been doing it much longer.

Programming in general? About 45y.

Making mistakes? Much, much longer. This last one improves the skills of the previous two ;).



Sometime I honestly think I don't know.

Every useful computer program, regardless of language environment, is a model of some sub-system of the real world; it helps to have an engineering background* to be able to tie the two together. The primary design choice is the level of fidelity in the model of the real-world subsystem, and that is often constrained by what the chosen language and computing can do (ladder instruction set; scan time and hardware; etc.). All other design choices flow from that. After that, refer to TL;DR I above.

* or to know how to multiply by one, which is essentially the same thing as engineering

You will probably move on because that is what your employer pays you for, and that is fine; I hope you understand what I did, especially the edge detection. But if you don't, you could spend your own time in worse ways than studying and thinking about these few rungs to understand exactly what the PLC is doing and how the different pieces work together: time (scan cycle); bits; compound bits such as integers and timer structures; instructions. It may seem like magic, but it is just zeros and ones, and at some point some folks' brains click, grok, and it becomes second nature.

Wisely stated! Yes I do understand what you did, as one member said, there is probably a dozen different ways to do this, and you devised a pretty clever approach.

Well... if you're looking for a job, let me know! ha ha ha ha
 

Similar Topics

Hi Guys, I am trying to create a triangle (Sawtooth) pulse in RSlogix 5000 using counters/timers and anything else. I'm not sure what the ladder...
Replies
43
Views
17,027
hello guys is there any 1 millisecond pulse generator in the rslogix5000 inbiult
Replies
9
Views
10,015
Hi all, Anyone knows how to declare a one second pulse in the Rslogix 5000? Is there any command for this function? It does not same like GE or...
Replies
34
Views
86,582
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
157
Back
Top Bottom