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:39] zroundscoreboards [2016/01/11 18:18] (current) – external edit 127.0.0.1
Line 12: Line 12:
 ** 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 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. +** 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: In order to configure the commands these “variables” can be used:
 <code> <code>
Line 30: Line 30:
 </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>
  
scoreboards.1380145173.txt.gz · Last modified: 2013/09/25 21:39 by zround
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0