Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| scoreboards [2013/09/25 21:33] – created zround | scoreboards [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 " | ** RESET: ** //ZRound// sends this command when the race starts to “clear” the display. The default value is " | ||
| - | ** RACE TIME: ** //ZRound// sends the race time every second | + | ** 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' | ||
| - | ** 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: | ||
| < | < | ||
| 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) |
| < | < | ||
| - | <N*>: Racer’s number | + | <N*>: Racer’s number |
| </ | </ | ||
| - | Example: | + | ** New data fields since //release 1.12.19// ** |
| < | < | ||
| - | **a) Reset command: “$RESET# | + | Available on the CAR LAP command: |
| - | **b) Race time info. “$TIME,< | + | < |
| - | **c) Lap info. “$LAP,<N*>,<P>,< | + | < |
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | |||
| + | 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: | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ZRound settings example: | ||
| + | < | ||
| + | a) Reset command: “$RESET# | ||
| + | b) Race time info. “$TIME;< | ||
| + | c) Lap info. “$LAP;<N*>;<P>;<LL>;< | ||
| </ | </ | ||
| Line 40: | Line 64: | ||
| < | < | ||
| $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; |
| - | $LAP,2,2,1# | + | $LAP;2;2;1; |
| + | $LAP; | ||
| </ | </ | ||
| ===== Tested devices ===== | ===== Tested devices ===== | ||
| - | ** RC-Callosa scoreboard device. | + | |
| - | + | *[[[email protected]? | |
| - | ** [[[email protected]? | + | |
