What is a SCADA Tag?
A practical definition of SCADA tags and how they connect PLC addresses, alarms, trends, screens, and reports.
Definition
A SCADA tag is a named data point used by the HMI/SCADA system. It may point to a PLC address, protocol register, OPC UA node, MQTT topic, calculation, memory value, alarm condition, or historian point.
Why tags matter
Tags become the vocabulary of the system. Screen objects, alarm messages, trends, reports, scripts, and integrations often depend on tag names. Poor tag design creates long-term maintenance cost.
Tag fields to define
- Name and description.
- Data type and engineering units.
- Source device and address.
- Scan rate or subscription behavior.
- Scaling and limits.
- Alarm configuration.
- Historian collection rules.
- Owner and lifecycle status.
Common mistakes
Using temporary names as final names, mixing units in descriptions, ignoring quality status, hiding device context, and allowing duplicate meanings across areas.
Practical rule
A good tag should tell another engineer what it represents without requiring tribal knowledge.