07-16-2009 06:31 AM - edited 07-16-2009 06:33 AM
I have discovered/found an analog clock control and associated VI (they're not mine), but I'm wondering how I can change the spacing of the minor units on the scale so that they display one 'tick' per second, rather than 4 'ticks' for every 5 seconds.
Any ideas?
Edit: I should probably attach the library containing the VI and the control! 🙂
Solved! Go to Solution.
07-16-2009 10:10 AM
Hi James Mam...,
you can open the typedef and ungroup it the gauges. After this you can change the appearance of them.
Mike
08-19-2009 10:42 PM
I believe it was my clock you are asking about.
I have added a new blog entry with a new version which addresses the issue you raised.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-20-2009 05:07 PM
02-25-2011 05:02 PM
It is possible to set the minor ticks to 1 minute intervals using the “Minor Increment” element of the “Scale.Range” property in the gauges properties node.
See http://tinyurl.com/LV-AnalogClock for more details.