> 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/preparation-of-configuration/logging-analog-channels.md).

# Logging Analog Channels

* Create a new project.

<img src="/files/r9kvCA3SldQGdllIeSVt" alt="" data-size="original">

* Drag and drop the Analog tool to the Channels area of the configuration window.

<figure><img src="/files/QNpSt5PvvqJl7OnCpfNR" alt=""><figcaption></figcaption></figure>

* Select Analog channel from the Analog channel drop box.
  * Enter the sampling rate required for logging in to the sampling rate column.
  * Define the ‘Formula’ for scaling the sensor output to engineering units.
    * A- is the slope or the scale factor
    * X- is the input (volts)
    * B- is the offset, and the output will be engineering units.

<div align="left"><figure><img src="/files/5kzufZuJuJYGw5r8UTLv" alt="" width="563"><figcaption></figcaption></figure></div>

* Click ‘Add’ to add the selected channel.

<div align="left"><figure><img src="/files/fbx8wgbIsOV4GLE8gm3l" alt="" width="547"><figcaption></figcaption></figure></div>

* Click “Run Configuration”, save the project and provide a name for the project. The logger will create files with the name of the project.

<div align="left"><figure><img src="/files/RhS3pA215GLNGWUImwOK" alt=""><figcaption></figcaption></figure></div>

The configuration will be loaded in the data logger, and logging will start immediately.

[<mark style="color:blue;">Video Tutorial</mark>](https://youtu.be/ksjbOI8hGXU?si=itNxoDHbLOjw3vcS)


---

# 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/preparation-of-configuration/logging-analog-channels.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.
