Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
Once you have Tags in your Tag Browser, they will automatically start executing. The Designer is live, and you can see your Tags update in real time and write values directly to them. The most commonly used type of tag is an OPC Tag, which gets its value from a device like an OPC Server. You can connect to just about any type of device out there and show the data on screen, as history, and write back whenever you want. Tags make Ignition extremely flexible and easy to show data. See the Quick Start Guide to get some tags created and in your client.
There are many things you can do with Tags to keep everything organized and give you exactly what you need.
Once you have some Tags created, you can edit them to include even more features. You can:
In addition to all that, Ignition allows you to create UDTs (User Defined Types) out of your Tags to rapidly develop projects with structured objects. This gives you the ability to create a master type then quickly add many instances. UDTs allow you to make a change in one place and see it automatically propagated to every instance.
At the highest level of configuration is the Tag Provider. A provider is a tag database (a collection of tags) and a name. An Ignition Gateway can have any number of tag providers, and therefore the name is used to distinguish which provider a tag comes from. Tag Providers can be set up with security or even disabled independent of each other.
Every provider holds tags, but not every provider is a Tag driver, or a tag executor. Some tag providers simply make tags available to use, and the tag execution is performed by a different driving provider elsewhere. For example, the Database Provider is a Tag provider that simply watches a tag database stored in an external database. It does not execute tags, it only monitors the values of the tags present. Somewhere else there is a tag driver such as a Driving Datasource Provider or a legacy FactorySQL that is executing the tags and storing the values to the database.
As discussed above, all Tags reside in a tag provider and provide realtime values. Additionally, there is the concept of tag historian providers, which can store and query historical data for tags. Each tag can optionally have a historian provider assigned to it to whom it will report value changes for historical storage.
The Tags "tag database", or how Tag's tag configuration is stored, can take a few different forms. For internal Tags, the configuration is stored in the Ignition Gateway. With the database form, Tags are stored in a SQL database, outside of the Ignition Gateway. Finally, Remote Tag Providers allow Tag Providers of one Gateway to be accessed on a different Gateway. The different storage mechanisms have different pro and cons, and so it is a good idea to acquaint yourself with each of them.
The Internal Tags Provider manages the Tags inside the Ignition Gateway. This is the most common method and is optimized for the best scaling and performance.
It is possible to create multiple internal providers per Gateway. The Tags can be exposed to other Gateways on the network through the Gateway's OPC-UA settings.
There are two types of Database Tags providers in Ignition:
While these two tag providers used to be referred to as external tag providers, they function in the same way that they used to. The Driving Provider will execute Tags as well as make available Tags driven by other Tag Drivers looking at the same database, such as other Ignition Gateways using the Driving Provider, or legacy FactorySQL installations, whereas the Consuming Provider will only read the Tags and will not write values back to the database..
The primary benefit of database providers is that the data is stored in a central database, and is therefore accessible to other data consuming systems that do not have the capabilities to connect to Ignition's OPC-UA server as an OPC-UA client, yet still require the need to consume realtime Tag information.
The negative side to external providers is that all Tag values must be written to the database and then polled for change, which is a less efficient method than internal provider's method. In other words, the inherent architecture of the external model does not scale as well as the internal provider model. For more information about those tables and how they work, see the External Tag Provider Reference.
Realtime Tags providers are configured in the Gateway's Configure section under Tags > Realtime. After installation, the Ignition Gateway will start with an internal provider defined. You can edit its name and settings by selecting edit to the right of its entry in the table, or create new providers by selecting Create new Realtime Tag Provider below the table.
There are four types of Realtime Tag Providers that you can choose from:
Standard Tag ProviderTags are stored inside of Ignition and executed by the system. | |
---|---|
Name | The name of the provider. |
Description | The description of the provider. |
Tag Editing Role (s) | Users must belong to one of these roles in order to edit this provider's tags in the Designer. Multiple roles can be specified by separating them with commas. If blank, tag editing for this provider will not be restricted in the Designer. |
Default Database | The default database connection to use for expression tags that run SQL queries. All query tags with default database providers selected with run their queries against this database source. |
Remote Tag ProviderTag Provider from one Gateway is brought in to another Gateway. | |
---|---|
Name | The name of the provider. |
Description | The description of the provider |
Tag Editing Role (s) | Users must belong to one of these roles in order to edit this provider's tags in the Designer. Multiple roles can be specified by separating them with commas. If blank, tag editing for this provider will not be restricted in the Designer. |
Gateway | The name of the Gateway on the Gateway Network that this provider is coming from. |
Provider | The name of the provider as it is on the remote Gateway. This does not have to be the same as its name on the new Gateway. |
History Access Mode | This setting dictates how tag history is queried for remote tags. Normally requests are sent through the gateway network, but if access to the historian database is available, you can choose to query that directly. |
History Datasource | This setting dictates how tag history is queried for remote tags. Normally requests are sent through the gateway network, but if access to the historian database is available, you can choose to query that directly. |
History Driver | This setting dictates how tag history is queried for remote tags. Normally requests are sent through the gateway network, but if access to the historian database is available, you can choose to query that directly. |
History Provider | If querying the database directly, this is the name of the tag provider on the remote system. It is used along with driver name to identify the correct tags in the database. |
Alarms Enabled | If true, alarms configured on the remote gateway will be enabled on the new Gateway. |
Alarm Mode | If querying the database directly, this is the name of the tag provider on the remote system. It is used along with driver name to identify the correct tags in the database. |
Tag Consuming ProviderReads tags stored in an external database and driven by a different instance. Only consumes tags provided by other systems, does not write tag values back to the database. | |
---|---|
Name | The name of the provider. |
Description | The description of the provider. |
Tag Editing Role (s) | Users must belong to one of these roles in order to edit this provider's tags in the Designer. Multiple roles can be specified by separating them with commas. If blank, tag editing for this provider will not be restricted in the Designer. |
Database | The database connection where the tag database resides. |
Poll rate | The rate in milliseconds at which value and configuration changes will be polled. |
Poll overlap | The amount of time, in milliseconds, to overlap the polling time span. |
Tag Driving ProviderStores and executes tags in an external database. | |
---|---|
Name | The name of the provider. |
Description | The description of the provider. |
Tag Editing Role (s) | Users must belong to one of these roles in order to edit this provider's tags in the Designer. Multiple roles can be specified by separating them with commas. If blank, tag editing for this provider will not be restricted in the Designer. |
Database | The default database connection where the tag database resides. |
Driver name | The unique name of this driver. Since the tags are stored in a central database, there may be multiple providers and drivers operating on them. This name will be used to identify this driver instance, and the tags that it executes. While the driving provider will read all of the tags stored in the database, it will only execute those tags that are assigned to it. |
Poll rate | The rate in milliseconds at which value and configuration changes will be polled. |
Poll overlap | The amount of time to overlap polls by. If set to 0, the config scan will look for changes only since the last execution. However, on databases that do not support millisecond resolution or are performing less-than-optimally, this could result in missed changes. This setting will expand the window in order to avoid missing these changes. |
Enable browsing | Allows remote browsing of the OPC servers available to this driver over TCP/IP. This allows other Gateways to remotely browse and add tags assigned to this driver into the central database. |
Browse port | The port to listen on for remote connections. This port must not be in use by any other entity on the machine. Also, each driving provider that wishes to support browsing must have its own port. |
Browse address | The IP address/network name that remote Gateways will use when browsing. Therefore, care must be taken that the address is available from the Gateways that will try to connect. Also, since it is used for access by remote systems, it should not be the loopback address (localhost or 127.0.0.1). |
Almost every property in Ignition that is a dropdown list has an enumeration that starts at 0 and counts down the list. Below are the definitions of Tag property selections:
Tag Type | |
---|---|
0 | OPC Tag |
1 | DB Tag |
2 | Client Tag |
6 | Folder Tag |
Data Types | |
---|---|
0 | Byte |
1 | Short |
2 | Integer |
3 | Long |
4 | Float |
5 | Double |
6 | Boolean |
7 | String |
8 | Date |
9 | Integer Array |
10 | Long Array |
11 | Double Array |
12 | Boolean Array |
13 | String Array |
14 | DataSet |
Access Rights | |
---|---|
0 | Read Only |
1 | Read/Write |
2 | Custom |
Scan Class Modes | |
---|---|
0 | Direct |
1 | Driven |
2 | Leased |
Write Response | |
---|---|
0 | Failure |
1 | Success |
2 | Pending |
Data Quality | |
---|---|
0 | Bad Data from OPC |
4 | CONFIG_ERROR |
8 | NOT_CONNECTED |
12 | DEVICE_FAILURE |
16 | SENSOR_FAILURE |
20 | Bad, showing last value |
24 | COMM_FAIL |
28 | OUT_OF_SERVICE |
32 | WAITING |
64 | UNCERTAIN |
68 | UNCERTAIN showing last value |
80 | SENSOR_BAD |
84 | LIMIT_EXCEEDED |
88 | SUB_NORMAL |
28 | SERVER_DOWN |
192 | Good Data |
216 | Good, with local override |
256 | OPC_UNKNOWN |
300 | Config Error |
301 | Comm Error |
310 | Expr Eval Error |
330 | Tag exec error (fsql) |
340 | Type conversion error |
403 | Access Denied |
404 | Not Found |
410 | Disabled |
500 | Stale |
600 | Unknown (loading) |
700 | Write Pending |
Comparison Mode | |
---|---|
0 | Equal |
1 | Not Equal |
2 | Less Than |
3 | Less Than Equal |
4 | Greater Than |
5 | Greater Than Equal |
Alert Flags | |
---|---|
0x01 | Low Exclusive |
0x02 | Low Infinite |
0x04 | High Exclusive |
0x08 | High Infinite |
0x10 | Any Change |
0x20 | Low Driven |
0x40 | High Driven |