LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[HELP] I need to make a clock

So hey guys, i'm starting to use LabView for a University project. And i was trying to do a clock that has 24seconds(to simulate 24hours), and to have an indicator of the days that pass,when u reach 24 hours.

I tried to think of various things, like a while loop, but I still could not get the right idea.

If anybody could help me with this, that would me great!

0 Kudos
Message 1 of 5
(2,927 Views)

You will definitely want to use a while loop. Read up on state machines and see where that can get you. Then if you have more specific questions come back here for help.

0 Kudos
Message 2 of 5
(2,885 Views)

How about something like this?

HoursDays.png

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 5
(2,879 Views)

Use R&Q; no shift registers required.

 

snip.png

 

mcduff

Message 4 of 5
(2,860 Views)

@misnelstain5 wrote:

And i was trying to do a clock that has 24seconds(to simulate 24hours), and to have an indicator of the days that pass,when u reach 24 hours.

Do you want a digital clock or an analog clock? Should it display 24h military time, 12h (am/pm) or something else?

0 Kudos
Message 5 of 5
(2,806 Views)