Import references
- Last UpdatedJul 16, 2024
- 1 minute read
When you import a SmartSymbol, the following changes are made to tags and references:
|
InTouch SmartSymbol |
Industrial Graphic |
Example |
|---|---|---|
|
Local Tags |
Prefixed with "InTouch:" keyword |
Real Memory Tag "TankLevel1" is converted to "InTouch:TankLevel1" |
|
Local Tags with dotfields |
Prefixed with "InTouch:" keyword |
Discrete Memory Tag "TankLevel1.InAlarm" is converted to "InTouch:TankLevel1.InAlarm" |
|
SuperTags |
Prefixed with "InTouch:" keyword. You need to manually enclose the expression by the following syntax: attribute("..."); |
Real SuperTag member "Reactor1\Level" is converted to "InTouch:Reactor1\Level". You need to change the expression manually as follows: attribute("InTouch:Reactor1\Level"); |
|
I/O References |
Prefixed with "InTouch:" keyword |
Integer I/O Tag "Testprot:i00" is converted to "InTouch:Testprot:i00" |
|
Galaxy References |
"Galaxy:" prefix is removed |
Galaxy Reference "galaxy:Pump1.Valve1" is converted to "Pump1.Valve1" |
The following items are imported with functional change:
|
InTouch SmartSymbol |
Industrial Graphic |
Example |
|---|---|---|
|
Galaxy:ObjectTagname. |
"Galaxy:" prefix is removed but #VString is not supported. Applies also for #VString1, #Vstring2, #VString3 and #VString4 |
"Galaxy:Tank.PV.#VString4" is converted to "Tank.PV" |
|
Galaxy:ObjectTagname. |
"Galaxy:" prefix is removed but #ReadSts is not supported |
"Galaxy:Tank.PV.#ReadSts" is converted to "Tank.PV" |
|
Galaxy:ObjectTagname. |
"Galaxy:" prefix is removed but #WriteSts is not supported |
"Galaxy:Tank.PV.#WriteSts" is converted to "Tank.PV" |
|
Galaxy:ObjectTagname. |
"Galaxy:" prefix is removed but #EnumOrdinal is not supported |
"Galaxy:Selection.Sel1.#EnumOrdinal" is converted to "Selection.Sel1" |