Widget for display Mindsphere Variable

0
Hello, I want to create a page where I can display all the variables with the current values of my Mindsphere Asset. Something like a Dashboard. Is there a Widget or anything else which I can use?   Best regards and nice weekend to everyone! Andreas
asked
4 answers
0

You should be having a DataView with Asset object. Now inside this DataView, all attributes will be accessible of an Asset.

In this DataView, you can use any UI container widgets to display the data as per your desired design. For displaying its simply a text widget with parameter from Asset entity. 
For a Dashboard look, you can create equal width box like containers with help of layout grid. 
Also take a look at building block “Card Metric”. Slightly modifying it will give you a good widget to display dashboard like data. 

You can also completely customize you UI with built-in design properties and custom CSS. 

answered
0

Hello Umar, 
 

thank you for the fast response.

Honestly, I don’t know exactly how to this. I followed the Menidx Mindsphere Tutorial and looked at the Pump Example but without succes.
Is there more documentation which can be helpful for me?

 

Kind regards
Andreas

answered
0

I have got this entity. But don’t know how to display it. Do I need a Microflow?

answered
0

Hi Andreas,

See the tutorials in the academy:

https://academy.mendix.com/link/path/80/Build-a-MindSphere-app-with-Mendix

and

https://academy.mendix.com/link/path/93/Build-a-MindSphere-App---Continued

 

For a list of assets you could use the “Siemens MindSphere Web Components Widgets”

https://marketplace.mendix.com/link/component/110119

a good example app is “Siemens MindSphere Asset Monitoring Example”

https://marketplace.mendix.com/link/component/110127

 

 

answered