> 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/how-to/vibration-sensor-vb/communication-protocol-v4.1.md).

# Communication Protocol v4.1

The latest communication protocol of the NEON Vibration Sensor is v4.1. Here is a summary of the changes and new functionalities. For a detailed explanation of the communication protocol, features and message structure, please check the communication protocol document available in the documentation.&#x20;

### Slots replacing tags

Slots are the new way to keep track of the configurations applied to the NEON Vibration Sensor. Now, instead of using variable tags, the device has several slots available per configuration. If you save a configuration in slot 0, you can add a configuration to slot 1 or update the configuration in slot 0. Furthermore, the slot is now visible in the measurement messages, allowing users to tie a measurement to a specific configuration.&#x20;

### Triaxial measurement

A new type of measurement has been added to allow users and the device to send the 3 axes of a measurement in a single message. For example, having in a simple message the RMS velocity for the X, Y and Z axes.&#x20;

### Envelope measurements

The NEON Vibration Sensor using protocol v4.1 now supports envelope measurements (RMS envelope and peak envelope)

### Revised Statistics

Users can now select in a single configuration all the desired statistics measurements instead of having to send a downlink per measurement.&#x20;

### Sample Speed Divider calculated automatically

The sample speed divider is now calculated based on the frequency range selected instead of having to define it as a parameter in the vibration settings.&#x20;

&#x20;


---

# 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:

```
GET https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v4.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
