...
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 |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-16975 |
---|
|
- The organisation of custom charts has come has beganWe 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 |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-18770 |
---|
|
- Ability to adjust order from supplements to meet the downstream demand including irrigator demand Jira Legacy |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-17711 |
---|
|
- Add Lock/Unlock usage function for the selected recorder associated with a modelled variable in Function Editor Jira Legacy |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-18940 |
---|
|
- Command line server to support save of results to specific location Jira Legacy |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-18396 |
---|
|
- ...Operations Tabular editor changes
Jira Legacy |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-15794 |
---|
|
- Look into viewing data in results manager from Tabular Editor Jira Legacy |
---|
server | JIRA |
---|
serverId | c4ca6e0f-9f42-3d1a-879c-870abe699ab1 |
---|
key | RM-19021 |
---|
|
- Allow pasting into multiple rows after selecting a single cell into the tabular editor, 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):
- 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.
- 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.
- clientNamedFormat - (default for client-server mode). The data is transferred back to the client and saved (current behaviour).
- 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.
...