confused about the difference between these two rungs

rscott9399

Member
Join Date
Aug 2017
Location
in space
Posts
114
Can someone explain the difference between these two rungs?
Dont they do the same thing?
If so what is the point of having the same thing two different ways.

2Timers.jpg
 
The top rung will only be off for 1 scan and the bottom rung will alternate on and off for 1 Sec each.
Edit:
Let me clearify...

The done bit on the top rung will be active for one scan only.
Timer[15].DN will be "ON" for one sec then "OFF" for one sec.
 
Last edited:
The first rung makes the .DN bit of Timer(14) true for one scan every second.

The second rung makes the .DN bit of Timer(15) false for 1 second, then true for one second, then false for one second, then true for one second ad infinitum as long as the PLC is running and the subroutine in which the rungs are located is called.
 
Last edited:
No they are not the same.
The first rung will cycle on for 1 program scan once every second.
The the first timer in the second rung will cycle on for 1 second then off for one second.
 
Thanks to all the constructive answers

Much appreciated.
As some of you have seen from my other posts i am an EE that works mainly in power, My job is changing a bit so now i need to learn this.
Thanks for the patience
 
One way to think about it:
With the first rung you have no on/off duty cycle control.
With the second, you do.
 
One way to think about it:
With the first rung you have no on/off duty cycle control.
With the second, you do.

right so the first one is just an instantaneous triggr so to speak to possible give a quick authorization every one second.

The second one is literally a blink with a 50% duty cycle that remains hight for the alotted time and then low for the alotted time.
 
Yup, think of the first one as a "blip" that occurs once per second (or so, there is an overhead penalty that will make it trigger a little slower than that). So you could use this for a marker to tell the program to collect data every 1 second.

The second rung would often be used as part of a flasher.


BTW, pretty island that you live on.
 

Similar Topics

Which of the following input operations require a conversion to digital form prior to input? a) disk b) analog c) contact closures d) limit...
Replies
12
Views
3,866
Hey all! I recently purchased myself a Panelview Plus off of ebay and i was hoping that i could upgrade the firmware on it to Version 9 or so and...
Replies
7
Views
2,730
Good morning everyone. I am apparently confused on the COP instruction. What I am trying to do is copy a DINT to a DINT in a User Defined Data...
Replies
16
Views
6,898
Hey guys, Im currently using the above flex IO to turn on two outputs these outputs go to two flashing red beacon lights. Here's the scenario: My...
Replies
4
Views
1,700
I'm event AV Technician (Sound, Projection, and Lighting). Over the last couple of years I've used a Weigl ProCommander PHX to control some event...
Replies
9
Views
2,687
Back
Top Bottom