Clock, Runtime, Gaptime

Show clock before start, runtime after start and gap time after winner finish

The following script allows to show the current clock before the start of the race, a runtime during the race and a gap time to winner as soon as the first athlete finishes.

This can be achieved by having the race start TOD and the winner TOD available in a RR12 list. The actual content of these values depend on your event file setup.

This list is then pulled via RRExchange globals feature periodically into the software.

The pulled global list entries are available as variables in each script then. They are identified by .First., e.g. GlobalsName.First.Starttime for a RR12 field named Starttime in a globals list GlobalsName.

Last updated