<style> .text-span-6 { background-image: linear-gradient(99deg, rgba(170, 163, 239, .5), rgba(125, 203, 207, .5)); border-radius: 50px; padding-left: 15px; padding-right: 15px; } #title-text { display: none; } .panelgradient { background-image: linear-gradient(180deg, #d5def0, whitesmoke); border-radius: 8px; flex-direction: column; justify-content: center; align-items: center; padding: 4rem; display: flex; position: relative; } </style> <div class ="panelgradient"> <h1 style="text-align: center;">DataExplorer Tools<br> (OPC, MQTT, PLCs, SQL)</h1> </div> |
Easily perform data mining and monitoring from various data sources like:
On this page:
The connection target configuration sets up the location of the data source to be used. Typically, you can select from three types of locations:
Local: This option connects automatically to some data connections defined in the solution configuration.
TagProvider: This option connects with TagProvider, which are dynamic data sources created in the solution configuration.
Remote: This option allows you to connect with a remote source, not necessarily used by the solution.
To browse data, the first step is to connect with the data source. After the connection is established, the Data Browser tree will regularly update with data from the sources.
Note: For SQL queries, the DataGrid results view will only update after you execute a query, but the connection is established automatically.
For field devices (MQTT, OPC-UA, PLCs), after the connection is established, a hierarchical tree with the data structure and values is displayed. For SQL queries, the results are shown in a DataGrid.
When connecting with a remote data source not used by the solution, there are options to incorporate that data source into your application with one click. For SQL queries, you can export your customization of DataGrid columns to be used in operator displays.
The DataExplorer tools are typically used in the following phases of project development:
Each data source has its own procedure to execute data acquisition.
With MQTT, the Data Browser will act as a client application to the broker, subscribing to the data visible on the user interface.
Follow the link MQTT Tools for further information.
With OPC-UA, the Data Browser will act as a client application to the OPC server, reading the data visible on the user interface by polling every second.
Follow the link OPC Tools for further information.
With PLCs, the Data Browser will send protocol request to the PLC, reading the data visible on the user interface by polling every second.
Follow the link PLC Finder for further information.
With SQL Databases, the DataGrid is only updated when the Execute Query command is executed.
Follow the link SQL Queries for further information.
As this is only a DataExplorer interface, the default update cycle is one second. However, this does not reflect the performance you will experience at runtime, which can be much higher depending on your configuration.
For all field protocols (MQTT, OPC-UA, PLC native protocols), you can define parallel requests, subscribe instead of poll (if the protocol allows), and use the AccessType concept to group your data according to its priority, usage in the application, or process requirements. The volume of data and performance the project can manage at runtime is significantly higher than that of the DataExplorer tools.
In this section: