The sprinkler system is turned on set on1if start 1 the


Design the controller for a lawn sprinkler system. The controller accepts three inputs: START,DRYNESS AND RAIN. It produces two outputs: ON and FLOW. The description of of input/output signals is as follows:
START = 1. Start sprinkler in the morning (ON=1), if and only if it is needed.
DRYNESS: is a 2-bit input: 00 = too dry, 01 = dry, 10 = wet, and 11 = fully watered.
RAIN = 1. It is raining and the sprinkler should not be turned on.
ON =1. Turn on the sprinkler system.
FLOW is a 2-bit output which controls the flow of water: 11 = maximum flow, 10=medium flow, 01=drip, and 00=no flow.
The sprinkler system is turned on ( set ON=1),if start = 1 The lawn is not fully watered and it is not raining. The output flow should be maximum when the lawn is too dry, medium when it is dry and drip when it is wet. The sprinkler should be turned off when the lawn is fully watered.

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: The sprinkler system is turned on set on1if start 1 the
Reference No:- TGS0619780

Expected delivery within 24 Hours