Plot timeseries chart by selecting the image with sensor locations

0
Experts,       I have a requirement for one of our Mendix apps where, given an image of the asset with specific physical and virtual sensor locations as hotspots, one should be able to select those sensors and be able to pull the timeseries chart for the data pre-loaded in Mindsphere. Essentially, the sensors being mapped to the Aspect variables in Mindsphere. Any ideas on how to achieve this in Mendix? Thanks in advance.
asked
1 answers
0

You could use the  MindSphere Web Components Time Series Chart, and give a variablePath which contains your selected aspects / variables.

See: https://developer.mindsphere.io/resources/mindsphere-webcomponents/components/time-series-chart.html

for details.

 

answered