Siemens Insights Hub Widgets

Content Type: Widget
Categories: Utility

Overview

These widgets provide the Insights Hub Web Components in an easy way to your application.

 

Please note:

This module is compatible with "Mendix on Insights Hub" and "Insights Hub IIoT for Makers".

Documentation

Siemens Insights Hub Widgets

 

Documentation see here:

 

https://documentation.mindsphere.io/MindSphere/resources/webcomponents/mendix/index.html

 

Example app which uses these widgets can be found here:

 

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

 

Please note:

 

This module is compatible with "Mendix on Insights Hub" and "Insights Hub IIoT for Makers". See Insights Hub integration options for more information.

Releases

Version: 3.2.2
Framework Version: 9.24.17
Release Notes: Fixed compatibility issues with Mendix v10.6.x.
Version: 3.2.1
Framework Version: 9.24.3
Release Notes: MindSphere has evolved into Insights Hub, with this release we provide the following updates and breaking changes * Widgets are now implemented using the latest version [pluggable Widget](https://docs.mendix.com/howto/extensibility/pluggable-widgets){target=_blank} based on React. We are also following the latest naming schemes for widgets. If you update your application, please make sure to delete the file /widgets/WebComponents.mpk * The Siemens Insights Hub Web Components 'Rule View' has been split into two components called 'Rule Table' and 'Rule Wizard' to achieve higher flexibility. * We have implemented many of the properties provided by the Siemens Insights Hub Web Components. * Bugfixes
Version: 2.1.0
Framework Version: 8.18.0
Release Notes: * Use V1.17 of MindSphere Web Components * Added new widget: Time Series Table * Added new widget: MindConnect Edged Analytics * New feature: Add custom limits to the Time Series Chart
Version: 2.0.1
Framework Version: 8.18.0
Release Notes: Optimize resize handling
Version: 2.0.0
Framework Version: 8.18.0
Release Notes: * Use V1.15 of MindSphere Web Components. * Widgets are now implemented using the new pluggable Widget (https://docs.mendix.com/howto/extensibility/pluggable-widgets) based on React. This gives greater flexibility for configuration of the widget but comes with breaking changes. Attention, the widgets have a new commit behavior: The commit behavior of the new Mendix pluggable Widgets slightly differs from the old one. With the old widget concept, underlying Microflows has been triggered automatically which each change of a widget property. This is no longer the case, if you like to achieve this behavior you have to make sure that the entity containing the change attribute is committed. For this case all widgets providing an "On property changed action" on the "General" tab. If needed you can trigger a Nanoflow or Microflow in which you can commit the entity. Migration path from 1.x to 2.x: Download new widget version from app store. This leads to error messages in your project on each used widget in your pages. These errors must be resolved manually. Do the following: * Drag and Drop the new widget from the toolbar to your page. * Open the properties page of the old widget and check your configuration settings. * Open the properties page of the new widget and apply the same settings there. * Delete the old widget from the page once you have copied / transferred all settings.