Searched Projects

Tags: COUNTER

project.name
0 Stars     37 Views

T counter Abnormal Seq

T counter Abnormal Seq

SEQUENCE: 000,101,111,110,100,001...REPEAT

DESIGNED WITH T FF

NEXT STATE TABLE

C

B

A

 

C+

B+

A+

0

0

0

 

1

0

1

0

0

1

 

0

0

0

0

1

0

 

-

-

-

0

1

1

 

-

-

-

1

0

0

 

0

0

1

1

0

1

 

1

1

1

1

1

0

 

1

0

0

1

1

1

 

1

1

0

 Tc=A'B'

Tb=AC

Ta=AB+A'B'+C'



project.name
0 Stars     55 Views
User:

Implementation of 4-BIT ASYNCHRONOUS UP COUNTER using Flip FLops


project.name
2 Stars     94 Views
User:

Implementation of a 4 BIT Asynchronous Counter using JK FLIP-FLOPS and T-FLIP FLOPS


project.name
0 Stars     324 Views
User:

MOD 16 up/down counter using JK flipflop

MOD 16 up/down counter using JK flipflop

project.name
0 Stars     36 Views
User:

ASYNCHRONOUS 4 BIT UP

ASYNCHRONOUS 4 BIT UP

project.name
0 Stars     77 Views
User:

ASYNCHRONOUS 4BIT DOWN COUNTER

ASYNCHRONOUS 4BIT DOWN COUNTER

project.name
0 Stars     84 Views
User:

ASYNCHRONOUS UP DOWN COUNTER

ASYNCHRONOUS UP DOWN COUNTER

WHEN 'UP' INPUT IS LOW, IT IS UP COUNTER AND WHEN 'UP' INPUT IS HIGH, IT ACTS AS DOWN COUNTER.


project.name
0 Stars     36 Views
User:

ASYNCHRONOUS MOD 5 COUNTER

ASYNCHRONOUS MOD 5 COUNTER

project.name
0 Stars     38 Views

Contador de Rizo MOD-14

Contador de Rizo MOD-14

Contador de Rizo Asíncrono MOD-14


project.name
4 Stars     288 Views

Overview of the Project:- 

1. My project is based on the concept of how two elevators can analyze the input of a user, located on a certain floor in a building, and then accordingly decide the response of each elevator to that input.

 2. The elevator system can be extended to be used in a building with any number of floors/levels, however, in this project we are assuming that the building only has four floors. 

3. The lift will be able to display its location as well as the direction in which it is moving using a 7-segment display. 

4. For instance, let us say one of our elevators is on the 1st floor, while the other one is on the 2nd floor. Now, an individual on the 3rd floor calls the elevator. The elevator system will instruct the lift on the 2nd floor, going down, to stop on the 3rd floor, while the lift on the 1st floor will not do any movement.

 5. In addition to sequential circuits, we have also used combinational circuits (priority encoder, multiplexer, etc.) to build the project. 

Goals:

- 1. The two LEDs are used for representing the state of their doors, i.e, if the door is open or closed. If the LED of the door is on, that means the door is open while if the LED of the door is off it means that the door is closed. 

2 2. The circuits have been designed in such a manner that the lift closer to the floor (on which the user is present) will only move while the other one will remain stationary. 

3. In the case of both lifts initially being on the same floor, the same situation occurs, one lift moves while the other one remains stationary. 

Components of the Circuits:-

1. Priority Encoders:-

1.1.The Current floor and the required floor of the lifts are selected using the priority encoder. 

1.2. The two priority encoders on the left and right are used to select the current floor of the two lifts. The priority encoder on the left-hand side is used to select the current floor for the lift on the left-hand side and the selected floor is displayed using a seven-segment display and the same procedure for selecting the lift on the right hand side. 

1.3. The third priority encoder at the top is used to select the required floor (the floor from which lift is being called).

 

2. LEDs:-

2.1 There are 6 LEDs being used in the circuit with their function as follows: 

2.2 UP: if the up LED of a particular lift is high, it means that the lift is going in an upward direction and if it is low then the lift is not doing any motion in that particular direction.

2.3. DOWN: if the Down LED of a particular lift is high, it means that the lift is going in a downward direction and if it is low then the lift is not doing any motion in that direction. 

2.4. DOOR: if the Door LED of a particular lift is high, it means that the door is open for that lift and if it is low then the door is closed for that lift.

 

3. Seven-Segment Display:- 

3.1. There are three sseven-segmentdisplays in the circuit 

3.2. The displays on the left and right display the current floor of the lift selected using a priority encoder and the third display at the bottom is a counter. 


4. Square LED Matrix:- 

The 3x1 matrix displays the floor on which the lift is moving. It is a digital representation of the lift.


project.name
0 Stars     3 Views
User:

Untitled

Untitled

project.name
5 Stars     28 Views

This is the CTH-10 CPU. By CrEePeRz24321. (most updated version of the CTH Series) This uses all binary to operate. First click on Power to start. Turn Op to 1 and double click the RAM. Then type in the Op code you want. Only put inputs and read outputs of the User Interface. Wait until the Red light turns Green then start. If you want to change operations, then turn Op to 1 and double click the RAM. Then type in the Op code you want. (If you use full screen, and it keeps on kicking you out when you type, click full screen and then look to the bottom right and press + or - and don't touch the full screen after that unless the RAM input kicks you out)

0 is No Operation - Inputs unavailable

1 is RAM - write the address into In1, write the number you want to store into In2 and press Write.

2 is ADD - write the first digit into In1, write the second digit into In2

3 is Subtract - write the first digit into In1, write the second digit into In2

4 is Counter - Inputs unavailable

5 is AND Gate - write the first digit into In1, write the second digit into In2

6 is a Clock - Inputs unavailable

7 is Accessing the ROM - Inputs unavailable

8 is Binary to Decimal converter

9 is Random Number - Inputs unavailable

10 is Not Gate - write the converting digit into In1

11 is Shift Right* - write the converting digit into In1, write the shift number into In2

12 is Shift Left* - write the converting digit into In1, write the shift number into In2

13 is Multiply - write the first digit into In1, write the second digit into In2

14 is Divide - write the first digit into In1, write the second digit into In2**

HALT is to halt operation


*when using shift the first 3 digits of Out will be nonfunctional

**when using divide the first 4 digits away from the CPU are remainders and the last 4 digits closest to the CPU are quotients.

(There is also a Computer version that doesn't get updated much.)


project.name
1 Stars     6 Views

This is the CTH-10 CPU. This uses all binary to operate. First click on Power to start. Turn Op to 1 and double click the RAM. Then type in the Op code you want. Only put inputs and read outputs of the User Interface. Wait until the Red light turns Green then start. If you want to change operations, then turn Op to 1 and double click the RAM. Then type in the Op code you want. (If you use full screen, and it keeps on kicking you out when you type, click full screen and then look to the bottom right and press + or - and don't touch the full screen after that unless the RAM input kicks you out)

0 is No Operation - Inputs unavailable

1 is RAM - write the address into In1, write the number you want to store into In2 and press Write.

2 is ADD - write the first digit into In1, write the second digit into In2

3 is Subtract - write the first digit into In1, write the second digit into In2

4 is Counter - Inputs unavailable

5 is AND Gate - write the first digit into In1, write the second digit into In2

6 is a Clock - Inputs unavailable

7 is Accessing the ROM - Inputs unavailable

8 is Binary to Decimal converter

9 is Random Number - Inputs unavailable

10 is Not Gate - write the converting digit into In1

11 is Shift Right* - write the converting digit into In1, write the shift number into In2

12 is Shift Left* - write the converting digit into In1, write the shift number into In2

13 is Multiply - write the first digit into In1, write the second digit into In2

HALT is to halt operation


*when using shift the first 3 digits of Out will be nonfunctional