The Dataset Module is a powerful tool that allows users to collect, analyze, and visualize data within the platform. It provides an easy way to connect to various data sources, including databases, CSV files, and other external sources, and to use SQL queries to extract, manipulate, and transform data.
The module also includes several features for managing and organizing data, such as Access Types, which enable users to group and categorize data points based on their usage and permissions. This section will explore the key concepts, terminology, and functionality of the Dataset Module, as well as best practices and troubleshooting tips for using this powerful tool to its fullest potential.
The Dataset Module allows for connecting to external databases, with support for various database technologies, including ADO.NET, ODBC, OleDB, and native interfaces with key databases in the market. Providers such as SQL Server, Oracle, SQLite, PostgreSQL, and others can be easily configured, making it simple to get started.
This module has many features that are specifically designed for real-time applications, including concurrent connections using multi-threading, a built-in editor for SQLite, and a visual query builder that allows users to create and edit queries easily. It also enables users to easily add real-time tags embedded in the query strings and to manage files and recipes in ASCII, Unicode, or XML files.
Overall, the Dataset Module is a powerful tool that can help users extract, transform, and analyze data from a variety of sources. By using this module effectively, users can gain valuable insights into their data and make more informed decisions based on that data.
On this page:
In order for the Dataset Module to communicate with an external database, a connection must be created with certain parameters. These connections, which are created within the Datasets → DBs section of the module, are referred to as Dataset DBs.
In the context of the Dataset Module, a Dataset Query refers not only to an SQL query string, but also to a Project object that has a logical name, an SQL query related to that logical name, and other parameters defined within the Datasets → Queries section. There are many ways to automatically map the results of a query execution with Tags.
A Dataset Table is a logical name that is created within a project to set up access to a specific table in a connected database. These tables are listed within the Datasets → Tables section of the module. The Tags in the real-time database can easily be mapped to columns in the tables to perform insert, update, or read operations.
A Dataset File is a logical name that defines parameters for reading and writing files in ASCII, Unicode, or XML formats.
Access Types are associated with Dataset Tables, Queries, and Files, and can be used to define access permissions for these data sources. For example, an Access Type for "Administrators" might allow them to view and modify all data points, while an Access Type for "Operators" might restrict access to a specific subset of data points.
When defining Access Types, users can choose from a range of permissions, including "Read", "Write", "Read/Write", and "None". These permissions can be applied at the column level, allowing users to restrict access to specific columns within a Dataset Table.
<<<The original is "Device Module", but I think it was meant to be "Dataset Module", so I reformulate the title. Please check if it's correct. >>>
The Dataset Module is a key component of the platform, designed to enable data collection, analysis, and visualization. The module provides the ability to connect to a wide range of data sources, including external databases, CSV files, and other data sources, and extract, transform, and load data using SQL queries.
The Dataset Module uses Access Types to manage and organize data points based on their usage and permissions. Users can create Access Types to group and categorize data points, and assign different levels of access to different users or groups. Access Types allow for fine-grained control over data access and management, making it easy to keep track of data points and ensure that they are being used appropriately.
Once data is collected by the Dataset Module, it can be easily displayed on the platform using a variety of visualization tools, including DataGrids and custom dashboards. Data can also be passed on to other modules for further processing, such as using query results on scripts and tags, or starting the execution of store procedures.
The Dataset Module provides a range of configuration options, including the ability to create custom database connections and customize pre-defined databases. Users can configure queries, tables, and files, and use the Visual Query Editor to create and edit queries.
Overall, the Dataset Module is a powerful tool for managing data in the platform, providing a flexible and efficient framework for data collection, analysis, and visualization. With its range of features and options, the Dataset Module enables users to quickly and easily extract insights from data and make informed decisions based on actionable insights.
SQL Query Support: The Dataset Module provides support for SQL queries, allowing users to easily extract, manipulate, and transform data from a variety of sources.
Integration with External Data Sources: The Dataset Module can integrate with a wide range of external data sources, including databases, CSV files, and other external sources, providing a flexible and powerful tool for data collection and analysis.
Access Types: Access Types allow users to group and organize data points based on their usage and permissions, providing a powerful tool for managing and controlling access to data within the Dataset Module.
Visual Query Editor: The Visual Query Editor provides a user-friendly interface for creating and editing SQL queries, making it easy for users to define complex queries without needing extensive SQL knowledge.
Customizable Dashboards: The Dataset Module provides the ability to create custom dashboards and visualizations based on the data collected by the module, allowing users to easily view and analyze data in real-time.
Store Procedures Execution: The Dataset Module can execute Store Procedures and return the results to the platform, allowing users to perform advanced data manipulation and analysis within the context of the platform.
Real-Time Execution: The Dataset Module supports real-time execution of SQL queries, allowing users to monitor and analyze data as it is generated in real-time.
The Dataset Module provides a powerful toolset for managing channels and nodes. A channel is a logical grouping of data points, while a node represents a single data point within a channel. Channels can be created to group related data points together, making it easier to organize and manage large datasets.
To create a new channel, users can simply navigate to the Datasets → Channels section of the platform and select "Add New Channel". They can then assign a logical name to the channel and add any necessary metadata, such as descriptions or comments.
Once a channel has been created, users can add nodes to the channel to represent individual data points. Nodes can be added manually or imported from external data sources, and can be assigned to one or more channels for easier organization.
Access Types are a key feature of the Dataset Module, enabling users to group and categorize data points based on their usage and permissions. Access Types allow users to define fine-grained access controls for different data points, making it easy to manage data access and ensure that data is being used appropriately.
To create a new Access Type, users can navigate to the Datasets → Access Types section of the platform and select "Add New Access Type". They can then assign a logical name to the Access Type and add any necessary metadata, such as descriptions or comments.
Once an Access Type has been created, users can assign it to one or more data points, such as channels or nodes. They can then define the level of access that is granted to users or groups for each Access Type, such as read-only, read-write, or no access.
The Dataset Module allows users to handle read and write events for data points, which can be used to trigger actions based on changes in data. When a data point is read or written to, the Dataset Module can be configured to trigger an event, which can be used to execute a script or perform some other action.
Read and write events can be useful in a variety of scenarios, such as triggering alarms or notifications when certain data points are updated, or executing custom scripts to perform data transformations or updates. By providing a flexible and powerful framework for handling events, the Dataset Module enables users to create sophisticated data processing pipelines and respond to changing data in real-time.
The typical configuration workflow for the Dataset Module has the following sequence:
Dataset Module Configuration Workflow | ||
---|---|---|
Action | Where | Comments |
Create the required database connections (DBs) | Datasets → DBs | Collect the information to connect with the databases required to your Project. Use the built-in SQLite database as a temporary development tool if one of your connected database is not available yet. The virtualization model with logical names for queries and tables will make your project work directly with the new connection with the production database, without having to change anything on the Project Configuration other than that database connection, |
Prepare the Queries the Project uses | Datasets → Queries | Either using the Visual Query Editor, or getting the query string from IT or plant facilitator, collect and create the logical names |
Modify the Query to add real-time tags | Datasets → Queries | Easily modify the query with the parameters that need be connected with real-time values. For instance, a query that has the text. |
Prepare the Tables the Project uses | Datasets → Tables | When you need to Insert or Modify data, you need to access the Database Table directly. In some cases, all the information you need is one table, so there is no needing to create a Query. You can easily connect the contents what are inserted in the table with Tags in the Project. |
Configure the Stored Procedures | Datasets → Queries | The Module Database can execute Stored Procedures; just define it using the same interface for the queries. |
Configure data exchange with Files | Datasets → Files | If necessary to exchange values of Tags with plain text or XML files, set that configuration. |
Use your Dataset logical objects | All Project | The logical object names created for Queries, Tables and Files can be used in any part of the project. Examples: Script calculation, Display visualization, and others |
When using SQLite databases, the Module Dataset can automatically create the Database if necessary; for other ones, the Database itself must already exist before you set your connection.
Users with any Permission groups can create new connections in the Project, but only the Administrator can configure databases password logins.
See Security, Users and Roles for information on Project permissions. |
To create a new Database connection:
Enter or select information, as needed.
Click OK. The database is added as a new row in the table.
Edit the row fields to modify the required settings.
Dataset DB Configuration Properties | |
---|---|
Column | Description |
Name | Enter a name for the database configuration. The system allows you to know if the name is not valid. |
Provider | Identifies the Provider technology used in this connection |
Database | Identifies to which type of dataset is this connection |
ConnectionString | Enter the information needed to connect with the database. You use macros on the connection string. Example: for the filename in a SQLite connection string, use <ProjectName> that is replaced by the name of the project. |
LogonName | Enter a valid login name for the database. |
LogonPassword | Enter the password that corresponds to the database login. (Only accessible by Administrators) |
ServerIP | Optionally, an IP or DNS name for a computer to be used as a Secure Gateway. |
Description | Enter a description for the database connection. |
There are four database connection already created in any new Project:
Datasets DB - Pre-defined database connections | |||
---|---|---|---|
DB | Database | Path Location | Usage |
Retentive | SQLite | <ProjectNameAndPath>.dbRetentive | Stores values for Retentive Tags. |
RuntimeUsers | SQLite | <ProjectNameAndPath>.dbRuntimeUsers | Stores dynamically created Users. |
AlarmHistorian | SQLite | <ProjectNameAndPath>.dbAlarmHistorian | Stores Alarm and AuditTrail records. |
TagHistorian | SQLite | <ProjectNameAndPath>.dbTagHistorian | Stores Tag Historian and Annotations. |
Any of them can be customized to any type of database.
The selection of best storage location depends on all kind of factors, from internal company procedures to the volume of data and how the data shall be used. Therefore, that is decision to each Project according to its requirements.
If needed to use another database for the pre-defined connections, execute the following steps:
For more configuration about Store and Forward, check the section Archiving Process at Historian, Time Series Data. |
Datasets Queries Configuration
You can configure queries to perform more advanced functions with SQL statements to work with data from external databases.
To configure Dataset queries:
Enter the field values as needed.
Dataset Query Configuration Properties | |
---|---|
Column | Description |
Name | Enter a name for the query. The system allows you to know if the name is not valid. |
DB | Select the database configuration. |
SqlStatement | Enter the query using SQL syntax. |
Mapping | Click "..." to select the tags that you want to populate with data from specific columns returned by the query. |
MappingDateTime | Select the time reference (UTC or Local). |
Description | Enter a description for the table configuration. |
To configure database tables:
Dataset Table Configuration Properties | |
---|---|
Field / Column | Description |
Name | Enter a name for the table configuration. The system lets you know if the name is not valid. |
DB | Select the database connecton. |
TableName | Select or type the table name in the Database you want to access |
WhereCondition | Specify the parameters that will filter the data using SQL syntax. E.g. " |
Access | Select the access permissions for the table. |
Mapping | Click "..." to select the tags that you want to populate with data in the first row of the table with data from specific columns. |
MappingDateTime | Select the time reference (UTC or Local). |
Description | Enter a description for the table configuration. |
To configure dataset files:
Dataset File Configuration Properties | |
---|---|
Column | Description |
Name | Enter a name for the file configuration. The system allows you to know if the name is not valid. |
FileName | Enter the full path to the file. The file path can have Tag values embedded using curly brackets syntax. E.g.: When executing, the area in curly brackets is replaced by the value of the Tag. |
FileType | Select the type of file. |
Objects | Click "..." to select the tags that you want to populate with data from the file with data from specific columns. |
Description | Enter a description for the file configuration. |
XMLSchemaType | Represents the schema type of an XML file, which can be: a TagList, XML that contains a tag list with the tag name and tag value; or a TagObject, XML that contains the entire tag tree and its children. |
With the Visual Query Editor, users can drag and drop tables, define relationships, and add filters and conditions using a simple graphical interface. Once the query is created, it can be saved and executed like any other query within the Dataset Module. Check the Visual SQL Query Builder page for complete information.
One of the key features of the Dataset Module is the ability to execute SQL queries and retrieve data in real-time. Here are some ways to leverage the runtime execution features of the Dataset Module:
The Dataset Module can be easily integrated with other modules within the software environment. Here are some examples of how the Dataset Module can be used in conjunction with other modules:
By leveraging these integration options, users can gain greater insight and control over their data sources within the platform. With the ability to execute SQL queries and trigger actions based on query results, the Dataset Module provides a powerful set of tools for working with data.
One of the key features of the Dataset Module is the ability to display query results on screens and dashboards using visualization tools like DataGrids. Here are some steps for using DataGrids to display query results:
Users can use query results to trigger actions in custom scripts and tags. Here are some steps for using query results in scripts and tags:
In the platform, the Dataset Module can execute stored procedures in external databases. Here are some steps for starting the execution of stored procedures:
Our platform provides many advanced features and options for working with data sources and SQL queries in the Dataset Module. Here are some examples of advanced features and options available:
Connection errors: If the connection to an external database is lost or otherwise interrupted, queries and stored procedures may fail to execute.
Solution: To resolve this issue, check the connection settings in the Dataset Module and ensure that the external database is reachable. If the connection settings are correct, try restarting the external database or resetting the connection in the Dataset Module.
Query performance issues: If a query is taking too long to execute or is consuming too many system resources, it may be necessary to optimize the query or restructure the underlying database schema.
Solution: Some strategies for improving query performance include adding indexes, reducing the number of joins or subqueries, and limiting the amount of data returned by the query. Additionally, consider using the Query Analyzer tool in the Dataset Module to identify specific performance bottlenecks and optimize the query accordingly.
Data type compatibility issues: If the data types returned by a query or stored procedure are incompatible with the data types expected by the platform, it may be necessary to use data conversion functions to transform the data into a compatible format.
Solution: Check the data type settings in the Dataset Module and ensure that the query or stored procedure is returning data in the correct format. If necessary, use data conversion functions like CAST or CONVERT to transform the data into the correct format.
Tag mapping issues: If the mapping between query results and tags is not properly configured, tags may not update or display the correct values.
Solution: Review the tag mapping settings in the Dataset Module and ensure that the correct tags are being updated with the correct query results. Additionally, check the data type settings for the tags and ensure that they are compatible with the data types returned by the query or stored procedure.
Authentication errors: If the authentication credentials for an external database are incorrect or expired, queries and stored procedures may fail to execute.
Solution: Check the authentication settings in the Dataset Module and ensure that the correct credentials are being used to access the external database. If the credentials are correct, check with the database administrator to ensure that the user account has the necessary permissions to execute the query or stored procedure.