This is an old revision of the document!


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.

In order to configure the commands these “variables” can be used:

<HH>: Day time hours
<MM>: Day time minutes
<SS>: Day time seconds
<hh>: Race time hours
<mm>: Race time minutes
<ss>: Race time seconds
<P>: Position
<PP>: Position (2 fixed places with leading 0)
<LL>: Laps  (2 fixed digits with leading 0)
<L*>: Laps
<NN>:  Racer’s number (2 fixed digits with leading 0)
<N*>: Racer’s number

Example:

**a) Reset command: “$RESET#”
**b) Race time info. “$TIME,<hh>:<mm>:<ss>#”
**c) Lap info. “$LAP,<N*>,<P>,<LL>#”

During the race will be sent messages as these:

$RESET#
$TIME,00:00:01#
$TIME,00:00:02#
$LAP,1,1,1#
$LAP,2,2,1#

Tested devices

RC-Callosa scoreboard device. Add your own device**

scoreboards.1380144810.txt.gz · Last modified: 2013/09/25 21:33 by zround
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0