> 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/chronelec.md).

# Chronelec

Chronelec is a french brand of active timing system devices.\
Official website : [ https://www.chronelec.com/](< https://www.chronelec.com/>)\
Documentation and utility Decoder setting: [https://www.chronelec.com/support/](< https://www.chronelec.com/support/>)\
The brand offers several models such as the Elite and the Protime. These decoders can communicate with Wiclax via a USB (serial) port or an Ethernet port.

#### Connexion <a href="#connexion" id="connexion"></a>

On the Wiclax side, the first step is to create a Chronelec-type acquisition in the acquisitions window.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2FMIbse3nGEfBCfra7gqP0%2Fimage.png?alt=media&amp;token=bb8fa62a-a19c-43c6-9aa2-d753af82e3a0" alt=""><figcaption></figcaption></figure>

In the connection window, you can see the menu allowing you to choose between the *Protime*, *Protime Elite*, and *Protime V2* models. This selection mainly matters when the connection is made through the USB port, as the communication parameters differ.

In the screenshot above, the connection is configured by entering the decoder’s IP address, `192.168.1.11`, and port `2008`.\
Note that decoder settings are managed through the *Decoder Setting* utility, which can be downloaded from the manufacturer’s website and allows, among other things, changing the decoder’s IP address.

{% hint style="info" %}
Chronelec decoders do not operate over TCP but over UDP. As a result, when connecting two readers to the same PC, you must assign two different ports using the *Decoder Setting* utility.
{% endhint %}

{% hint style="info" %}
Remember that the timing hardware and the PC must be on the same IP address range (see the [Basic Network Principles page](/en/use-wiclax/acquisition-of-timing-data/basic-network-principles.md)).
{% endhint %}

As usual, click `Connect` to open the connection. The acquisitions window displays the loop noise level. It also shows a “connection lost” message if Wiclax stops receiving data from the decoder.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2F5vdvpHGMVsaeaNLTtEGZ%2Fimage.png?alt=media&amp;token=c3141593-770f-4ee3-9d0b-c4800207fc98" alt="" width="375"><figcaption></figcaption></figure>

The *Read* and *Set Time* buttons allow you to display the decoder’s current time and adjust it from within Wiclax.

{% hint style="info" %}
Note that time adjustment is not possible while transponder reading is active.

Chronelec decoders can return either race time or the current time of day. For use with Wiclax, it is important to configure them with the option *Race time set to the decoder’s time of day*. This setting is applied using the *Decodersetting* software, which is also a Chronelec product.

![](https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2FJipoMuTyDEXqpASvghy2%2Fimage.png?alt=media\&token=10be4bf5-87de-4614-894d-b5be2fe75654)
{% endhint %}

Most Chronelec decoders do not have internal memory and do not retain passings once they have been transmitted to the computer. To compensate for this, Wiclax creates a log file that allows you to rewind the readings. However, this *rewind* is only possible on the PC that was used during timing. Note that the rewind feature also makes it possible to view the transponders’ battery status.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2FyEPldDeKzPXd2Kk1PTxx%2Fimage.png?alt=media&amp;token=c40b814a-669e-40ef-bcb1-efdf0e442fe2" alt=""><figcaption></figcaption></figure>


---

# 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/chronelec.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.
