ALGE-Timing D-Line/GAZ
Prefix for all of these function is either gaz or dline. 
So you can write gaz.FormatRaceResult to format a RACE RESULT string into a GAZ/D-Line compatible string.
CreateProtocol
Address (String)
Blank or A/B/...
Bib (String)
Blank or bib number as string
Rank (String)
Blank or rank as string
Time (String)
Should come from one of the formating functions to contain correct format
Creates a standard ALGE protocol for driving GAZ/D-Line displays.
Format
Time (TimeSpan, DateTime or DateTimeOffset)
Time to show
Precision (Number)
Number of fractional digits (0-4)
LeadingZeros (Bool)
Switch for show ing leading zeros or not (True/False)
Converts a given timespan or datetime and formats it using RaceResult12 formating syntax.
Example: {{ Runtime | FormatRaceResult "Hh:mm:ss,k" }} produces 2:55:87,7.
Last updated