Skip to main content

SC Charts - 1.1.1

DOWNLOAD
Contact us to purchase!

Release Notes

Streamline Control is releasing version 1.1.1 of SC Charts. Updates from version 1.0.0 are described below.

Features

Data Configuration
  • Append Mode
    • Adds a data mode to append data from the dataset on every update to reduce the traffic over the Ignition websocket where required. Previously data from the dataset replaced all data on the chart; this functionality is maintained through the default Replace mode.

    • Alternate: Improve performance and reduce amount of data sent over the Ignition websocket by only sending the latest points to append to points sent previously.

    • New data properties include: mode, capacity, clearCache,  currentCount; the last three only apply when the mode is ‘Append’.
Performance
  • Something about improved performance for rendering annotations? (Not sure how to include scichart updates without talking about it).

Fixes

Interactions