Storage Locations are designated databases that store historical data from Tags on their Historian Tables. It works as the central storage point for this time-series data, enabling long-term trending and analysis essential to industrial processes. System administrators define Storage Locations and configure connection parameters to the chosen database. Historian Tables are then linked to a specific Storage Location, dictating where the table's data will be physically stored. This association ensures the structured organization of historical process information.
On this page:
The Storage Location defines where Tag data will be archived considering the Historian Tables configuration, establishing a clear linkage between tags and the storage infrastructure. When configuring the Storage Location, you can use:
When you set the Storage Location, you specify the storage medium for Tag data.
By default, the platform uses a SQLite database. You can change the default database or add additional databases if you need to use different ones.
You have several options to choose from when defining the default database. If you would like to change the default database to be something other then the initial SQLite built-in database, follow the steps below:
The following table provides a list of accepted providers and databases for configuring the default options.
Provider | Databases |
---|---|
SQLite | SQLite |
Odbc |
|
OleDb |
|
OracleClient | Oracle |
SqlClient |
|
PostgreSQL | PostgreSQL |
If you would like to add additional databases, follow the steps below to add and configure them.
The table below describes the configuration options available when adding a new Storage Location.
Property | Description |
---|---|
Name | A unique name to identify the new Storage Location. |
Description | Optional description to provide more context or information. |
Store and Forward | If you check this option, the platform will store data locally in case of connection failure with the external database. The data is transferred when the connection is established. |
Archive System | Types available to configure the Storage Location. Currently, two options are available:
|
Protocol (Only available if using Tag Provider) | Defines the protocol used by the External Tag Provider. Currently, you can use the following options:
|
Station Editor (Only available if using Tag Provider) | Configure the connection string to the selected provider and run a test to ensure the setup is correct. |
In this section: