This logic group reports when the washing machine is ready.
To the logic group:
The input specifies the current value of the washing machine.
The door object is released when the washing machine is running.
The release takes place when the current value is greater than 5A (with the help of the comparator element).
When released, the measured value is passed on to another comparator.
This comparator checks whether the electricity value has reached the standby value of the washing machine.
If this value is not exceeded again for time X, a 0 is sent via the staircase timer.
This value 0 is then negated and given the value 1 to an output. This output then signals that the washing machine is ready.
Alexander Zappe