Skip to main content

DCC 5.1

· 4 min read

New Features

IG-935 Trigger email signature reflects the parent company, instead of Inuatek

Release notes

Before a trigger email, such as a report or alert, would reflect the owner of the DCC cloud as sender in the footer of the email. Now the email footer will always reflect the company from where the report or alert is created.

IG-1790 Create new info tooltips/modals for IoT Administration and Data Viewer

Release notes

The IoT Administration and Data Viewer menus now include buttons for showing contextual explanations of the menus and features.

IG-1792 Next-gen Dashboard: Support for LMM account attachment

Release notes

Added LMM account support for Next-gen dashboards using GTA-enabled widgets. Credentials are now handled securely in the backend. Users can configure, verify, and remove LMM access via dashboard settings without storing credentials in the dashboard itself.

IG-1793 Next-gen Dashboard: Remote Access widget

Release notes

Introduced a Remote Access widget in the Next-gen dashboard to support secure VNC, WWW and RDP connections via SiteManager Agents.

IG-1819 Next-gen Dashboard: Control widget for MQTT set-value operations

Release notes

Introduced the MQTT Control widget known from Classic Dashboards to Next-gen dashboards. The widget allows writing values to sample points via MQTT, and features the same control methods as the Classic Control widget: Raw Input, Switch and Symbol. With the Raw Input, you can send any value to the MQTT device. Switch and Symbol works using boolean values, and can be used to send ON/OFF states, or display a machine state with an image.

Note: This is a DCC extended feature.

IG-1824 Next-gen table widget is updated with new features

Release notes

Refactored Table widget to align with other widgets for consistent behavior. Now inherits common setup and styling. Font size now matches Event Viewer for improved visual consistency across the dashboard.

IG-1826 Fleet Alarm widget

Release notes

Added historical Fleet Alarm widget to Next-gen fleet overview. View unique events/alarms over a user-defined time period to enhance monitoring and analysis.

IG-1827 Introduce data refinement groups for line/bar chart

Release notes

Added ability to compare raw data with alarm events. Introduced data refinement groups as flank events on line and bar charts to help users understand causes of value increases more easily.

IG-1838 Enhance main menu on desktop

Release notes

Added dividers between menu item groups will make it easier to naviagte. If needed, an expand button will allow users to view the full menu. Your preference will be remembered using a cookie.

IG-1846 Change interval for simulated alarm samples for SimulatedDevices

Release notes

Improved realism for SimulatedDevices alarms in DCC. Adjusted ON/OFF intervals for PowerSurgeDetected, MaintenancePanelOpen, and EmergencyStopActivated. SamplesProduced now pauses during MaintenancePanelOpen and EmergencyStopActivated.

IG-1847 Specify Slave-address for two-way modbus widget on classic dashboard (Comparta & Baris)

Release notes

Added functionality to specify slave-address on two-way modbus widget

IG-1861 Next-gen Dashboard: Add equation info

Release notes

Added information about equation support in the Chart widget. Users can now define expressions using data sources (e.g., a, b, c) and mathjs functions like sqrt(), round(), max(), etc., for dynamic calculations. No math. prefix needed.

IG-1863 Improved scaling of various Next-gen widgets and sharper graphics appearance

Release notes

The scaling of especially widgets showing tables, such as fleet and event tables has been improved for better adaptation to various screen sizes and resolutions. Also the appearance of graphics has been improved and now appear sharper and less blurry

Bug Fixes

IG-1849 Image widget values do not update

Release notes

Fixed an issue where dashboard gauges were updating correctly, but the displayed values on the widgets did not reflect the changes in real time.

IG-1854 Clicking Add Alert without having selected a SP, generates a crash

Release notes

Selecting Add -> Alert in the data viewer without having selected a sample point, would result in an error. Now the selection is greyed out if no, or more than one sample-point is selected.