Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scoreboards [2013/09/25 21:37] zroundscoreboards [2026/03/20 15:37] (current) – [Protocol] zround
Line 10: Line 10:
  ** RESET: ** //ZRound// sends this command when the race starts to “clear” the display. The default value is "$*****9999****#"  ** 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.+** RACE TIME: ** //ZRound// sends the race time every second. 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).
  
-** 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: In order to configure the commands these “variables” can be used:
 <code> <code>
Line 25: Line 25:
 <PP>: Position (2 fixed places with leading 0) <PP>: Position (2 fixed places with leading 0)
 <LL>: Laps  (2 fixed digits with leading 0) <LL>: Laps  (2 fixed digits with leading 0)
-<L*>: Laps+<L*>: Laps (variable digits without leading 0)
 <NN>:  Racer’s number (2 fixed digits with leading 0) <NN>:  Racer’s number (2 fixed digits with leading 0)
-<N*>: Racer’s number+<N*>: Racer’s number (variable digits without leading 0)
 </code> </code>
    
 +** New data fields since //release 1.12.19// **
 +
 +<code>
 +Available on the CAR LAP command:
 +<NAME>        : Racer's name
 +<NICK>        : Racer's nick name
 +<LAP_TIME>    : Lap time
 +<TOTAL_TIME>  : Total time
 +<BEST_LAP>    : Best lap time
 +<MEAN_TIME>   : Mean time
 +<EST_LAPS>    : Estimated number of laps for the race
 +<EST_TIME>    : Estimated time to complete the race
 +<GAP>         : Time/Laps Gap from 1st position
 +<INTERVAL>    : Time/Laps difference with the driver ahead.
 +
 +TIMES are written with the decimal point defined into the operating system regional settings.
 +</code>
 +
 +** New data fields since //release 1.12.22// **
 +<code>
 +Available on the CAR LAP command:
 +<DATE>        : System date in yyyymmdd format
 +</code>
 +
 ZRound settings example: ZRound settings example:
 <code> <code>
 a) Reset command: “$RESET# a) Reset command: “$RESET#
-b) Race time info. “$TIME,<hh>:<mm>:<ss>#” +b) Race time info. “$TIME;<hh>:<mm>:<ss>#” 
-c) Lap info. “$LAP,<N*>,<P>,<LL>#+c) Lap info. “$LAP;<N*>;<P>;<LL>;<NICK>;<LAP_TIME>;<BEST_LAP>#”
 </code> </code>
    
Line 40: Line 64:
 <code> <code>
 $RESET# $RESET#
-$TIME,00:00:01# +$TIME;00:00:01# 
-$TIME,00:00:02# +$TIME;00:00:02# 
-$LAP,1,1,1# +$LAP;1;1;1;ALO;9.977;9.977
-$LAP,2,2,1#+$LAP;2;2;1;WEB;10.811;10.811# 
 +$LAP;1;1;2;ALO;11.761;9.977#
 </code> </code>
  
 ===== Tested devices ===== ===== Tested devices =====
  
- ** RC-Callosa scoreboard device. +  *[RC-Callosa scoreboard device]
- +  *[[[email protected]?subject=New Starting Lights system for ZRound|Add your own device]]**
- ** [[[email protected]?subject=New Starting Lights system for ZRound|Add your own device]]**+
scoreboards.1380145058.txt.gz · Last modified: by zround
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0