Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions