The following feature is new in Ignition version 8.1.19
Click here to check out the other new features

The Tag Report Tool allows users to search for tags by multiple criteria, including Tag Path, Quality, Type, Traits, and values on specific Properties


The Tag Report Tool is accessible through the More Options  menu on the Tag Browser. Select the Tag Provider you wish to search, then click the icon and select Tag Report Tool to begin configuring your report.

Note: The Tag Report Tool can only search within one Tag Provider at a time. To search within a different Tag Provider, exit the Tag Report Tool and select a new Tag Provider from the drop-down menu.

Configure, Save, and Copy Reports

Save your query as a Saved Report to easily repeat searches with complex criteria. Saved reports are accessible to all users and all designers on the same Gateway, and can be reused to generate reports for different Tag Providers.

You can also Copy a report as either a JSON object or as a script. Copying a report as a JSON object allows you to Paste  the same query into the Tag Report Tool on a separate Gateway. Copying a report as a Script will allow you to paste a system.tag.query() script anywhere in Ignition where scripting can be used.

The following feature is new in Ignition version 8.1.21
Click here to check out the other new features

Changes to column sizes in the results panel will persist the next time a saved report is loaded.

Export Reports

Export reports as CSV files to analyze data in Excel or other platforms outside of Ignition. Configure Report Columns to add, remove, reorder, or assign aliases to columns displayed in the report.

 

The following feature is new in Ignition version 8.1.21
Click here to check out the other new features
New columns are now available for export:

PropertyDescription
OverridesLists all overridden properties on the tag.
TimestampA timestamp representing when the stored value was seen by the system. This property can also be used to filter reports.


View Tags in Context

Right-click on any tag in the Selection Pane to view additional options, such as Edit, Delete, or Copy Path. Choose Select in Tag Browser to highlight the selected tag in the Tag Browser. 

Changes made within the Tag Report Tool will edit tags directly. Deleting a tag in the Tag Report Tool will also delete the tag from the Tag Browser, not just from the generated report. 

On this page ...


Interface Elements


IconInterface ElementDescription

Copy Query

Allows the user to copy the configured query:

  • Copy query as JSON - Copies the query as a JSON object that can be pasted into the Tag Report Tool in another Gateway.
  • Copy as Script - Copies the query as a script (system.tag.query)

Paste JSON QueryPaste a JSON query into the Tag Report Tool.

Download Tag ReportExports the Tag Report as a CSV file.

Configure Report ColumnsAdd, remove, reorder, or assign aliases to columns displayed in the report.

Edit tag

Opens the Tag Editor for the selected tag.

Changes made within the Tag Report Tool will edit tags directly. Deleting a tag in the Tag Report Tool will also delete the tag from the Tag Browser, not just from the generated report. 

ClearClears the configured query.

Save

Save options for the configured query: 

  • Save - Saves changes to an existing saved report.
  • Save As - Save as a new saved report.
  • Manage saved reports - Opens a new window 

Load Saved Report

Select and load a previously saved report. Saved reports are accessible to all users and all designers on the same Gateway.


Configure Tag Report

Configure a search query using the criteria on the left-hand panel and click Search  to generate a new report. 

Tag Path

Search for tags by full or partial Tag Path. The Tag Path accepts (*) as a wildcard anywhere in the search string.


Quality

Search for tags by Quality. You may search by Good, Bad, Error, Uncertain or narrow your search down to specific qualities like Good_Initial or Bad_Stale. For more information on tag qualities, see Quality Codes and Overlays.


Types

Search for tags by their value source.


Traits

Search for tags by specific traits. Searchable traits include the following:

  • Event Script Configured
  • Value Scaling Applied
  • Alarm(s) Configured
  • History Enabled
  • Overrides Parent Properties
  • Custom Security Permissions
  • Tag Disabled

Note: Trait searches configured in the Tag Report Tool are AND queries. Selecting multiple criteria will return a report including only tags that match all selected criteria.


Ancestor

Search for tags by UDT Parent types.


UDT Members and Definitions

The following feature is new in Ignition version 8.1.21
Click here to check out the other new features
The Tag Report Tool provides the option to include UDT Members or UDT Definitions in the query's search results. 

Properties

Search for tags by values on specific properties. All tag properties are available to query on using the following operators:


OperatorDescription
HasHas been configured to a value other than the default value.
Has NotHas not been configured.
OverriddenValue of this property has been overridden from the parent property.
Like

Is like. This argument accepts a wildcard (*) in the search string. 

Not Like

The following feature is new in Ignition version 8.1.21
Click here to check out the other new features
Is not like. This argument accepts a wildcard (*) in the search string. 

>Greater than
>=Greater than or equal to
<Less than
<=Less than or equal to
=Equals
!=Does not equal








  • No labels