LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Clock

Solved!
Go to solution

I was just practicing LabVIEW and made this on Hobbyist purpose. Please evaluate and help me out to correct my mistakes(if any).

0 Kudos
Message 1 of 4
(4,535 Views)
Solution
Accepted by topic author meBaga

I think all you need is a single while loop, not a stack of three. You only need co calculate the dots plot once outside the loop, and not every second.

0 Kudos
Message 2 of 4
(4,521 Views)

Here's a quick draft how it could be done. Modify as needed.

 

 

(Arguably less code! See my signature. :D)

 

For even simple coder, you could use a customzied gauge with three hands, eliminating the xy graph entirely.

 

 

Download All
Message 3 of 4
(4,507 Views)

IT actually looks better with only 12 markers, one per hour.

Message 4 of 4
(4,466 Views)