Skip to main content
Version: 3.3

Changelog

3.3

Features/Improvements

  • ADO-7094, ADO-7265 Minor ADX Changes:
    • Added Materialized Views for latest model and metadata tables
    • Sorted the Trender hierarchy by Property Name instead of TSID. Two new functions have been added: GetsTagsByPathAsc and GetTagsByPathDesc. The Trender uses GetTagsByPathAsc to sort the tree.
  • ADO-6529 The ability to trend raw data has been added. If the tag would have more than 50,000 data points, a confirmation will be presented to the user that they do indeed want ALL the raw data. This was added in an attempt to keep costs under control for our customers and to prevent accidentally over-querying an ADX cluster.
  • ADO-7003 Trender UI Usability Improvements including (but not limited to):
    • The ability to collapse the main navigation on the left hand side of the page
    • Added a series legend in full screen trend mode
    • Re-added the dedicated buttons for Undo/Redo zoom
    • Standardized the look and feel of all modal dialogs
    • Added user information to the logout button in the top right hand corner of the page
  • FUSION-3109 UI now supports trending raw data from ADX
  • FUSION-3317 Support for parameterized tag names in Trender
    • Trender now supports URL query parameters for trend creation.
      • example basic query /trender/new?tags=FT-001
      • example query with all parameters /trender/new?tags=FT-001&tags=AZ-001A&tags=AZ-001B&tags=AZ-001C&tagIds=fusion-rockwell/31867& tagIds=fusion-rockwell/31866
    • Query parameters (case sensitive)
      • tags: tags to trend by name
      • tagIds: tags to trend by time series ID
      • start: date string (ideally ISO formatted), start of the trend. Defaults to 24h before end if not provided
      • end: date string (ideally ISO formatted), end of the trend. Defaults to now if not provided
    • Relative Dates
    • Multiple tags and/or tagIds
      • To trend multiple tags and/or tagIds, just add additional tags/tagIds parameters example: /trender/new?tags=FT-001&tags=AZ-001A&tags=AZ-001B&tags=AZ-001C&tagIds=fusion-rockwell/31866
  • Keyboard shortcuts
    • Fusion UI
      • SHIFT-? will open a help dialog showing all shortcuts for the current page
      • / will change your focus to whatever search bar is on the page
    • Data requests table
      • / focus on search
      • H toggle hide completed requests
      • N create new request
    • Data request details
      • CTRL-S save current request
    • Trender page
      • F toggles trend fullscreen mode
      • / focus on hierarchy search
      • SHIFT-< trend zoom undo (general undo for any part of the UI registered with undo functionality)
      • SHIFT-> trend zoom redo
      • CTRL-S save current trend
      • CTRL-SHIFT-S save copy of trend
      • N create new trend
    • Trender Table
      • H toggle hide trends created by others
      • N create new trend

Bugs

  • ADO-7047 We have temporarily hidden/removed the duplicate series button from the trender table. This button was added initially to support the ability to duplicate a series, and time shift it to do a comparison between two time frames for the same series. Time-shifting hasn't been implemented, yet, so to reduce confusion, we've removed this button until we implement the time-series offset.

Known Issues

  • FUSION-3001 Upload Service: Large files timeout the security token and fail to upload. Workaround: In the IoT Hub File Upload settings, increase the SAS TTL and Default TTL from 1 hour to 2 hours.

Previous Releases

3.2

Features/Improvements

  • FUSION-2687 Minor ADX Changes Scope:
    • Using Names (DataStreamMetaData table Name = historian tag name) instead of Id’s for all the functions
      • For example, Use FT-001 to GetCurrentValue
    • GetEvents & Trend function update needed with summarize arg_max(ingestion_time(), *)
    • CurrentValue view to be sourced from TSD data table
      • GetCurrentValue function to get rid of materialized_view operator
    • Move DeviceQualityCodeMap table to Ingestion folder and fully cache it (36500d)
      • Users do not need to ever interact with this table.
    • Disable streamingestion on RawIngestion table
    • Delete Device table
  • FUSION-3039, FUSION-3084 Re-add StarSync back to Fusion; Update StarSync to sync new tags on model reader changes, not on an independent schedule
  • FUSION-3086, FUSION-3148 Replace references to TSID with Tag Name in Trender scope:
    • Propagate Property Name from Hierarchy on left to table below.
    • Rename column names to be Property Name, Tag Name, Tag Description
    • Update KQL Function to return Property Description.
    • Tooltip in Hierarchy has Tag Name, Tag Description, Property Description
    • Remove label "Manage Columns"
  • FUSION-3108, FUSION-3051 Export KQL using a standardized KQL template (replaces the old DataBroker URL Generator)
  • FUSION-2876, FUSION-2878 New Aggregate functions available for KQL queries

Bugs

  • FUSION-2560 Finish moving the Licensing service to go through the IoT Hub
  • FUSION-3075 Tags Service has been removed from Fusion Elevate. This now exists fully within the Azure Cloud now.
  • FUSION-3038 Logging and metrics are now sent exclusively via the IoT hub

Known Issues

  • FUSION-3001 Upload Service: Large files timeout the security token and fail to upload. Workaround: In the IoT Hub File Upload settings, increase the SAS TTL and Default TTL from 1 hour to 2 hours.
  • FUSION-3006, FUSION-3007, FUSION-3009 Some parts of the Fusion Upload Service may fail when dealing with incredibly large models. Workaround: For large source systems, we currently recommend increasing the RAM on the Elevate Virtual Machine from 8 GB to 16 GB to prevent these issues from occurring.