Question: Objective: Design a water tank overflow detection system using sensors , logic gates, and sequential elements in Multisim. This system will: Monitor water levels (

Objective:
Design a water tank overflow detection system using sensors, logic gates, and sequential elements in Multisim. This system will:
Monitor water levels (low, medium, high).
Control a pump based on the water level.
Trigger an alarm when the tank reaches overflow.
Instructions:
Part 1: Water Tank Overflow System - Step-by-Step Guide in Multisim
Step 1: Setting Up Water Level Sensors (10 Marks)
Open Multisim:
Start Multisim and create a new blank circuit.
Add Digital Switches for Sensors:
-From the Components Library, go to Place > Component.
In the Component Browser, select Sources > Digital Sources.
Choose Digital Switch (often labeled as "Switch SPDT" or similar), and click OK to place it on the workspace.
Place four switches on the workspace to represent each water level:
Low (L)
Medium (M)
High (H)
Overflow (O)
Label the Switches:
Right-click each switch, select Properties, and rename each switch according to the water level it represents (L,M,H,O.
Configure Each Switch to Control Water Level:
These switches will represent whether a certain water level has been reached. When you toggle a switch, it simulates the tank reaching that specific level.
Initial State:
Keep all switches in the OFF position initially to show the tank is empty.
-Screenshot: Capture a screenshot of this initial stqte with all switches OFF.
Step 2: Designing the Control Logic (15 Marks)
Obiective:
Step 2: Designing the Control Logic (15 Marks)
Objective:
-The goal is to create logic circuits for controlling the pump and triggering an alarm based on the water levels. The pump should be ON when the water level is low, OFF when it reaches the high level, and the alarm should activate if there's an overflow.
Boolean Expressions:
Pump ON Condition: L*M'*H'L*M'*H'
Pump OFF Condition: High level detected (H).
Alarm Condition: Overflow level detected (O).
Place Logic Gates in Multisim:
Go to Place > Component.
-In the Component Browser, choose TTL or CMOS logic family to find gates.
-Search for and place the following gates on the workspace:
AND gate for combining inputs.
NOT gate to create inverted signals M' and H'.
OR gate if needed for combining additional logic.
Connect Switches to Logic Gates:
Connect the Low (L) switch directly to an AND gate.
-Place NOT gates after the Medium (M) and High
(H) switches to produce M' and H'.
Connect L,M', and H' to the AND gate to create the Pump ON Condition.
Connect the High (H) switch to another gate to represent the Pump OFF Condition.
Connect the Overflow (O) switch directly to an output (e.g., LED or buzzer) for the Alarm Condition.
Use Interactive Digital Probes:
Go to Instruments > Probes > Digital Probe.
Place a Digital Probe on each output of the logic circuit to monitor the pump and alarm states.
Verify the Outputs:
Test each water level condition by toggling the switches:
Low level only should turn ON the pump.
High level should turn OFF the pump.
Overflow level should activate the alarm.
Deliverables:
-Screenshots: Capture screenshots of the circuit in each state (Low, Medium, High, Overflow) and show the pump and alarm outputs.
Step 3: Pump Control Using Flip-Flops (10 Marks)
Objective:
Use a D flip-flop to retain the state of the pump based on water level changes.
Add a D Flip-Flop to the Circuit:
Go to Place > Component.
Select Digital > Flip-Flops, then choose D flip-flop (e.g.,74LS74 if using TTL logic).
Place the D flin-flon on the workspace.
Step 3: Pump Control Using Flip-Flops (10 Marks)
Objective:
Use a D flip-flop to retain the state of the pump based on water level changes.
Add a D Flip-Flop to the Circuit:
Go to Place > Component.
-Select Digital > Flip-Flops, then choose D flip-flop (e.g.,74LS74 if using TTL logic).
Place the D flip-flop on the workspace.
Connect the Pump ON Condition to the Flip-Flop:
Connect the output from the Pump ON Condition circuit (from Step 2) to the D input of the flip-flop.
Add a Clock Signal:
Go to Sources > Clock Voltage.
-Place a clock on the workspace and connect it to the Clock (CLK) input of the D flip-flop to simulate time progression.
Set Up Flip-Flop Output (Q):
Connect the Q output of the D flip-flop to an LED to visualize the pump state (ON/OFF).
-When Q=1, the LED should indicate that the pump is ON, and when Q=0, the LED should indicate the pump is OFF.
Deliverables:
-Screenshot: Show the pump state (ON/OFF) as the water level changes (Low, High).
Step 4: Alarm System (5 Mar
Objective: Design a water tank overflow detection

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Electrical Engineering Questions!