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

# URTime

URTime es un fabricante francés de sistemas de cronometraje RFID.\
Sitio web oficial: <https://www.urtime.net/>\
Documentación: <http://support.urtime.net/>

La marca URTime ofrece varios hardware que pueden comunicarse con Wiclax.

### <mark style="color:blue;">URT800</mark>

El modelo URT800 se puede conectar directamente al PC vía TCP-IP. La conexión puede ser por cable (con un cable RJ45) o vía Wifi.

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FnEFaJQ0Dd4THes1WQAGi%2Fimage.png?alt=media&amp;token=dadcbaef-a6ad-4a23-a140-fb52835226d7" alt="" width="125"><figcaption><p>URT800</p></figcaption></figure>

El URT800 se identifica en la red mediante una dirección IP. Esta dirección se muestra en la parte inferior de la ventana principal. En este caso, se trata de la dirección 192.168.1.55.

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FpOWs0p0QnYlIKM9Ch3Ny%2Fimage.png?alt=media&amp;token=e3f6ad24-4be8-4971-b6b8-6309092e7293" alt="" width="489"><figcaption></figcaption></figure>

You will need to make sure that the IP address of the PC hosting Wiclax is part of the same subnet. In this case, the IP address of your PC (or rather of your PC's network card) will need to start with 192.168.1. and have a different address than the URT800. For example 192.168.1.5.

{% hint style="info" %}
In wired mode, the URT800 can be connected directly to a PC with an RJ45 cable. In practice, it is often wise to position a network component between the two, which could be a simple switch, or a router-modem possibly doubled with a WIFI access point function.\
The first utility of this network component will be to allow the connection of several URT800s to a single PC: this is the typical case of an arrival line with a URT800 on the line and a URT800 in backup, a few meters further.
{% endhint %}

Once the URT800 and the PC hosting Wiclax have been connected to the network and they both have an IP of the same subnet, the connection can be established in Wiclax.

First, we will need to create a URTime type acquisition in the acquisitions window:

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2F5iZD7IO1sw1jaVTCaajE%2Fimage.png?alt=media&amp;token=c04405dd-14ba-435e-bba0-2c63aaac9f50" alt=""><figcaption></figcaption></figure>

To connect to the URT800, you need to\
\- specify the URT800 IP address: here 192.168.1.55.\
\- enter the port associated with this IP: port 6546 is entered by default for a URTime connection and there is no reason to change it, unless it has been modified on the hardware side.\
\- click `Connect`. If the connection is successfully established, the Connect button will change into a Disconnect button. <img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FEUooaLDXoVjxIPgdjLAn%2Fimage.png?alt=media&amp;token=45691621-3a3e-4b69-879f-83186a68b721" alt="" data-size="line">.


---

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