Clock
The Clock is basically an extended Label that can act as a Clock sjowing the time on Stage or as a Countdown that executes a Button when it elapses.
Clock Mode
In Clock Mode the Label shows the time an can be placed anywhere on Stage. Among the basic Properties there are a few that are specific for the Clock
Type
Type determines is the Label shows the current Time or the Date.
Clock Offset
Defines an offset for the Clock Label. This is relative to the system time.
12/24
Determines if the Time is displayed in 12h or 24h format.
Date Format
This input field determines the format of the date. The following options are available:
Parameter | Result |
---|---|
dd | Day of the month |
dddd | Full name of the day |
MM | Month of the year |
MMMM | Full name of the month |
yyyy | Current year |
Example:
dddd, MMMM dd, yyyy
=> Wednesday, October 9, 2024
Countdown Mode
The Countdown is the alternate operation mode for the Clock. It has a starting time and counts down from there. It can be started, stopped and reset with the UNIVERSE Device. When a Button is connected to the output of the Countdown Label it will be executed as soon as the countdown reaches zero.
Start Time
Sets a default Start Time for the Countdown. The Start Time can also be set using the UNIVERSE Device or the Time/Timecode input of the Control. If you need to do calculations with time values you can use the Timecode Modifier.
Auto Reset
If Auto Reset is checked the Countdown will be reset everytime it elapses resulting in a periodically running Countdown.
Count up
The Control counts up instead of down e.g. to be used as a stopwatch.
Show Hours
If checked the time will include the hours value in the Label. Unchecking the box will result in a time format only displaying minutes and seconds.