Tag Substitution in Factory talk view

pr978

Member
Join Date
Oct 2014
Location
UK
Posts
11
Hi Guys;

I am fairly new to Factory talk view and Rockwell. I am working on project where doing 2 HMI application in factory talk view. Project has 2 lines exactly same and need some expert advice on best way to use tag substitution to save time.

When I finish my line 1 HMI program; I am planning to use tag substitution to preapare line 2. which one will be easy to substitute PLC tag or HMI tag?

My colleague is asking me to create HMI tag for most of the object and then substitute it for line 2 but I thought for line 2 I still have to create HMI tag while if I use PLC tag then I can do direct substitution and save more time?

This is fairly heavy application where I have nearly 50 Screens and more then 1000 tags to work with.

Whats your thought on this?
 
You can export HMI Tags database to a csv file and then edit it in your favorite spreadsheet software or a code editor (like pnotepad or notepad++). Then you can import the edited file into the second HMI program: the tag database is created on the fly.
 
With FTView, I prefer to use the direct reference tags.
The HMI tags add long/unnecessary delays when reading tags; not good for operator feedback when using buttons.
But in your case, HMI tags are probably better.

Changing the HMI tags will be faster if you edit the CSV export (post #2).

FTView does have a search and replace (for any text. HMI or D.R. tags) but it is very slow and does not replace in all components of the project. Just in the graphic displays.

If you only use HMI tags, then you know you only need to change in the HMI tags; CSV export/import will do that quickly.
Build Line1 project, copy that into a new project, then edit the copied project as Line2.
You can convert those HMI tags to Direct Reference later, after the project is done (KnowledgeBase article has that utility).
 

Similar Topics

Does anyone know of a way to Script the Tag Substitution function for an individual display? I have a heavily populated display, with about 250...
Replies
3
Views
4,441
My fellow PLC tech just found something weird, as in there are only two of us who could have done it but we didn't. And we know we would not have...
Replies
3
Views
2,287
Hi, I am wanting to use a common trend object & change the pens/tags displayed based on the object selected ie PID All tags are in the model &...
Replies
1
Views
1,687
Hi, I work with RSview32 for the first time. I have to replace more than 200 tag names in a graphics display. The Tag Substitution function is...
Replies
3
Views
2,020
I'm new with RSVIEW and I need help for my application I have A display with 25 I/O (numeric input and numeric display) I want change the name...
Replies
1
Views
4,196
Back
Top Bottom