Nonius Clock

A modern watch is less of a practical device and more a style choice. I’d like to present a novel quirky way to display time. This clock face only needs one moving part to tell time - the rotating ring. Yet, unlike a clock with only an hour hand, it has a precision of under one minute. The idea is to add an auxiliary set of minute and hour marks - similar to the design of a vernier scale or nonius on the measuring instruments.

How do you read time? The dial has marks for minutes both on the rotating ring and on the fixed ring around it. A pair of marks aligns at the current minute. The marks for the hours are also indicated with alignment - although the fixed marks for hours are on the circle inside of the rotating ring. The marks are wide enough that the marks get disconnected after the minute or hour are over.

This post continues below, but first let’s see the clock in action. It looks much better on the Retina and other displays with high pixel density. Note that the markers that have alignment and display the current time are highlighted red to make it easier to learn how to read the clock. It is not necessary for the operation and can be turned off in the controls under the clock.

{{ i }} {{ i == 0 ? params.numberOfHours : i }} {{timeString}}

Time

Parameter Presets

Parameters

Middle ring rotates: Distance between hour markers: Distance between minute markers: Number of hours on the dial:

Imagine a clock that only has a single hour hand. That is how the tower clocks showed time in the old days. And this is how Meister Singer watches still tell time. It is a clean dial but less precise than a regular watch that has a minute hand.

If we could tell the slightest change of the position of the hour hand, we could tell time more accurately. There is a tool for that - a caliper with a sliding vernier scale. It relies on the vernier acuity property of human eye - that is, the human eye can tell whether two lines are misaligned by a tiny distance, even when the distance is too small to notice otherwise.

The rotation of the ring is much slower than the change of minutes and even hours - in other words, the alignment changes much faster than the ring rotates.

The speed of the rotation and the position of marks are determined by the mathematical properties of the clock. At the core of them are the observations that the next mark for minute must align at 12 o’clock at the beginning of the hour, and that the minute mark alignments must change sixty times faster than the alignments for the hour marks. That is enough to calculate the layout of the marks for the given number of hour marks. The math gives us several solutions for layouts, so we can choose a more aesthetically pleasing one.

Reading the alignment is easier in the real world than on a screen. I would like to make a wall clock with this design. Printing on a transparent plastic and slowing down the rotation can be tricky, though. One possible simplification is to replace the rotating ring with a rotating circle and move the hours on the outside. To keep the face from getting too busy, we could display the hour markers as colored segments - with the thin lines for the minute markers over them. In most of the layouts there is a gap between the minute marks, which can house the date window.