Hi there,
I?ve got a new small problem:
I would like to ?filter? the input on 3 input channels, so that I max use one input per 3 seconds.
The inputs are Push Buttons activated by humans. And I don?t want to record somebody activating a button e.g. 10 times i 3 seconds.
I would therefore like to make all 3 inputs inactive for a specific time ( e.g. 3 seconds) when one of the inputs has been activated.
I can do this in Tbasic with the ?Delay? function, but that stops everything else which is not intended.
I just want to stop these 3 inputs from responding
Can somebody help me with a solution in Ladder instead? Something like this:
Input1 ------- Block -------------------I-- Out1
N.C. I-- Block ? Ideally a 3 sec relay
I-- Function1 ? My stuff
Input2 ------- Block -------------------I?Out2
N.C. I-- Block
I-- Function2 ? My stuff
Input2 ------- Block -------------------I?Out2
N.C. I-- Block
I-- Function3 ? My stuff