The goal of this project is to design the automation for a condominium complex security system. The project is now in th
Posted: Fri Jul 08, 2022 6:24 am
The goal of this project is to designthe automation for a condominium complex securitysystem. The project is now in the prototype stage, where asimplified version of the security system will be built. Your taskis to design this simplified security system.
The security system to be designed hasto be very simple. The minimum requirement is that it should have afront gate sensor and a motion detector sensor. If activated, thefront gate security system should play the front gate melody.Similarly, the motion detector component of the security system, ifactivated, should play the motion detection melody. In principle,the security system should operate in the following way. It isassumed that the system is initially in a reset state. The securitysystem requires two consecutive input warning signals before themotion detection melody or the front-gate melody is played. The twoinput signals are the front gate alarm (FGA) and the motiondetection alarm (MDA). The encoding of the input signals is asfollows:
FGA
MDA
Meaning
0
0
No alarm
0
1
Motion detectionalarm activated
1
0
Front gate alarmactivated
1
1
Both alarms areactive
The condominium complex has areceptionist and a security guard on duty. Either of them can callthe police immediately if alarmed. The outputs of this securitysystem are: no melody (00), motion detection melody (01) and frontgate melody (10). Note: Any unused state encoding in your designshould have the initial state as the next state.
1. Create a state definition table here that describes in plainEnglish what each state in your machine means and what binaryvalues you have assigned to represent each state, inputs, andoutputs.
2. Show your state diagrams, state transition tables and yourcircuit planning work (Karnaugh maps/equations) used in your designprocess. (You can do this by hand if you wish, donot show the full circuit schematic here.)
3. List your final design equations and required logic gates(including types of Flip-Flops) needed to complete thiscircuit.
The security system to be designed hasto be very simple. The minimum requirement is that it should have afront gate sensor and a motion detector sensor. If activated, thefront gate security system should play the front gate melody.Similarly, the motion detector component of the security system, ifactivated, should play the motion detection melody. In principle,the security system should operate in the following way. It isassumed that the system is initially in a reset state. The securitysystem requires two consecutive input warning signals before themotion detection melody or the front-gate melody is played. The twoinput signals are the front gate alarm (FGA) and the motiondetection alarm (MDA). The encoding of the input signals is asfollows:
FGA
MDA
Meaning
0
0
No alarm
0
1
Motion detectionalarm activated
1
0
Front gate alarmactivated
1
1
Both alarms areactive
The condominium complex has areceptionist and a security guard on duty. Either of them can callthe police immediately if alarmed. The outputs of this securitysystem are: no melody (00), motion detection melody (01) and frontgate melody (10). Note: Any unused state encoding in your designshould have the initial state as the next state.
1. Create a state definition table here that describes in plainEnglish what each state in your machine means and what binaryvalues you have assigned to represent each state, inputs, andoutputs.
2. Show your state diagrams, state transition tables and yourcircuit planning work (Karnaugh maps/equations) used in your designprocess. (You can do this by hand if you wish, donot show the full circuit schematic here.)
3. List your final design equations and required logic gates(including types of Flip-Flops) needed to complete thiscircuit.