dbnetsoft
RaceResultExchange
RaceResultExchange
  • General
    • Installation
    • Configuration
      • Exporter
      • WebHooks
    • Licensing
  • Operation Modes
    • Photofinish Sync
    • Displayboard
      • Modes
        • Countdown
        • Runtime
        • Passings
        • Timetrial
        • Lap Counter
      • Scripting
      • Brands/Models
        • FDS MLED
          • Scripting
            • Custom Functions
            • Startclock
            • Clock w/ flashing seperators
            • Conditional formatting difftime
            • Clock, Runtime, Gaptime (Globals)
            • Clock, Runtime, Gaptime (Offline)
            • Countdown to planned starttime and then runtime (Globals)
        • ALGE-Timing GAZ/D-Line
          • Scripting
            • Custom Functions
            • Clock
            • Clock w/ flashing seperator
            • Clock, Runtime, Gaptime
    • Triggered Actions
  • Scripting
    • Functions
    • Examples
      • Racemap
    • Globals
      • Variables
      • RR12 Lists
      • HTTP GET JSON
  • Release Notes
  • Frequently asked questions (FAQ)
    • Gap Time Reference is not set from external pushbutton
    • Accents not shown on FDS MLED
Powered by GitBook
On this page
  • Internal Fields
  • Time Trial
  • Lap Counter
  1. Operation Modes
  2. Displayboard

Scripting

PreviousLap CounterNextBrands/Models

Last updated 8 months ago

See for further details on how scripting and placeholders work.

Internal Fields

The following fields are available in all display board templates, not only the currently selected one:

  • Clock contains the current time of day. E.g. one can use {{ Clock | Format "HH:mm" }} to format the clock with hours and minutes only.

  • Countdown contains the countdown to the given target time

  • Runtime contains the running time from the given target time

  • TextLine1^, TextLine2, ... or TextLines[x] contains the freetext lines, replace x with your line number starting from 0

  • Gaptime contains the current gap time to the leader if any, otherwise null

  • Leadertime contains the current time of the leader if any, otherwise null

Time Trial

In Time trial mode, the following fields can be used in addition:

  • RunningTime contains the running time of the athlete expected next to finish (calculated locally by using the field specified in "Start TOD Field")

Lap Counter

In lap counter mode, the following fields are available

Lap holds the current lap, Laps holds the total amount of laps.

scripting