Sie sind auf Seite 1von 16

DIGITAL CLOCK

Guided by MS.MONA MUDALIAR


submitted by
D. BRAHMA TEJA (170040191)
D.PAVAN (170040193)
G.CHANDANA (170040230)
CONTENTS:-
• ABSTRACT
• INTRODUCTION
• FRONT PANNEL
• BLOCK DIGRAM
• DESCRIPTION ON ADOPTED METHOD
• METHODOLOGY
• CONCLUSION
COMPONENTS REQUIRED:-
• LABVIEW SOFTWARE
• SEVERAL BOOLEANS
• ANDGATES
• LOOPS
• CASE STRUCTURES
ABSTRACT:-
This project is based on design of a digital clock using lab view software. Here
seven segment concept is used to design a digital clock. Digital clock consist
of hours, minutes and seconds and it also consist of alarm at the other side. By
using eight seven segments hours minutes, seconds are displayed. To set the
alarm numeric control is used and Boolean is used as alarm display. In block
diagram get date/time pallet is used to get the time and quotient/remainder
block is used to set the time to seven segment led s. common anode concept
is used to display the seven segment in labview.
INTRODUCTION:-
The attached VI shows how to convert the current time into array elements in
order to populate the individual second/minutes/hours arrays. The program
uses custom controls consisting of LEDs and clusters to form the digital display.
FRONT PANNEL
BLOCK DIAGRAM
SET ALARM
DESCRIPTION ON ADAPTED METHOD
• First open a lab view software.
• Create a new vi file. Create seven segment display by using case
structures and by Boolean round led s.
• Now according to above process create 8 seven segment displays.
• Two seven segments are used to display minutes and two seven
segments are used to display hours and other two are used to display
seconds.
• Take get time in seconds palate to get a system time.
• Take a string to number palate by giving %s seconds will be get as
output and By giving %H
• Hours will get separated and displayed as output and By giving %M
minutes will get separated and displayed as output.
• Take get time in seconds palate and create a wire terminal connect with
string to number palate
• Here 3 string to number palates are used to get hours, minutes and seconds
separately.
• Connect string to number palate to remainder quotient block and divide with
10 to get two digits separately.
• Here 3 remainder palates are used.
• first remainder-quotient palate is used to give a first digit of hours to first seven
segment display
• And second digit is displayed on second seven segment display.
• Second remainder-quotient palate is used to give a first digit of hours to first
seven segment
• display and second digit is displayed on second seven segment display
• third remainder-quotient palate is used to give a first digit of hours to first seven
segment
• display and second digit is displayed on second seven segment display.
• Three remainder-quotient blocks are connected to eight case structures
separately.
• Create a while loop to run the vi continuously.
• Take three numeric controls one for hours and other two for minutes and
seconds.
• This numeric control is used to get alarm (Boolean).
• Take two AND GATES connect the output of equal to operator to AND GATE.
• Create indicator to AND GATE (indicator- Boolean). Here Boolean is used as
alarm.
METHODOLOGY:-
• LabVIEW is an icon-based software allowing control of processes and
instrumentation, and creation of virtual instruments (VI’s) on the PC. The
LabVIEW programming language is generally easier to write and understand
than traditional text-based programming languages.

• This project uses the capabilities of LabVIEW to display the current time of the
computer in a digital form on the computer screen. The program serves as a
useful introduction to the capabilities of LabVIEW as a programming
language.

• The LabVIEW function, Get Time In Seconds,minutes,hours, gets the time from
the computer and returns a value that represents the form of digital.
CONCLUSION:-
• By developing this programme to display different time
zones it will be easy to display all time zones with different
time zones and it also used further to display alarm.
FUTURE SCOPE:-
• Further testing and improvement of the algorithm for more complex robots
and also tasks incorporating the real constraints by making use of dynamics
of robot manipulator can be considered.
• Various range of joint parameters and D-H Parameters for other industrial
robots can be considered and analysed .
• This procedure with suitable modifications can be applied for digital clock
also.
RESULT:-

Das könnte Ihnen auch gefallen