Use the InTouch:Tagname syntax
- Last UpdatedJun 26, 2024
- 1 minute read
When you use the intouch:tagname syntax, the animation connects to the InTouch tag of the node the graphic is used. There are some restrictions on how you can use this syntax:
-
Unlike in Application Server, you cannot use true and false as Boolean values. Use 1 and 0 instead.
-
If you want to make a reference to an InTouch SuperTag, use the following syntax instead:
attribute("InTouch:SuperTag\Member")
-
The “InTouch: ” prefix is not needed for an InTouch Standalone application with Industrial Graphics. Tag browsing and runtime tag binding will work without the “InTouch:” prefix.
-
Application Server custom properties referencing InTouch tags which have hyphens in their names will not work in run time. For example, "InTouch:TAG-1" will not work in run time.