# Equation

The Equation Data Connector allows for creating calculated measurements at the Edge by combining existing tags with symbolic expressions.

Instead of connecting to a device or protocol, this connector acts as a *virtual source* that evaluates formulas locally and exposes the results as measurements.

{% hint style="info" %}
Adding the Equation Data Connector is not necessary. It is added by default, and therefore always available across the entire Asset Hierarchy.
{% endhint %}

### When to use Equations

There are many applications for using tags with symbolic equations.

Examples are:

* Unit conversions (e.g., °C → °F, bar → kPa).
* Derived KPIs (cycle time, yield, OEE components).
* Sensor fusion (combine multiple inputs).
* Conditional logic (fallbacks, clamping, bad-data handling).

### Triggering

Tags with equations work like any other tag, supporting both configurable sampling and aggregation.

Sampling is controlled by setting the Read Sampling Interval for the tag. The following modes are available:

* **On change:** Recalculate when any input tag changes.
* **Interval:** Recalculate on a fixed schedule (e.g., every 1 s, 5 s, 60 s).

### Syntax

To configure a tag as a symbolic equation, please refer to the tag configuration section for a guide to configure a equation tag.

[Equation Editor documenation](/management-portal/designer/assets/tags/collect/configuration/equation.md)


---

# 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.tricloudnexus.io/management-portal/designer/assets/data-connectors/equation.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.
