Regulator

Clock with hands on separated subdials

Description

Each hand is placed on its own subdial.

Anatomy

Face with subdials for hours and seconds. Three simple hands.

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="regulator_face"
    useSystemTime="true">

    <hand
        image="regulator_hand_hour"
        axisFacePoint="731:880"
        axisPoint="53:358"
        shadow="true"
        shadowBlurRadius="10"
        shadowOffset="10:10"
        type="Hour"/>

    <hand
        image="regulator_hand_second"
        axisFacePoint="1280:1442"
        axisPoint="22:353"
        shadow="true"
        shadowBlurRadius="10"
        shadowOffset="10:10"
        type="Second"/>

    <hand
        image="regulator_hand_minute"
        axisFacePoint="1094:1094"
        axisPoint="58:975"
        shadow="true"
        shadowBlurRadius="15"
        shadowOffset="15:15"
        type="Minute"/>

</TrueAnalogClock>

Manual code

No.