====== Scoreboard Devices ====== ZRound supports Scoreboard devices in order to show positions and times on a big display. Next you will find details about the protocol used. ===== Protocol ===== The protocol includes the commands //RESET, TIME, POSITION// described below in their default values. The commands can be fully configured in the ZRound Scoreboard configuration page ** RESET: ** //ZRound// sends this command when the race starts to “clear” the display. The default value is "$*****9999****#" ** RACE TIME: ** //ZRound// sends the race time every second and you can define. You can define if you want to send race time, day time or both of them. ** CAR LAP/TIME: ** //ZRound// sends the racer’s lap/time. You can setup the message and you to send the racer’s number, position, laps, and race time. Last lap time is not sent but it will be easy to implement. On every pass, all racer's data is sent (not only for the detected car). In order to configure the commands these “variables” can be used: : Day time hours : Day time minutes : Day time seconds : Race time hours : Race time minutes : Race time seconds

: Position : Position (2 fixed places with leading 0) : Laps (2 fixed digits with leading 0) : Laps : Racer’s number (2 fixed digits with leading 0) : Racer’s number ** New data fields since //release 1.12.19// ** Available on the CAR LAP command: : Racer's name : Racer's nick name : Lap time : Total time : Best lap time : Mean time : Estimated number of laps for the race : Estimated time to complete the race : Time/Laps Gap from 1st position : Time/Laps difference with the driver ahead. TIMES are written with the decimal point defined into the operating system regional settings. ** New data fields since //release 1.12.22// ** Available on the CAR LAP command: : System date in yyyymmdd format ZRound settings example: a) Reset command: “$RESET#” b) Race time info. “$TIME;::#” c) Lap info. “$LAP;;

;;;;#” During the race will be sent messages as these: $RESET# $TIME;00:00:01# $TIME;00:00:02# $LAP;1;1;1;ALO;9.977;9.977# $LAP;2;2;1;WEB;10.811;10.811# $LAP;1;1;2;ALO;11.761;9.977# ===== Tested devices ===== *[RC-Callosa scoreboard device]. *[[info@zround.com?subject=New Starting Lights system for ZRound|Add your own device]]**