Hi,
i am trying to create a circuit in Blockly where a relay will be switched on if temp1>32 and this condition lasts for at least 30 seconds.
In this circuit I've created, all it needs to do is that if temp1 reaches 32.1*C and it doesn't matter that this condition lasts even 1 sec it counts down and after 30 secs it turns on the relay.
How to do this ?
Added after 34 [minutes]:
I don't know I'm testing, but it's probably that "Random within" :
That is, the temp1>32,1 condition must last continuously for at least 2 minutes.
i am trying to create a circuit in Blockly where a relay will be switched on if temp1>32 and this condition lasts for at least 30 seconds.
In this circuit I've created, all it needs to do is that if temp1 reaches 32.1*C and it doesn't matter that this condition lasts even 1 sec it counts down and after 30 secs it turns on the relay.
How to do this ?
Added after 34 [minutes]:
I don't know I'm testing, but it's probably that "Random within" :
That is, the temp1>32,1 condition must last continuously for at least 2 minutes.