YuDash Axon
Last updated
Last updated
YuDash Axon is the edge intelligence layer built into YuDash IoT devices, designed to preprocess data at the device level before forwarding it to the cloud or industrial systems. It enables real-time transformation, computation, and standardization of raw inputs from a wide range of sensors and instruments. This feature is available only in few part numbers.
🧩
Extracts structured values from ASCII/text sensor outputs using pattern-based parsing. Supports flexible tokenized patterns (#D1
, #A2
, etc.) and maps them to named variables.
➗ Calculator
Perform real-time computations using parsed or raw values. Supports arithmetic expressions like addition, multiplier and basic functions (min()
, abs()
, etc.) to derive synthetic values at the edge.