Problem:

You copy your PLC tags and logic code from one project to the other project. However, RSLogix5000 does not copy the tag description with the tag. Description helps coder to understand the code. If you want the description, you can copy individual description from one project and copy it to the other project. However, if there are hundreds of tags, copy and paste becomes tedious. Luckily, Rockwell Software does provide a tool to export tag description to a file. You can modify the file and import it to other project.

Solution:

  1. Here are the tag descriptions from existing project on Pump.  Tag Description from Existing Project
  2. Use RSLogix5000 Export Tool to Export Tag Descriptions.Use RSLogix5000 Export Tool to Export Tag Descriptions
  3. Select file location and put a file name for the exported file.
  4. Create tags with same scope and name in new RSLogix 5000 project. If the scope or name is different, the import will not work correctly. Create Same Tags in New Project
  5. Select Import in Tool to import tagsSelect Import Tool
  6. Use the file browser to select the exported tag file.Select the exported tag file
  7. After import is done, the tags in new project show the same descriptions.Tags in New Project have Description after Import

Notes

  1. Always save a copy of your working file before importing tags so if import messes up, you have a backup copy.
  2. With the export and import tools, you can export tags out and modify them in Excel spreadsheet, which is faster if your tag descriptions are in some numerical sequence, such as shown in the sample above.
  3. If you move tags between different version of RSLogix5000, the header lines (first 10 lines or so in the exported file) may be different. If you can not import the description, you can export tags from your target version and copy the tag description from existing project tag export file.
  4. If you do not need tag descriptions for all the tags, delete the un-need tags from the exported file before import them into new project. If tags are not in the import file, RSLogix5000 leaves the tags alone.