05-20-2020 08:12 AM
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!
05-20-2020 10:20 AM
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.
05-20-2020 10:43 AM
How about something like this?
05-20-2020 11:43 AM
Use R&Q; no shift registers required.
mcduff
05-21-2020 02:56 AM
@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?