===[Intouch vs PLC rockwell]===

Le Tri Dung

Member
Join Date
Nov 2022
Location
A
Posts
11
I have a rockwell and intouch PLC program available that connects to that PLC. Now I want to know how the intouch tag and the PLC tag are linked together while their names are different, the in touch tag is “PLC:UNIT.Loop.Purge_water.Tar” and the PLC tag is named “UNIT_G2G2C5C001.Loop.Purge_water.Tar“. Why are they so different in name but linked together, and how is it linked?
 
The InTouch tagname can be (within limits) whatever you want. For example the InTouch tagname can be "Apples" and the corresponding PLC tagname can be "Oranges". They are linked together in the InTouch application. If you open the tagname dictionary and select the InTouch tagname and look at the bottom of the box you will see Item: and then the PLC tagname. Of course you need to have a correctly set up Access Name to that PLC, but that is how the 2 tagnames are linked.
 
The InTouch tagname can be (within limits) whatever you want. For example the InTouch tagname can be "Apples" and the corresponding PLC tagname can be "Oranges". They are linked together in the InTouch application. If you open the tagname dictionary and select the InTouch tagname and look at the bottom of the box you will see Item: and then the PLC tagname. Of course you need to have a correctly set up Access Name to that PLC, but that is how the 2 tagnames are linked.

Where are the tags in intouch declared, I want to see all the tags of the intouch that correspond to which tag of the PLC
 
It's also possible to export the tag database to a .csv file.

Select your application from within InTouch Application Manager, then choose File->DBDump to export.

-Trevor

2022-11-29 15_50_46-Clipboard.png
 
the in touch tag is “PLC:UNIT.Loop.Purge_water.Tar” and the PLC tag is named “UNIT_G2G2C5C001.Loop.Purge_water.Tar“. Why are they so different in name but linked together, and how is it linked?
This looks like it is the tag configured directly on the graphic element?

InTouch TagNames cannot have ‘:’ or ‘.’ etc
This tag of PLC:UNIT.Loop is bypassing the InTouch tag database & going directly.

PLC will be the configured AccessName, UNIT must be the name of the program task in the PLC

The best practice way, IMHO would be to have the InTouch TagName as ‘G2G2C5C001_WaterPurge_Tar’ or similar, but that is without seeing the RS5K code structure .

Direct tags are useful for getting more tags animated for the license, but they cannot have alarms or trends added.
@OP, what is your runtime license count.?
 
Last edited:
It's also possible to export the tag database to a .csv file.

Select your application from within InTouch Application Manager, then choose File->DBDump to export.

-Trevor

DBDump won’t work for the tag mentioned by the OP, as is a direct access tag, not a InTouch database tag.
But, it will be a worthwhile exercise so they can see the complete tag database
 

Similar Topics

I am currently working on converting an Object-based ArchestrA System Platform HMI to a Tag-based InTouch HMI. Currently, the I/O is linked...
Replies
0
Views
34
I have a problem, I'm running an AE Licence Manager on a Windows 2016 Server, and my Window Maker is on another separate Windows 2016 Server. My...
Replies
0
Views
89
Hi all. Customer wants analog faceplates really bad, even if we explained that it doesn't make much sense in his process. What he wants to see...
Replies
7
Views
261
Trying to export a Modern application for an upgrade to Intouch 2020 but I cannot export the application from the 2014 version because the export...
Replies
2
Views
144
Hi guys, I have experience with PLC to Excel etc...just starting on using intouch scada screens. I have an Excel sheet that uses mainly...
Replies
1
Views
205
Back
Top Bottom