FactoryTalk View Tag Import

colemaj1

Lifetime Supporting Member
Join Date
Dec 2011
Location
Greenwood, MS
Posts
19
Hi, I'm fairly new to PLC programming. I want to create an HMI tag in FTV from a tag that's in my RSLogix 5000 project.

I am working on an existing project programmed by another programmer. He uses HMI tags to connect to elements on face plates. For example, when a motor is clicked on the HMI, the touch action displays the faceplate with a 'Display <faceplate name> /P<HMI Tag Name>' command.

The tags he uses for motors are a user defined type 'mtr' that contains about 30 different data types used for controlling motors or displaying info about it.
I can see where he's imported existing motors into FTV by looking at the HMI Tag list. Each motor tag has it's own folder. In the folder for that tag is all the HMI tags corresponding to each of the 30 or so data types for the motor tag.

I am trying to add a new motor. I've added the tag in Logix, and added the motor in FTV on a display. Now, I need to import the tag I created in RSLogix into FTV, so I can open the faceplate properly. This is where I get stuck. What's the easiest way to import a single tag, and have all the sub-datatypes populated as HMI tags? I'm pretty sure he's not adding all 30 tags for the motor manually.

Proc is 1756-L75.
RSLogix is online. v20.12
FTV and RSLogix is on the same PC
FTV is v8.1

Thanks in advance!

Tags.jpg
 
Thanks gclshortt. I checked out those threads. I'm still a little unclear as to how to import.

By what I'm seeing there are 3 directions I can go. They are listed below, and the problems I'm having with each of them.

- Use the DB browser in FTV. When I browse for a database, I don't see ACD file as an option.

- Export from Logix to a csv or other file, and then import. As far as I can tell this bulk exports all tags. Then I don't know how to selectively import this one new tag, I'm after.

- Import/export wizard in FTV? Same as above, all these options seem to be bulk import.
 
Export your HMI tags. Under Tools> Import and Export Wizard.

This will give you a .CSV file that can be opened in Excel.

Delete All Tags in file except one motor. Search and Replace all motor tags to new name.

At the Top of the excel sheet you'll see the Folder ID information. 3 columns with F folder name F

Delete all folder information except one. Modify Folder Name to new folder.

Import .CSV file. It will create a new folder and all the new tags in that folder.

Don't worry about deleting tags and folders from .CSV file it will not remove existing tags from project when you import file. Only create new.

You could Copy and Paste a motor tag group and modify and import all. The import option will allow to import new or Overwrite existing.
 

Similar Topics

I have a FactoryTalk View Se project, Is it possible to export Direct Reference tags to edit in a CSV file or Excel? I know I can export HMI...
Replies
1
Views
287
Hi All, I'm trying to look into if it's possible to get FactoryTalk SE to build a process log report, recording various tag values at a poll rate...
Replies
1
Views
576
We are cutting over a PLC5 to ControlLogix and we ran into some issues with the HMI (FTView v10, Network Distributed). We found that after...
Replies
0
Views
944
RE: FactoryTalk View Tag Browser Datatype - UNRECOGNIZED Hi All I have a new install of FactoryTalk View SE 12 with the May 2022 patch rollup...
Replies
6
Views
3,250
Hi All, Does anyone know that how to monitor tag value during the client file is running? I don't want to create button with animation to find...
Replies
2
Views
1,446
Back
Top Bottom