{% extends "pagetemplate.j2.html" %} {% block body %} Tag Points

Tag Points

This page lists all Tag Points currently managed by Kaithem. Creating a tag with a name beginning with "=" allows you to create expression tags, similar to soft tags in many SCADA systems.

Active Tags

{% for tag in tags_data %} {% if tag.type == 'numeric' %} {% elif tag.type == 'string' %} {% elif tag.type == 'object' %} {% elif tag.type == 'binary' %} {% elif tag.type == 'deleted' %} {% endif %} {% endfor %}
NameValue(not realtime) Alarms
{{ tag.name|escape }} {{ tag.value }} {{ tag.alerts_count }}
{{ tag.name|escape }} {{ tag.value|escape }} {{ tag.alerts_count }}
{{ tag.name|escape }} {{ tag.value|escape }} {{ tag.alerts_count }}
{{ tag.name|escape }} Value is binary data {{ tag.alerts_count }}
{{ tag.name|escape }} DELETED DELETED DELETED DELETED
{% endblock %}