Question: Using Altera Quartusll Design an AC control system that will turn on heat or cooling based on the inputs. the circuit, has 4 inputs, and

Using Altera Quartusll Design an AC control system that will turn on heat or cooling based on the inputs. the circuit, has 4 inputs, and outputs.
the inputs are:T1TO:
indicate if 01 room temp. higher than set temp.
if 11 or 00 room temp. equal set temp. if 10 room temp. lower than set temp.
M1MO:
if 11, then the AC is off if 10, then the heating is on.
if 01, then the cooling is on. if 00, then the auto mode is on.
The outputs:
H : output is 1, to turn heater on
C: output is 1, to turn chiller on
operation:
during heating mode, turn the heater on, when temp. is colder than set temp.
during cooling mode, turn the chiller on, when temp. is warmer than set temp.
on auto mode, turn Heater on when temp is cooler, and turn chiller on when temp is higher
if the AC is off, then neither is on
\table[[Inputs,Outputs],[M1,M0,T1,T0,H,C],[0,0,0,0,0,0],[0,0,0,1,0,1],[0,0,1,0,1,0],[0,0,1,1,0,0],[0,1,0,0,0,0],[0,1,0,1,0,1],[0,1,1,0,0,0],[0,1,1,1,0,0],[1,0,0,0,0,0],[1,0,0,1,0,0],[1,0,1,0,1,0],[1,0,1,1,0,0],[1,1,0,0,0,0],[1,1,0,1,0,0],[1,1,1,0,0,0],[1,1,1,1,0,0]]
using K- Map to get the Boolean expression for
 Using Altera Quartusll Design an AC control system that will turn

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To design the AC control system using Altera Quartus II based on the given inputs and outputs well d... View full answer

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 Databases Questions!