Configure tags
- Last UpdatedOct 01, 2024
- 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 |
To create InTouch HMI tags
-
On the Home menu, in the Tags group, click Tag Dictionary.
-
The Tagname Dictionary dialog appears.
-
Click New. The Tagname field clears.
-
Type Tank_Level in the Tagname field.
-
Click Type to show the various types of InTouch HMI tags.
-
Select Memory Integer as the type of tag.
-
Click 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.
-
Click Save.
-
Repeat steps 2-4 to create the Agitator tag.
-
Enter the name of the tag in the Tagname field.
-
Set the tag type to Memory Discrete.
-
Click Save.
-
-
Repeat steps 2-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.
-
Click Save to save each valve tag.
-
-
Create the Agitator_RPM tag using the same steps (2-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.

-