This page outlines the InfluxDB integration as a data historian for storing information generated by devices configured in the software platform.
On this page:
Download and run the installation package. Start the server using the ./influxd
command. Access the setup interface (localhost:8086) and create a user, organization, and bucket. Log in using the configured credentials. Open the Data Explorer to run queries. Filter, sort, and analyze time-series data using tables and graphs. Store and manage structured data for monitoring and analysis.
Influx Database can be used in different ways by the various modules.
Historian: Uses InfluxDB as a Storage Location for archiving or retrieving HistorianTags.
Devices: Read and Write to external Influx Database Server with the Device Module.
TagProvider: Map external Influx Database Server to dynamic integration of its data and structures.
Displays and Scripts: No custom configuration is required, TrendCharts will use Influx Database Data Automatically if available.
Configuring Historian using InfluxDB
→ Read about the Historian Module.
Configuring Devices using InfluxDB.
→ Read about the Devices Module, or read about the specific InfluxDB Communication driver.
Configuring TagProvider using InfluxDB.
→ Read about Unified Namespaces
→ Read about the specific InfluxDB TagProvider
Displays and Scripts, with no additional configuration, will query Influx Database when using tags that were previously connected with InfluxDB using the Historian Module.
Examples of the automated usage:
In Displays TendCharts. See TrendChart Control.
In Scripts, using the Historian Tables method to query data. See Historian Runtime Attributes.
Step 2. Create a table (Historian/HistorianTable) to store Tag values.
Step 3. Select the Tag Example (Historian/HistorianTags) to log values in the table
Configure and test the connection to the PrimaryStation of the created TagProvider Connection for data writing.
Enter the organization name in the Organization field. Match the name defined in the InfluxDB configuration (case-sensitive).
Enter the Token generated in the InfluxDB configuration in the Token field.
Select the Bucket configured in InfluxDB.
Test the connection.
Create a TagProvider Connection for data reading using the InfluxDB protocol.
Configure and test the connection to the PrimaryStation of the created TagProvider Connection for data reading using the same procedure as for writing.
Optional configuration |
To generate random values configure a Simulator device.
Create a Tag Example (INT) in the platform's Unified Namespace.
Configure a Device in the platform.
Create a Channel using the ValueSimulator protocol.
Create a Node linked to the Channel.
Create a Point to map the values.
Set the Address to [INTEGER:0;100].
Set the AccessType to [ReadWrite].
In this section: