Device parameters (tags)

A tag (parameter) is one named measurement on a device — temperature, voltage, flow_rate. Each device has one or more tags.

When you add or edit a device you define its tags, each with:

Widgets and rules reference a device + tag pair. If you change a tag's name later, re-point any widgets that used it.

Scaling: factor (multiply or divide) and offset

Many sensors report a raw number that isn't the real-world value — a Modbus register might hold the reading in hundredths, or an analog input might report a raw count. A factor and an offset convert that raw reading into a real (engineering) value.

Choose the direction with the Multiply / Divide switch:

Multiply:  displayed value = raw × factor + offset
Divide:    displayed value = raw ÷ factor + offset

The platform stores the raw reading and applies the factor and offset for display, so you can adjust them later and every chart — past and present — re-scales. Alert thresholds are entered in the displayed (scaled) value, not the raw one — see alert thresholds.

You can change a tag's scaling or its alert threshold at any time from the device's Edit form — no need to delete and re-add the tag. Open the device, find the tag, and use Edit scaling (or Edit threshold).