The Tag Browser is the central location for interaction with all types of Tags on your system. It gives you full view of the Tags including the current value, datatype, and any traits. When panels are in their default configuration in the Designer, the Tag Browser appears on the left side.
As of release 8.1, the Tag Browser has been updated with a new design for ease of use. Tags and UDT Definitions now have their own tabs. The Tag Provider Selector enables you to view Tags for a specific Tag provider. There is a new interface for Creating Tags. Many other improvements have been integrated, including icons for each Tag type.
The Tag Browser is set up in an interactive tree structure with folders that can be expanded or collapsed to view more Tags.
Click on the Expand icon to expand any folder or the Collapse icon to collapse the folder. In the example below, the pH Tag for Tower2 was expanded.
The following feature is new in Ignition version 8.1.18 Click here to check out the other new features
If you create a tooltip on a Tag by filling in the Tooltip property, hovering over the base Tag at the top of the Tag Browser Tree will display the tooltip.
Tag Browser Toolbar
The Tag Browser toolbar has several options for working with Tags.
Add Tag
The Add icon opens a context menu showing all the options to Browse Devices, add a Tag, Folder, UDT Instance or a UDT Definition. The new object is added under the Folder you selected, or as a sibling to the Tag you selected. This button is disabled if there is no selection.
Browse Devices
With the Browse Devices, you can browse to find external PLC or OPC Tags. Click the Add icon at the top of the Tag Browser to open the Connected Devices window. You can then select Tags and move them to theTagBrowser to be used in the Ignition system. For complete information, see Creating Tags.
Find/Replace
Clicking on the Searchicon in the Tag Browser will open up the Designer's global Find/Replace screen. In the the example below, we searched for the Ramp9 Tag and limited the search to the default Tags. Results are shown at the bottom of the screen. For additional information, see Find and Replace.
Refresh Providers
The Refresh Providers icon refreshes all of the Providers in the Tag Browser. This is useful if you or others have modified Tags and do not see an update. In general, this button is not used very often.
Tag Provider Selector
The Tag Provider Selector is a dropdown menu with a list of available Tag Providers. Use this selector to view the System Tags, Vision Client Tags, default Tags, or other Tag Providers you have in your project.
On a new install ofIgnition, a single "default" Tag Provider is created for you, but there are no Tags added to the "default" provider initially. You'll notice the "default" provider is in bold. The bold entry in the dropdown list is determined by the Default Provider for the project. You can change the default provider in Project Properties > Project > General > Tag Settings > Default Provider. Save and restart the Designer, and the next time you open the Tag Provider in the dropdown of the Tag Browser, a different Default Provider will be displayed in bold.
System, the Browsing Devices under the Add icon is disabled.
More Options Menu
A More options icon on the upper right of the Tag Browser, opens a dropdown menu of additional options.
Tag Groups
In the Tag Browser, the Edit Tag Group opens the Tag Group Editor window. Tag Groups dictate the rate of execution of Tags. This is where you set up your Tag Groups and scan rates. See Tag Groups for more information.
Import/Export
Ignitioncan export and import Tagconfigurations to and from the JSON (JavaScript Object Notation) file format. Use the Import icon or Export icon to import and export Tags in this Gateway. See Exporting and Importing Tags for more information.
Column Selector
The Tag Browser displays the Value and Data Type. The Value type is set by default. To toggle any of the options, click on the Column Selector icon, then click the checkbox. In the example below, the Tag values are shown next to the Tag names.
Right-Click Menu
Editing Tags is done mostly through the Tag Browser. TheTag Browser allows you to right click on a Tag or folder to perform any of the following functions. Different objects will have different options available. The special Data Types folder is slightly different than a regular folder and will have even fewer options.
Function
Description
Edit Tag
Disabled when a Folder is selected.
Opens the Tag Editor window so the Tag can be edited.
Edit (raw)
Disabled when a Folder is selected.
Opens a JSON editor, allowing you to view and edit the underlying JSON that makes up the Tag.
Rename
Renames the current selection.
Delete
Deletes the current selection.
Cut
Cuts the current selection into the clipboard.
Copy
Copies the current selection into the clipboard.
Copy JSON
Available for non-client tags only.
Copies the JSON for the selected Tags into the system clipboard. In addition, pasting the JSON into a different provider/designer will create or overwrite Tags.
Copy Tag Path
Copies the currently selected Tag path into the clipboard.
Paste
Pastes the content in the clipboard into the selected context.
New Tag
Disabled when a Tag is selected.
For Folders, this option opens a sub-menu to create a Tag or Tags.
Function
Description
New Folder
Creates a new Tag folder.
Data Type Instance
Creates a new instance of an existing data type. The instance is linked to the parent type so when the parent changes, the instances are overwritten with the parent type changes.
Sub Menu - based on Data Types
New Standard Tag
Creates different types of Tags such as Derived, Expression, Memory, OPC, Query, and Reference Tags.
Sub Menu - Standard Tag Types
Multi-instance Wizard
Creates many instances of a UDT at the same time.
Export
Exports the selected Tags.
Import Tags
Imports Tags into the project.
EAM
Sends Tag to EAM Agents.
Restart Tag
Attempts to restart the selected Tag.
"Restarting" a Tag effectively refreshes the following traits:
Value generation (Expressions for expression tags, queries for Query Tags, OPC value for OPC tags, etc).
Scaling
Engineering Limits
Alarms
Deadbands
Event Scripts
If a folder is restarted, then all tags under the folder will restart.
Tag Traits
Certain settings or Tag configurations are visually represented next to the Tag in the Tag Browser.
The following icons enable you to note some important settings on the Tag at a glance. A description of the icons are listed below.
Icon
Setting
Description
Scaling
The Scale Mode property under the Numeric Tag Properties section of the Tag Editor has been set to a value other than "Off." The value on the Tag will be scaled to some degree.
Alarming
At least one alarm has been configured on this Tag.
Tag History
This Tag has been configured to log data into the Tag Historian system.
Denotes inheritance. Displays the Parent Type, name of the UDT and instance name (i.e., Parent Types: Motor UDT > Complex Motor). Refer to UDT Inheritance Traits.