0% found this document useful (0 votes)
562 views

Copy Machine

The document describes a simple copy machine that needs a logic circuit to generate a stop signal S under two conditions: 1) if there is no paper in the paper feeder tray, indicated by a HIGH logic signal P, or 2) if either of two micro-switches Q and R in the paper path are activated, indicating a paper jam. The solution provides a truth table and map to show that the output S will be HIGH whenever P is low, or whenever both Q and R are HIGH, indicating a paper jam. A circuit is then proposed where S is the OR of the inverted P signal and the AND of Q and R.

Uploaded by

Arial96
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
562 views

Copy Machine

The document describes a simple copy machine that needs a logic circuit to generate a stop signal S under two conditions: 1) if there is no paper in the paper feeder tray, indicated by a HIGH logic signal P, or 2) if either of two micro-switches Q and R in the paper path are activated, indicating a paper jam. The solution provides a truth table and map to show that the output S will be HIGH whenever P is low, or whenever both Q and R are HIGH, indicating a paper jam. A circuit is then proposed where S is the OR of the inverted P signal and the AND of Q and R.

Uploaded by

Arial96
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Following figure is a simple copy machine.

A stop signal S is to be generated to stop the machine


operation and energize an indicator light whenever either of the following conditions exists:
i)
ii)

There is no paper in the paper feeder tray


The two micro-switches in the paper path are activated, indicating a jam in the paper path.

The presence of paper in the feeder tray is indicated by a HIGH at logic signal P. Each of the micro
switches produces a logic signal (Q & R) that goes HIGH whenever paper is passing over the switch
to activate it. Design a logic circuit to produce a HIGH at output signal S for the stated conditions.
Feeder tray
Sensor

+5V

Q
Logic
Circuit

1 K

Paper sensing
switches

1 K
Solution:
The S output will be a logic 1 whenever P=0 because this indicates no paper in the paper feeder
tray. S will also be a 1 for the two cases where Q and R both indicating a paper jam.
1. Truth Table :

2. MAP :

Inputs
P
0
0
0
0
1
1
1
1

Output
S

0
0
1
1
0
0
1
1

0
1
0
1
0
1
0
1

1
1
1
1
0
0
0
1

3. Circuit Diagram :

QR
0
1

00
1

01

11

10

1
Fig: Map for S

S P QR

Q
R

You might also like