> 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/es/usando-wiclax/adquisicion-de-datos-de-cronometraje/los-diferentes-sistemas/timing-sense.md).

# Timing Sense

Timing Sense es un fabricante español de sistemas de cronometraje RFID\
Sitio web oficial: <https://timingsense.com/en/>\
Documentación: <https://wiki.timingsense.com/hc/es>

La empresa Timing Sense proporciona el software Timing Sense Connector que centraliza las lecturas de todos los equipos utilizados en una prueba, ya sean conectados localmente o a través de la nube.

Wiclax se conecta al software Timing Sense Connector para recopilar lecturas en tiempo real.

{% hint style="info" %}
The Timing Sense Connector software can be installed on the same PC as the PC hosting Wiclax. In this case, you will need to enter the network address 127.0.0.1 to communicate with it.

Another possible architecture is with the Timing Sense Connector software installed on an independent PC. In this case, this PC must be on the same local network as Wiclax and the network address to be entered will be that of the PC hosting Timing Sense Connector.
{% endhint %}

In the Timing Sense software, the first step is to create checkpoints (timing locations). These checkpoints are the locations where you have detection equipment. For example, we will have an FINISH checkpoint, a START checkpoint or a KM 5 checkpoint.

Each checkpoint centralizes the readings of one or more equipment. Below, we have a "Salida" time point for the start with only one equipment attached to this time point: the TSONE 41.

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FZ5juLXVFqtHdDmDdry7n%2Fimage.png?alt=media&amp;token=b215a781-0616-4be7-86f1-711a5c9e698a" alt=""><figcaption></figcaption></figure>

To forward data to Wiclax, it is essential to enable export via the network socket. Activation is done as in the animation below. The default port is 1000. This is the one that is entered in Wiclax. In case of change, the modification must be reflected on both sides.

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FQfDpAHbBnvvBU0kkgh5U%2Ftimingsense.gif?alt=media&amp;token=2a23bc39-d0f3-414d-8e22-1385247671f2" alt="" width="367"><figcaption></figcaption></figure>

On the Wiclax side, we create a Timing Sense acquisition. \
Below, we set the IP address to 127.0.0.1 because the Timing Sense connector is launched on the same machine as Wiclax. Port 1000 is the port entered in the Timing Sense connector.

One of the special features of the Timing Sense connector is that it sends all the data from scanned tags in a single channel, whatever the original reader.

To filter the data in Wiclax, you need to enter the source for the destinations, as shown below. SALIDA is entered for the departure and LLEGADA for the arrival. The wording must be exactly the same as that entered in the Timing Sense Connector at the Control Points creation stage.

{% hint style="info" %}
After an initial attempt to send the data to Wiclax, the source drop-down list will be populated with the various control points concerned, which can be selected directly instead of being entered.
{% endhint %}

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FqXszn56xXO8mF0U2CREi%2Fimage.png?alt=media&amp;token=607cae11-81e6-4332-bdcd-99cdd9ca04f9" 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/es/usando-wiclax/adquisicion-de-datos-de-cronometraje/los-diferentes-sistemas/timing-sense.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.
