Engineers Garage

  • Projects and Tutorials
    • Electronic Projects
      • 8051
      • Arduino
      • ARM
      • AVR
      • PIC
      • Raspberry pi
      • STM32
    • Tutorials
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Products News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • EE Resources
    • DesignFast
    • LEAP Awards
    • Oscilloscope Product Finder
    • White Papers
    • Webinars
  • EE Learning Center
    • Design Guides
      • WiFi & the IOT Design Guide
      • Microcontrollers Design Guide
      • State of the Art Inductors Design Guide
  • Women in Engineering

Timer Operated Relay with Digital Display

By Ashutosh Bhatt

The circuit presented here operates a relay for Fixed Timer Interval. So the device or machine connected with relay operates for same time. The device once switched ON, automatically switches OFF after Fixed (set) Time Interval when relay switches OFF. The Time Interval can be varied and it is displayed on 7 Segment Display. This kind of circuits can be used in many applications where it is required to operate any device or machine for Fixed Time Interval. Like

·         The Alarm Signal (or Bell) once triggered, remains ON for Fixed Time Interval and then shuts off automatically

·         In Manufacturing Industries the Motors have to be rotated for Fixed Time Interval once start button is pressed. It stops                           automatically when time period is over

Time operated relay circuit is build using IC555. To display the time period in seconds 2-digit decade counter is build using CD4026 chip. Another IC555 is used to provide 1 Hz pulse to update time period after every 1 sec.

Circuit Description

The circuit is divided in 2 sections

1.      Timer Circuit

2.      Counter Circuit

Timer Circuit

This is the circuit (Please refer Circuit Diagram Tab) that switches ON relay for set time period. It is build using IC555. IC555 is configured in monostable mode. Its time period is determined by RC components R2 and C3. R2 is 100 K variable resistance so we can vary the time period. Minimum and maximum time period can be calculated as

Tmax = 1.1 × R2max × C3

                                                                        = 1.1 × 101 × 103 × 100 × 10-6

                                                                                                = 11 sec

And                                         Tmin = 1.1 × R2min × C3

                                                                        = 1.1 × 1000 × 100 × 10-6

                                                                                                =  0.11 sec

Note

For experiment the RC values are kept smaller to get time interval in seconds. But by choosing larger values of R and C the time interval can be set in 10s of second or in minutes also.

The output of IC555 drives three components

·         First, it drives LED2 through current limiting resistor. LED2 is used to indicate relay is ON

·         Second it drives 1 C/O (change over) relay through NPN transistor. Any load or machine or device is connected with C (common) and NO (normally open) terminals of relay

·         Third it drives reset pin of another IC555

Another IC555 is connected in astable mode. Its output frequency is determined by 100 K pot R5 and 10 uF capacitor C1. Its frequency is set to 1 Hz by varying pot R5. So LED1 blinks at every 1 sec. Output of this IC555 is given as clock pulse to counter circuit.

[header=Counter Circuit & Circuit Operation]

Counter Circuit

2-digit counter circuit is built using two decade counter cum display driver chips CD4026. The 1 Hz pulse output from IC555 is directly given as clock pulse input (pin 1) to 1st CD4026. (Please refer Circuit Diagram 2nd Tab)

It increment its count by 1 on every pulse input. Also it converts the count into equivalent 7-segment display code (common cathode) so that count can be displayed. It counts from 0 to 9 and again resets to 0. When it goes from 9 to 0, it generates output pulse (carry out) that can be given to next decade counter chip. So as shown in figure the carry out (pin 5) of 1st decade counter is given as clock input (pin 1) to 2nd decade counter chip. The outputs of both decade counter chips (CD4026) are, a, b, c, d, e, f, and g that can be directly given to respective inputs to common cathode type 7 segment displays. The outputs of chip CD4026 are connected to a-b-c-d-e-f-g inputs of both 7 segment displays as shown. As the count increments it is displayed on these displays from 00 to 99 and again 00. Because they are common cathode type displays, their common terminals are grounded.  To reset both chips to 0 it is required to give high pulse on reset pin (no 15). So one push button is connected to reset pins of both chips as shown, to reset counter to 00 normally both reset pins are connected to ground through 10 K resistor.

Timer Operated Relay with Digital Display

Circuit Operation

·         When supply is given, relay and LED1 (yellow) are off. Astable mustivibrator IC is also off so it does not generate 1 Hz pulses. The counter displays 00 on seven segment. If it does not then by pressing counter reset button the it can be reset to 00

·         Set the desire time between 0.1  to 11 sec by setting pot at proper value

·         Trigger is applied to timer IC555 by pressing start push button

·         IC555 output goes high. So relay is switched ON that is indicated by yellow LED

·         At the same time the reset pin of second IC555 also becomes high

·         So it start generating 1 Hz pulses that is given to counter

·         So counter starts incrementing after every second as 0, 1, 2, ……

·         After the set time period (say 6 sec) timer IC555, its output goes low

·         So  relay is OFF, LED1 is also off and reset pin of 2nd IC555 goes low

·         So it stops generating pulses that makes counter stops counting

·         Last count is displayed on 7 segment

·         So we can observe for how much time the relay was ON

·         Again set any different time interval by changing pot value and press start button

·         The same process repeats

Project Source Code

###

//Program to 

###

 


Circuit Diagrams

img-001-cd
img-002-ccircuit


Filed Under: Electronic Projects
Tagged With: 7 segment display, CD 4026, IC 555, led
 

Questions related to this article?
👉Ask and discuss on Electro-Tech-Online.com and EDAboard.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


Featured Tutorials

  • PS2 Keyboard To Store Text In SD Card Using Arduino Circuit Setup On Breadboard
    How To Use PS2 Keyboard To Store Text In SD Card Using Arduino- (Part 42/49)
  • Wireless Path Tracking System Using Mouse, XBee And Arduino Circuit Setup On Breadboard
    How To Make A Wireless Path Tracking System Using Mouse, XBee And Arduino- (Part 43/49)
  • How to Make a Wireless Keyboard Using Xbee with Arduino- (Part 44/49)
  • Making Phone Call From GSM Module Using Arduino Circuit Setup On Breadboard
    How to Make Phonecall From GSM Module Using Arduino- (Part 45/49)
  • How to Make a Call using Keyboard, GSM Module and Arduino
    How To Make A Call Using Keyboard, GSM Module And Arduino- (Part 46/49)
  • Receiving SMS Using GSM Module With Arduino Prototype
    How to Receive SMS Using GSM Module with Arduino- (Part 47/49)

Stay Up To Date

Newsletter Signup

Sign up and receive our weekly newsletter for latest Tech articles, Electronics Projects, Tutorial series and other insightful tech content.

EE Training Center Classrooms

EE Classrooms

Recent Articles

  • Renesas delivers intelligent sensor solutions for IoT applications
  • Microchip Technology releases AVR-IoT Cellular Mini Development Board
  • Qualcomm acquires Cellwize to accelerate 5G adoption and spur infrastructure innovation
  • MediaTek’s chipset offers high-performance option for 5G smartphones
  • Nexperia’s new level translators support legacy and future mobile SIM cards

Most Popular

5G 555 timer circuit 8051 ai Arduino atmega16 automotive avr bluetooth dc motor display Electronic Part Electronic Parts Fujitsu ic infineontechnologies integratedcircuit Intel IoT ir lcd led maximintegratedproducts microchip microchiptechnology Microchip Technology microcontroller microcontrollers mosfet motor powermanagement Raspberry Pi remote renesaselectronics renesaselectronicscorporation Research samsung semiconductor sensor software STMicroelectronics switch Technology vishayintertechnology wireless

RSS EDABOARD.com Discussions

  • SRF04 module measure distance
  • Adaptive filters fundamental
  • Using LTspice to check Current sense transformer reset?
  • Thermal pad construction on pcb
  • lna+mixer noise figure problem

RSS Electro-Tech-Online.com Discussions

  • Are Cross-wind compensation and Road crown compensation functions inputs to LKA function?
  • Interfacing ZMOD4410 with Arduino UNO
  • Help diagnosing a coffee maker PCB
  • Capacitor to eliminate speaker hum
  • Identify a circuit.
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • About Us
  • Contact Us
  • Advertise

Copyright © 2022 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Projects and Tutorials
    • Electronic Projects
      • 8051
      • Arduino
      • ARM
      • AVR
      • PIC
      • Raspberry pi
      • STM32
    • Tutorials
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Products News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • EE Resources
    • DesignFast
    • LEAP Awards
    • Oscilloscope Product Finder
    • White Papers
    • Webinars
  • EE Learning Center
    • Design Guides
      • WiFi & the IOT Design Guide
      • Microcontrollers Design Guide
      • State of the Art Inductors Design Guide
  • Women in Engineering