EN

Handlers

The platform allows you to control the current values of the object parameters, which are registered by its sensors. All data received from the device are stored on the platform and are available for further analysis at any time. However, when analyzing the data, there is often a need for additional calculations based on the obtained values. calculations based on the obtained values. Or vice versa, there may be cases when data with redundant or incorrect information is received. In such situations additional filtering is necessary.
For this purpose there is a separate layer in the platform architecture - processors, which allow processing the input data packet for the purpose of its correction or additions. The data can be processed in such a way that it is possible to, for example, to calculate the distance traveled by a vehicle by using the number of revolutions of a wheel and the length of its circumference; to convert conversion from one unit of measurement to another; filtering data packets by discarding redundant information and leaving the most redundant information and leaving the most essential, and much more. Such actions can be realized in a handler and then run it. To to create a handler you need to write source code in the programming language JavaScript version ES6. In this way, you yourself will implement an algorithm with the help of that can handle all aspects of data processing for your packages.
💡
The handlers only work with the parameters that came from the device. No additional data sources are involved.
Handler card
  1. handler name
  2. handler description
  3. The number of objects added to the handler. Click on it to apply a filter to the list of objects and show only those objects that are associated with this handler