Are there 1-shots on Allen Bradley Pico PLC's?

zimmerjf

Member
Join Date
Nov 2004
Posts
3
hello,

new guy here...Are there 1-shots on Allen Bradley Pico PLC's?

If not, is there a simple circuit that I could build to act as a 1-shot?
 
If the "event" is driven by a mechanical switch or pushbutton you may want to setup an anti-bounce circuit to your code.




Event Lockout One-Shot
--] [----]/[------------( )-

Event Lockout
--] [-------------+------( )-
|
lockout ABT |
--] [-----]/[-----+

Event ABT
--]/[-----------[timer]
1/2 sec


 
Last edited:
Pico does not have one shot built in. The examples shown in the other post will do what you want and reset itself after each power re-cycle.

You could add another trigger to reset other than power cycling.
 

Similar Topics

Hi I never got around to finding a good system for oneshots in siemens. In AB i would normally use a DINT and point at the bit, this way I can...
Replies
11
Views
3,535
Hello, it's nice to meet you. I'm an undergraduate Mechanical Engineering student taking a PLC class right now and unfortunately, I need some help...
Replies
3
Views
2,897
I have some odd 'bugs' in one of our machines here and was wondering the following: If 'a' is toggled and b allows 'c' to latch. Is there any...
Replies
26
Views
6,077
Hello All, I recently posted inquiring about a Real Time Clock, instead I have been asked to create a PLC program that uses Timer, Counter, and...
Replies
3
Views
1,719
Back
Top Bottom