# How to configure event triggers

Event triggers are a powerful feature of the NEON Vibration Sensor. For every measure taken, the device will determine if the condition was met to send an event message with the condition declared as the trigger. The device will send an event message upon status change, meaning, when the condition is set from false to true and when is set from true to false.

To configure the event triggers the user must generate a downlink and send it through LoRa. The [NEON configurator](https://neon-configurator.twtg.io/) can be used to create the downlink. The event triggers can be configured in the NEON configurator in the **Sensor Configuration** tab > **Events** section for protocol v2, and in the **Sensor Conditions** tab > **Event Conditions** section for protocol v4.&#x20;

Every event trigger is a combination of 2 fields that must be defined to set the condition in the device. &#x20;

1. **Mode**: determines the operational mode of the event trigger. This can monitor peak acceleration or RMS velocity in any of the three axes (x, y, or z).
2. **Mode value**: the value that must be reached in the measurement to trigger the event.&#x20;

### Examples

**Mode = RMS velocity X,  and mode value = 100**

The combination above will define an event trigger such as if any measurement of the RMS velocity on the X axis exceeds 100 mm/s an event message will be sent.&#x20;

**Mode = peak acceleration Z,  and mode value = 50**

The above set of parameters will establish an event trigger to send an event message if the peak acceleration of the Z axis reaches 50 m/s².
