This Tutorial will introduce the concept of TagProvider, which allows tagless connections with external and dynamic data sources.
In this application, we will connect to an MQTT broker and a generic display that will show information about the selected element. This solution won't create any local tags; everything will be executed with dynamic connections.
On this page:
This tutorial assumes that the basic Solution Configuration tutorial has already been executed.
Therefore, the detailed description of some operations, like creating new solutions, won't be included in this tutorial.
At the Solutions Manager tool, create a new solution, using HeaderLayout.
Go to Data Explorer / MQTT Tools. Start the MQTT and the MQTT Simulator.
Once you've done so, click Connect to see and browse the generated data.
At this point, you already have the data from the broker integrated with your AssetTree.
Go to Runtime / Startup and press the START button, or use the top menu to execution, by going to Action / Startup.
The RichClient will execute and will show the AssetTree. As you navigate on the tree, some fields will have a new value, the ones mapped to Client.SelectedAsset.
In this section: