Pulsing an output methods?

joeholick

Member
Join Date
Mar 2012
Location
USofA
Posts
28
I would like to energize an output for say 3 seconds, and then de-energize for 3 seconds, and then re-energize for 3 seconds, and off again for 3, and then repeat this process so on and so forth to continue to happen for about 500 seconds. Any ideas on how the logic could be programmed? I am using a Micrologix 1000 with RSLogix500.

Thanks.
Joe.
 
How accurate does the 3 seconds need to be? Is three seconds plus one scan okay? If so, use a self resetting 3 second timer, and then use the done bit for flip-flop logic.
Search the site for flop-flop logic, there are many examples.
 
I'm going to assume you have some upstream conditions that determine when this output should cycle, call it "enable". When this is false, the output is off.

The "enable" causes a 6 second self resetting timer to run.
The "enable" and timer accumulator less than 3 seconds = output on.

This is the simplest way I know to do it.
 
Another alternative is a 500sec timer and use a bit address from the timer accumulator ie T4:0/ACC.5 By choosing Different bits you get different flash rates from one timer.
Paul
 
The 3 seconds doesn't need to be super accurate.

The output needs to be off at the end of the 500 seconds. The output could start either off or on, preferably off.

Yes an upstream input starts the sequence, where can I learn or what do I need to do to learn about the self resetting timer?

How the heck does the flash rate thingy work?? Elaborate or example would be awesome!

Thanks you guys.
Joe
 

Similar Topics

There are plenty of examples on the internet of how to make an LED fade on and off in a sort of pulsating or breathing pattern, but these all use...
Replies
17
Views
5,853
I have device which pulses a NO contact when it is in alarm (roughly 2 second pulse every 15 seconds). I need to move a 3-way valve when when my...
Replies
2
Views
2,550
Hi all, I am wanting to pulse an inverter to drive 2 seconds on and 2 seconds off 20 times after my machine crashes and builds back a slug of...
Replies
5
Views
2,702
Im running a few simple ladder programs in Simatic Step7. How do I pulse an input on and off so i can see its effect on the output. And also how...
Replies
3
Views
1,668
Hey all, I am starting a new project for a customer and I am adding in solenoid valves. Once added, I noticed there was a lack of an Output...
Replies
0
Views
70
Back
Top Bottom