# YuDash Axon

**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.

***

#### **Key Features of Axon**

* **🧩** [**YuParse**](/dc/df/axon/parse.md)\
  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.


---

# Agent Instructions: 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.yudash.com/dc/df/axon.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.
