The FlowTimebaseDB TagProvider allow dynamic retrieval of data from TimebaseDB Historian Datasets of Flow Software, as well to save tags values to the TimebaseDB Historian Datasets. It can be used in read-only mode mode, or updating values, using as an Unified Namespace TagProvider.
To set up a new TagProvider connection navigate to Unified Namespace/TagProvider Connections and press the add button to open the New TagProvider Connection dialog. You can also create your TagProvider Connection directly from the AssetTree. To do this, navigate to Unified Namespace/Assets Tree and press to open the New TagProvider Connection dialog. In the configuration dialog, select the FlowTimebaseDB Database Connector on the Provider field and insert the required connection parameters. The same configuration dialog will be presented when selecting FlowTimebaseDB from Historian/StorageLocations. After that, press the Ok button to finish the provider configuration, and it will create a folder automatically in the Assets Tree (Unified Namespace / Assets Tree).

Field | Description |
|---|---|
Provider | Specifies the system the TagProvider will interface with. In this case, it interfaces with the FlowTimebaseDB Database Connector. |
Access Mode | Determines permissions for interacting with tags. Read allows only data reading. Write permits only data writing. ReadWrite enables both reading and writing. |
Name | User-defined name for the TagProvider instance. Identifies the specific configuration in the system. |
Description | Defines a short description for the TagProvider's purpose or the systems it interfaces with. Provides context for its usage. |
ProtocolOptions | Defines specific communication settings for the connection to the device. |
Connection | Defines connection settings for the FlowTimebaseDB, including IP address, port, token, bucket, and organization. |
URL | Specifies the URL with port of the FlowTimebaseDB server. |
Dataset | Defines the Dataset within FlowTimebaseDB to retrieve or store data. |
Token | Specifies the token for authentication with the FlowTimebaseDB server. |
Collector | Specifies the type of Collector to be used. Each one have a specific behavior in Runtime. |
ConnectionString | Displays the full connection string used to connect to the FlowTimebaseDB server. Provides a summary of all connection parameters. |
When using the FlowTimebaseDB in conjunction with Unified Namespace TagProvider, the Collector Default and MQTT can be used. When using the FlowTimebaseDB as a Historian Storage Location, the Collection SolutionHistorian shall be used. |
TagProvider connections cannot create new CustomColumns in FlowTimebaseDB Database, only access existing ones. To create new CustomColumns, use the Device Module Configuration. |
This collector will access any FlowTimebaseDB Database, and create the TreeView Structure based on the Filters.
This Collector can Read/Write data, and it is used with the Unified Namespace TagProviders.
This Collector is used to Read Data from an FlowTimebaseDB Database Structure that was stored using Telegraf’s MQTT Plugin pre-defined schema, with MQTT topic stored in a column called topic.
The filters are, by default, defined as _measurement, topic and _field.
In Runtime, the TreeView Structure will use the MQTT Topic similar to what is done in MQTTspB ExternalTags.
As an example, let us assume we have an MQTT Client publishing to Topics:
|
The _measurement is defined as mqtt_consumer and _field is value.
This collector is used with the Historian Storage Location configuration.
In this case, the FlowTimebaseDB is used as one of the repositories for the Historian Module of the solution.
In this Configuration, Tags added on Historian / Historian Tags, into a Table targeted for FlowTimebaseDB Provider, will be automatically logged in your Database.
The Historian Table Name will act as our _measurement and the Complete TagName will be added to the field column.
By using the Complete TagName as _field, the TreeView can use that information to transform that name into a multi-level structure.