> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-documentation/3.1/data-analytics-features/detail/device-overview/machine-alerts-and-rpm.md).

# Machine alerts & RPM

#### To be used with NEON Vibration Sensors

In the detail view of a device, the user can set alert thresholds by hovering next to Machine alerts and clicking on the plus (+) icon that appears.&#x20;

<figure><img src="/files/I17o3sVSUM7j0GOSUobP" alt=""><figcaption><p>Example to set alert thresholds</p></figcaption></figure>

By doing so, a pop-up window will appear where the user can select which alerts to set in the device.&#x20;

<figure><img src="/files/ldIRh7qHoJRz09Iqt4wK" alt=""><figcaption><p>Machine alerts screen</p></figcaption></figure>

From the dropdowns, the user can select pre-defined options based on the ISO10816 or add custom alerts. For example, selecting the type **General Machines** and the class **Medium Machine Class II** will define alerts for the device as the example below:

<figure><img src="/files/vamf9p86t0sWOJV3UEz7" alt=""><figcaption><p>Pre-defined alerts example</p></figcaption></figure>

The user can use these options as templates and edit the alerts according to their needs. Alternatively, custom alerts can be set by clicking on **Add Alert**. The fields the user will have to fill in are as follows:

* **Alert source**: the measurement to be monitored. This can be RMS velocity on any of the three axes, peak acceleration on any of the three axes, or temperature (minimum, maximum, or average).
* **Alert label**: a name to differentiate the alert and help the user identify it across SolidRed.
* **Severity**: available options are intermediate, warning, minor, major, or critical.&#x20;
* **Threshold value**: the value that needs to be met for the alert to trigger.&#x20;

<figure><img src="/files/NUvI9S0KRPc8lr3H6iIk" alt=""><figcaption><p>Custom alerts configuration</p></figcaption></figure>

Clicking on the plus icon below the delete icon on the last defined alert level will let the user add another severity level for the alert. Up to 4 severity levels can be defined within a single alert. Finally, clicking the save button will apply the defined alerts to the device in question.&#x20;

Additionally, by hovering next to RPM and clicking the plus icon, a range for minimum and maximum RPM can be selected and defined in the asset.&#x20;

<figure><img src="/files/IfU4HeTTLLDMoAgQ4cfY" alt=""><figcaption><p>RPM range screen</p></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.twtg.io/docs/solidred-documentation/3.1/data-analytics-features/detail/device-overview/machine-alerts-and-rpm.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.
