Remember button press sequance timing

iDeeW

Member
Join Date
Aug 2012
Location
Houston,TX
Posts
6
Hi all,
Is there a way to save and replay a sequence of buttons in RSLogix Ladder?
(within a 10 second time frame)


Ex:
Button press sequence..


__|`|________|````````|______|``|______
|<----------------10sec--------------->|


Thanks
 
Last edited:
Assuming the button press is starting the sequence, you could can enable a timer and capture the .acc value everytime your button goes high; store the .acc in an array of integers, and use those #s to fulfill your purpose.
 
Assuming the button press is starting the sequence, you could can enable a timer and capture the .acc value everytime your button goes high; store the .acc in an array of integers, and use those #s to fulfill your purpose.


I think got it.

I have to measure both HIGH and LOW sides of the stream using timers. And push all ACC values to FIFO and then replay it all back after 10 sec.




Thanks for all your inputs (y).
 

Similar Topics

Square D had a group that wanted to develop PLC compatible power monitoring. They worked out of the Cedar Rapids circuit breaker plant - before...
Replies
0
Views
827
Hi! Omron CP1L. CX Programmer. How do I fix so that a CNTRX(548) remembers the count it had before a power failure? I need to know how many...
Replies
3
Views
1,393
Hi good people I haven't touched siemens S7 for a long time and would like a refresher please I have a s7-400 Plc running on a machine which has...
Replies
6
Views
2,365
I have seen in some Waste Water Treatment Plants A sort of PLC that used an ARM processor I think. I also think Siemens bought this company up a...
Replies
10
Views
3,435
It's too old, we are updating the screen to RSView, so need to know all the tags they used. Please help me, how to export all the tags from softwin?
Replies
0
Views
1,084
Back
Top Bottom