Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changes in this release include changing how custom charts are managed, command line improvements, and improvements for River Operation mode within Source....

A new

So to minimise the effect in splitting this phase in two, we've written some migration code.

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-16975
 - The organisation of custom charts has come has began

We have also made improved:

  • Functions Modelled variables now the concept of Locking the variable selection to make it less likely for mistakes to occur. 
  • Ordering for the Irrigator demand model now includes an option to make the Flow phase and Order phase identical.

Custom charts

Custom charts no longer get saved by default! 

All automatically generated charts are created under Temporary and only saved when moved into Saved. There are also folders and subfolders for organising custom charts:

Image Added

We will also include a toolbar with a filter/search for custom charts: 

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-18770
 - Ability to adjust order from supplements to meet the downstream demand including irrigator demand

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-17711
 - Add Lock/Unlock usage function for the selected recorder associated with a modelled variable in Function Editor

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-18940
 - Command line server to support save of results to specific location

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-18396
 - ...

Operations Tabular editor changes

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-15794
 - Look into viewing data in results manager from Tabular Editor

Jira Legacy
serverJIRA
serverIdc4ca6e0f-9f42-3d1a-879c-870abe699ab1
keyRM-19021
 - Allow pasting into multiple rows after selecting a single cell into the tabular editor
19119
, hopefully in the next beta.

Operations Tabular editor changes

The Operations Tabular editor now allows you to copy-paste into multiple cells and view charts directly in the Results Manager. 

Performance improvements for the command line

We have done some performance work on the command line to reduce the memory (RAM) used during a run and to speed up runs in the command line.

The command line now has additional options for results saving:

Code Block
--resultsOutputMode

There are three modes currently available (4. coming soon):

  1. noOutput - This improves performance when using automatic exporting tooks such Scenario Options: Simulation results or Simulation Log which automatically exports results after each run to a specific location. 
  2. serverNamedFormat - This mode saves from the server, rather than transferring data back to the client when in client-server mode. This is also now the default for a single computer run, meaning performance is improved by not transferring the data.
  3. clientNamedFormat - (default for client-server mode). The data is transferred back to the client and saved (current behaviour).
  4. Coming soon: serverStreamedFormat - this will be available with results streaming in the next beta release. 

Plugin Developers

We are planning on moving to C# 7, Visual Studio 2019 and .NET 4.8.0 soon, so you will need to make sure you have updated Visual Studio to continue developing plugins in the beta versions.

...