Configure tags
- Last UpdatedJul 28, 2026
- 2 minute read
InTouch HMI applications use tag values and properties to visualize values, store, and retrieve information about the process and the state of the process. For example, tags are used to receive values coming from field devices and to send commands and set points to the field device.
Tags can be used to visualize the present value, and past value, and to control a process by changing a set point through these tags.
In this simple application, tag data will be shown and used to set the state of the graphics that represent the equipment of the mixer.
Create the following tags for the Mixers application using the procedure provided in this topic.
|
Tag |
Tag Type |
Symbol Association |
|---|---|---|
|
Tank_Level |
Memory Integer |
Liquid Fertilizer tank |
|
Valve_Liquid |
Memory Discrete |
Liquid valve |
|
Valve_Concentrate |
Memory Discrete |
Concentrate valve |
|
Valve_Outlet |
Memory Discrete |
Outlet valve |
|
Agitator |
Memory Discrete |
Tank agitator |
|
Agitator_RPM |
Memory Integer |
Tank agitator revolutions |
Create InTouch HMI tags
-
On the Home menu, in the Tags group, select Tag Dictionary.
The Tagname Dictionary dialog appears.
-
Select New.
-
The Tagname field clears.
-
Enter Tank_Level in the Tagname field.
-
Select Type to show the various types of InTouch HMI tags.
-
Select Memory Integer as the type of tag.
-
Select Alarms near the top of the Tagname Dictionary to expand the dialog box to show fields to set alarm conditions.

-
Select High and set 1500 in the Alarm Value field.
-
Select Save.
-
Repeat steps 2 through 4 to create the Agitator tag.
-
Enter the name of the tag in the Tagname field.
-
Set the tag type to Memory Discrete.
-
Select Save.
-
-
Repeat steps 2 through 4 to create the three valve tags.
-
Enter the name of the valve tag in the Tagname field.
-
Set the tag type to Memory Discrete for all three valve tags.
-
Select Save to save each valve tag.
-
-
Create the Agitator_RPM tag using the same steps (2 through 8) used to create the Tank_Level tag.
-
Enter Agitator_RPM as the name of the tag.
-
Set the tag type to Memory Integer.
-
Select High and set the Alarm Value field to 1500.

-