Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

InTouch HMI quick start deployment

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

  1. On the Home menu, in the Tags group, select Tag Dictionary.

    The Tagname Dictionary dialog appears.

  2. Select New.

  3. The Tagname field clears.

  4. Enter Tank_Level in the Tagname field.

  5. Select Type to show the various types of InTouch HMI tags.

  6. Select Memory Integer as the type of tag.

  7. Select Alarms near the top of the Tagname Dictionary to expand the dialog box to show fields to set alarm conditions.

    Set Alarms tag value

  8. Select High and set 1500 in the Alarm Value field.

  9. Select Save.

  10. Repeat steps 2 through 4 to create the Agitator tag.

    1. Enter the name of the tag in the Tagname field.

    2. Set the tag type to Memory Discrete.

    3. Select Save.

  11. Repeat steps 2 through 4 to create the three valve tags.

    1. Enter the name of the valve tag in the Tagname field.

    2. Set the tag type to Memory Discrete for all three valve tags.

    3. Select Save to save each valve tag.

  12. Create the Agitator_RPM tag using the same steps (2 through 8) used to create the Tank_Level tag.

    1. Enter Agitator_RPM as the name of the tag.

    2. Set the tag type to Memory Integer.

    3. Select High and set the Alarm Value field to 1500.

      Create a Agitator Tag