> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/rexdesk-configuration-software-s/rexdesk-rexgen-series-configuration-software/rexdesk-manual/quick-start-guide/advanced-configuration/hw-info-tool.md).

# HW Info Tool

The user application can transmit a CAN Message to ReXgen to trigger the following responses:

1\) Current Firmware version of the ReXgen.

2\) ReXgen should confirm that it is configured, has a configuration version, and has an active configuration.

3\) Send the serial number of the ReXgen.

4\) Send the RTC Date & time.

#### &#x20;Format of the Transmitted message:

<table data-header-hidden data-full-width="true"><thead><tr><th width="165"></th><th width="123"></th><th width="123"></th><th></th><th width="108"></th><th></th><th></th><th width="106"></th><th></th></tr></thead><tbody><tr><td><strong>Function</strong></td><td><strong>Request ID</strong></td><td><strong>Transmit ID</strong></td><td><strong>0</strong></td><td><strong>1</strong></td><td><strong>2</strong></td><td><strong>3</strong></td><td><strong>4</strong></td><td> </td></tr><tr><td><strong>Firmware</strong></td><td>RX Ident</td><td>Tx Ident</td><td>FW_MAJOR_VERSION</td><td>FW_MAJOR_VERSION</td><td>FW_MINOR_VERSION</td><td>FW_BRANCH</td><td> FW_TYPE</td><td></td></tr><tr><td><strong>Configuration ID</strong></td><td>RX Ident +1</td><td>Tx Ident +1</td><td>Configuration Version Number</td><td> Configuration Version Number</td><td>Configuration Version Number</td><td>Configuration Version Number</td><td></td><td></td></tr><tr><td><strong>Manufacturing INFO</strong></td><td>RX Ident +2</td><td>Tx Ident +2</td><td>Product</td><td>Assembly</td><td>Batch</td><td>Batch</td><td> SERIAL_NUMBER</td><td></td></tr><tr><td><strong>RTC Time</strong></td><td>RX Ident +3</td><td>Tx Ident +3</td><td>UNIX Date/Time</td><td>UNIX Date/Time</td><td>UNIX Date/Time</td><td>UNIX Date/Time</td><td></td><td></td></tr></tbody></table>

FW\_TYPE           0-Release, 1-alpha, 2-beta, 3-pre release

FW\_BRANCH     0 -Main branch

![](/files/O6g5Rti8Z94LO0uTwUZ8)

Allows to drag and drop the same into the configuration. The tool has the following settings:

* Output CAN
  * Users can choose CAN 0 or CAN 1
* **Rx Ident:** Start range CAN ID of messages transmitted from an external tool.
* **Tx Ident:** Start range CAN ID of messages transmitted from ReXgen.

#### Example:

If Rx Ident is 7E0 and TX Ident is 7E8 in the configuration, the Identifiers will be as shown below:

| **Rx Ident** | **Tx Ident** | **HW Info**               |
| ------------ | ------------ | ------------------------- |
| 7E0          | 7E8          | Firmware                  |
| 7E1          | 7E9          | Configuration ID          |
| 7E2          | 7EA          | Manufacturing Info        |
| 7E3          | 7EB          | RTC Time (UNIX Date/Time) |


---

# 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.influxtechnology.com/support_guides/rexdesk-configuration-software-s/rexdesk-rexgen-series-configuration-software/rexdesk-manual/quick-start-guide/advanced-configuration/hw-info-tool.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.
