Huwebes, Enero 26, 2012

The Seven Segment Display

A Seven Segment Display (SSD) is a form of electronic display device for displaying decimal numerals. This is widely used in digital clocks, electronic meters, and other electronic devices. In this activity, we will show how we were able to display decimal numerals (0-9) using binary coded decimal via the SSD.

Before proceeding on, be sure to have an idea how an SSD work and most importantly its pin configuration. Below is an image showing the pin configuration of the SSD. SSD has two types of common. The Cathode and the Anode. The cathode is a common ground while an anode is a common vcc. As for this experiment, we used a cathode, because its common is ground and all our inputs are positive, since an IC produces an output of a positive value. As you can see on the image, there are 7 inputs for this component device. By analyzing this component, we can use a 4bit binary code (A,B,C, and D).




Now that we have our 4bit binary code and our 7 inputs for the display, we can create our truth table. Here is an image of the truth table showing an output of numerical values from 0-9.


Now, we can proceed to our K-Map:




After having our K-Map, we can convert our equation into a schematic diagram:



Finally, here is the final output after implementing our schematic diagram into the breadboard:





Biyernes, Enero 20, 2012

Water Level Indicator System


A water tank system is in need of a level indicator which determines 9 water levels. Ten lamps are used to provide visual indication of the water levels. This is called a water level indicator system which provides the following lamp outputs:

Level 1 - L1 and L2
Level 2 - L2 and L3
Level 3 - L3 and L4
Level 4 - L4 and L5
Level 5 - L5 and L6
Level 6 - L6 and L7
Level 7 - L7 and L8
Level 8 - L8 and L9
Level 9 - L9 and 10

And when there is no water, all lamps will light up.

Before proceeding in constructing the circuit, let us first analyze the problem statement with the use of the truth table. Therefore, it would be easy enough to break down the equation step by  step. This is the reult from the truth table: 


After producing our truth table, we are now able to accede our k-map. This is where our K-map will be applied. 


Note: If you would like not to have an output with the remaining conditions which are not present on the truth table, convert all the asteries into 0 in order to have a 0 output during the application of the rest of the truth table.

Since we have obtained our equations, we are ready to draw our schematic diagram:


And here is our final output:




Martes, Enero 17, 2012

Flow Rate Sensing Device

This flow rate sensing device is used on a liquid transport pipeline function. This device provides a 5 bit- output in which all the 5-bit becomes 0 of the flow rate is less than 10 gal/min. The first bit is 1 if the flow rate is at least 10 gal/min. The first and second bit is 1 if the flow rate is 20 gal/min. the first, second and third bit is 1 if the flow rate is at least 30 gal/min and so on. The five bit is represented by A,B,C,D, and E are used as inputs to the device that provides two outputs which is Y and Z. The output Y is 1 if the flow rate is less than 30 gal/min. and the output Z is 1 if the flow rate is at least 20 gal/min but less than 50gal/min.

First we Analyze the problem statement given and formulate a Boolean Equation for the system. Then we simplify the equation in any method in which we are comfortable with. The simplified equation would serve as our schematic diagram for the construction of the system.


Simplification:

Y= A’B’C’D’E’ + AB’C’D’E’ + ABC’D’E’
  = B’C’D’E’(A+A’) + ABC’D’E’
  = C’D’E’(AB+B’)
  = C’D’E’[(A+B’)(B+B’)]
  = C’D’E’(A+B’)
Y= AC’D’E’ + B’C’D’E’



Z= ABC’D’E’ + ABCD’E’ + ABCDE’
  = ABD’E’(C’+C) + ABCDE’
  = ABD’E’ + ABCDE’
  = ABE’(D’+CD)
  = ABE’[(D+C)(D’+D)]
  = ABE’(D’+C) type
Z= ABD’E’ + ABCE’

After obtaining our simplified equation, we can proceed to our truth table:


Now that we have our truth table, we are able to draw our schematic diagram:


And here is the Final Output(as observed in the picture, there are additional 5 LED that are placed. Those 5 LED are actually the indicators for the gal/min (10,20,30,etc). It is not necessary to add them in the circuit, but it is much more comprehensive and reasonable if they were placed in order for you to determine if the led is synchronized with the truth table and if they are functioning as well.)






Monitoring System

This kind of system is basically used in a Tuna canning company which consists of a variety of variables that is considered during the operation. Some of theses variables are Temperature, Volume, Humidity and Pressure. The conditions of the variables are monitored to avoid a disruption during the production.

The conditions are:

1.) High Temperature and Pressure, and Low Volume
2.) High Pressure and Temperature
3.) High Humidity and low Volume
4.) High Humidity, Low Pressure, and Low Volume
5.) Low Temperature, High Humidity and Low Volume

We assigned T, V, H, P as our variables which represents the Temperature, Volume, Humidity and Pressure. We assigned the variables to be T when it is low and T' when it is high. Then, we assigned specific led which would represent for each of the condition it would meet, and another led which would turn on if it does not meet any of the condition stated above,

Using K-map we arrive into a simplified equation:

As for our Truth Table: 

Now that we have our truth table, we can proceed with our Schematic Diagram:


And Here is the final Ouput: