Sumary
This solution demonstrates how to integrate multiple technologies, including an MQTT broker, an OPC UA server, and a MySQL database. Some key features include:
Tag Provider: Avoids the need for manual tag creation, improving efficiency.
Responsive Dashboards: Ensures compatibility across various devices with different screen sizes.
Custom Themes: Enables users to personalize the visual style of the application.
You can find more information about this and the link to download here: https://tatsoft.com/proveit
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
System Architecture
The project includes an instance of FrameworkX that publishes data to both an embedded MQTT broker—used as a testing environment—and the ProveIt MQTT broker. The application reads data from both MQTT brokers, retrieves published OPC UA data, and accesses the MySQL database for additional data integration.
Highlights
Asset Tree
The TAssetsTree component used for navigating the available data from the MQTT broker, making it easier to explore structured information.
Pages
The header is a navigation component that enables users to seamlessly switch between different application pages.
Layouts
The application supports adaptive layouts to ensure proper screen scaling based on the selected device type:
Desktop Layout
Pad Layout
Mobile Layout
Sites
A demonstration of geolocation-based functionalities within the application.
Area
This section showcases the use of dashboards and symbols, offering dynamic visual representations of system data.
Line and OEE
This component dynamically maps data from the MQTT broker. Users can select relevant data through the Asset Tree, making real-time monitoring more accessible.
An example of a dynamic field configuration in the OEE page is shown below. The value inside the curly brackets represents a dynamic expression where:
Client.Context.LineId: Retrieves the selected asset from the Asset Tree.
"Line/OEE/Total Count": Specifies the data path within the system.
"pcs": A static unit label.
Example: {Asset(Client.Context.LineId + "Line/OEE/Total Count")} pcs
This approach ensures real-time updates based on the selected asset, providing accurate production data at all times.
In this section:
Page Tree | ||
---|---|---|
|