memory latch with a timer

I want to take my foot off the foot pedal after I step on it and still have the timer finish it's cycle.

redmanrh

That is how a TOF or OFF timer works, it starts timing when you remove your foot from the foot-switch, you don't need to seal or latch it in. Sounds like you are just confused on the operation of the timed bits, look at your timer data table while operating the foot-switch and you will figure it out.
I do agree with the others, TON or on delay timers are much less confusing.

Roger
 
Last edited:
Notice his original logic Roger:

| 0
|---] [---+----------( TIMER )
| |
| | TIMER
| +---]/[-----( 15 )


.
Whether or not redman understood how an off-delay timer operates, he was still requiring that the foot switch be ON for the valve to fire. The off-delay timer would start timing, but its contact became useless once the foot switch input went false.

beerchug

-Eric
 
I am not familiar with that PLC but here is
my suggestion:




foot_sw trigger
----| |---[osr]----------( )



trigger timer output
----| |--+-|/|------+-----( )
| |
output | | timer
----| |--+ +-----( )




foot_sw : input ("O")
output : output ("15")
timer : on_timer
trigger : some spare bit
[osr] : one shot (rising edge)





You can try to get rid of the first rung
and use input "O" instead of trigger.
in this case however output might stay on
for longer time than specified by timer
if operator decides not to remove foot
from foot switch. when using both rungs,
output would stay on for exactly same time
every time.
 
Last edited:

Similar Topics

Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
65
Hi, Yesterday, I was at a customer site. I made one little change. Changed a dummy bool output to an actual output. I didn't add any tags, or...
Replies
15
Views
328
I have a c-more micro with a three digit input box on one of the screens. This is being written to a memory location in a DL05. I don't have the...
Replies
3
Views
109
Hello PLC friends. I've been going through a saga of diagnosing and fixing an old PLC setup that I inherited. I am learning as I go. Initial...
Replies
14
Views
335
Hi folks ! Got an older Modicom BM85 and I suspect that it's not passing data to ModBus+ network. We had a power loss for a few days and I suspect...
Replies
0
Views
68
Back
Top Bottom