Creating InTouch HMI Tags
- Last UpdatedJul 28, 2023
- 2 minute read
InTouch HMI applications represent an industrial process using data associated with InTouch HMI tags.
In this simple application, tag data will be shown or used to set the state of the symbols that represent the equipment of a mixing station.
This procedure explains how to create the following tags for a mixing station Modern application:
|
Tag |
Tag Type |
Symbol Association |
|---|---|---|
|
Tank_Level |
Memory Integer |
Mixing Tank |
|
Valve_Chocolate |
Memory Discrete |
Chocolate Valve |
|
Valve_Milk |
Memory Discrete |
Milk Valve |
|
Valve_Outlet |
Memory Discrete |
Outlet Valve |
|
Agitator_RPM |
Memory Integer |
Tank Agitator |
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 1400 in the Alarm Value field.
-
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.

-