RaceResult

RaceResult decoders

RACE RESULT 5000 Series System

We are happy to support system 5000 decoders for your offline applications. AMMC does not needs cloud connection to understand those decoders. Simply run

.\ammc-rr.exe 10.0.10.10

This will connect to decoder on example IP 10.0.10.10. The decoder must be set to operation mode in advance.

AMMC works with firmware version 2.0+ and logs status on connection. Once initiated, it switches decoder to the push mode and waits for passings to be sent by decoder as soon as they appear.

Please note USB connection from System 5000 is not supported.

RACE RESULT USB timing box

The decoder connect to PC with USB connector. Use -a to autodiscover decoder on USB ports.

    .\ammc-rr.exe -v -a
    [2022-11-26T18:43:28Z INFO  ammc_rr::main_common] Connecting to COM6...
    [2022-11-26T18:43:29Z INFO  ammc_rr::port_serial_rr] Timesync done, ready for passings

If there is multiple decoders connected or COM port is well-know, use the COM port to connect to like

    .\ammc-rr.exe COM6
    [2022-11-26T18:43:29Z INFO  ammc_rr::port_serial_rr] Timesync done, ready for passings    

This is compatible with FW 2.5+. AMMC syncs time with the decoder on connect and every 24 hors of connection. Every new passing wil be reported with max 1-second delay. Time will be generated by decoder and re-calculated to ISO format into JSON.

If you need to reset the decoder on connection use --reset_before_use like this:

    .\ammc-rr.exe --reset_before_use COM6
    [2022-11-26T18:43:29Z INFO  ammc_rr::port_serial_rr] Timesync done, ready for passings

The reset will clean all stored passings in memory and time sync will follow with standard waiting for passing messages.