> For the complete documentation index, see [llms.txt](https://docs.wiclax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wiclax.com/en/use-wiclax/acquisition-of-timing-data/the-different-systems.md).

# The different systems

Wiclax software is interfaced with different timing hardware systems.

This section reviews the different systems interfaced with Wiclax and explains how to implement them very quickly.

Among these hardware we will distinguish:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>the RFID decoders, active and passive</strong></td><td></td><td></td><td><a href="/pages/jH5f8gPqduPS1ve3hqAe#the-rfid-decoders-active-and-passive">/pages/jH5f8gPqduPS1ve3hqAe#the-rfid-decoders-active-and-passive</a></td></tr><tr><td><strong>the external stopwatches</strong></td><td></td><td></td><td><a href="/pages/jH5f8gPqduPS1ve3hqAe#the-external-stopwatches">/pages/jH5f8gPqduPS1ve3hqAe#the-external-stopwatches</a></td></tr><tr><td><strong>the photo finish</strong></td><td></td><td></td><td><a href="/pages/jH5f8gPqduPS1ve3hqAe#the-photo-finish">/pages/jH5f8gPqduPS1ve3hqAe#the-photo-finish</a></td></tr></tbody></table>

## **The RFID decoders, active and passive**

These devices are developed specifically for sport timing and operate according to common principles. They are built around a microcontroller that drives an RFID (Radio Frequency Identification) system. Most of them have an internal clock (RTC). They are capable of recording detections and sending them back in real time or in a delayed manner, to a local computer or in the cloud.

The local connection can be established by means of a wired or wifi TCP-IP connection or through a USB port. The serial port tends to disappear.

## **The external stopwatches**

These devices are developed to generate passing times to which it is sometimes possible to add bib numbers. They can be associated with photoelectric cells or detection gates.

Local connection can also be established using a wired or Wi-Fi TCP-IP connection or through a USB or even serial port.

## **The photo finish**

These are specific devices that film the finish line. They come with software that allows them to communicate with Wiclax, most of the time via a TCP-IP connection.

{% hint style="info" %}
The trial version you can freely download on wiclax.com allows you to take your first steps without delay with your own timing equipment. You just have to limit the number of competitors entered below 20.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wiclax.com/en/use-wiclax/acquisition-of-timing-data/the-different-systems.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
