Example of connecting Industrial Graphics to InTouch tags
- Last UpdatedMar 18, 2025
- 3 minute read
This example shows you how to connect a tank symbol with a percent vertical fill animation created by the Industrial Graphic Editor to an InTouch tag.
You do this in three main steps:
-
Create a sample Tank as an Industrial Graphic.
-
Create the InTouch application.
-
Derive and view the sample tank in WindowViewer.
Create a sample tank as Industrial graphic
-
In the IDE, create a new symbol called "Tank" and open it in the Industrial Graphic Editor.
-
Paste a rectangle on the canvas. Change its appearance as needed.
-
Create a colored polygon element that represents a cutout of the tank to show the tank level.

-
Select the canvas.
-
On the Properties menu, in the Graphic group, select Edit.
Alternatively, double-click the graphic object.
The Edit Custom Properties dialog box appears.
-
Add a custom property called Level.
-
Configure the property details. Do the following:
-
In the Data Type list, select Float.
-
In the Default Value box, type 0.

-
-
Select OK.
-
Double-click on the polygon element that represents the tank level.
The Edit Animations dialog box appears.
-
Add a % Vertical Fill animation.
-
In the Analog box in the right pane, type the name of the custom property. In this example, it is Level.

-
Select OK to close the Edit Animations dialog box.
-
Select Close and Save to close the Industrial Graphic Editor.
Create the InTouch application
-
In the System Platform IDE, create a new managed InTouch application. For more information, see Create a managed InTouch application.
-
Open the managed InTouch application in WindowMaker.
-
Create a new window called TankDisplay.
-
Open the Tagname Dictionary and create a new real InTouch tag named TankLevel.
-
Select the Embed Industrial Graphic icon.
The Galaxy Browser dialog box appears.
-
Select the Tank symbol and select OK.
-
Select the new location within the window to embed the symbol.
The Tank symbol is embedded into the window.

-
Right-click the embedded Industrial Graphic, point to Industrial Graphic "Tank", and then select Edit Symbol Properties.
The Edit Symbol Properties dialog box appears.
-
Select the custom property Level.
-
In the Default Value box, type TankLevel. You can also select the ellipsis button to browse for TankLevel using the Select Tag dialog box.
-
Select OK.
-
Paste a slider on the window and configure it with the local InTouch tag TankLevel.
-
Save the changes and close WindowMaker.
The managed InTouch application is automatically checked in.
Derive and test the sample tank
-
In the System Platform IDE, derive an instance of the managed InTouch application and deploy it together with a WinPlatform and a ViewEngine instance.
-
Open the InTouch Application Manager and start the listed application in WindowViewer.
The tank and the slider appear on the window in WindowViewer.
-
You can move the slider to change the tank level.
