DELMIA Apriso message bus provides event based messaging. And one of the supported communication modes is Internal Apriso Message broker, which is available out-of-the-box in a default DELMIA Apriso installation.
In this post we will see how can we leverage this internal message broker to publish the machine data and then receive/ display it, in real-time, on a configurable DELMIA Apriso screen (“VF screen” in this case).
More information about Message Bus and the supported brokers can be found in the latest Message Bus Implementation product guide.
Following are the building blocks of the Apriso configuration that has been done in order to produce the attached demo video –
- “CSS Framework” for Progress Bar control - refer to Apriso product documentation
- “Apriso Message” Function to “Publish” the values coming in from machine via OPC layer; an example below:
- Above SO gets called from MI, on point value change
3. Finally, subscribe to the topic in order to receive and display the data (refer for Apriso Message Bus Implementation guide for more details)
