FlexSim 2021 Beta is available. (Updated 19 November 2020)
To get the beta, log in to your account at www.flexsim.com, then go to the Downloads section, and click on More Versions. It will be at the top of the list.
If you have bug reports or other feedback on the software, please email [email protected] or create a new idea in the Development space.
Release Notes
- Added a Model Parameter Table tool.
- Added a Performance Measure Table tool.
- Added an Empirical Distribution tool.
- Added a Web Page tool.
- Upgraded html views from WebKit to Chromium Embedded Framework.
- Added a Map FlexScript API.
- Added a JSON FlexScript API.
- Added Object.getProperty() and Object.setProperty() methods to the Object FlexScript API.
- Moved dashboard properties windows into the context sensitive Properties window.
Backwards Compatibility Note: the following changes may slightly change the way updated models behave.
- The Experimenter and Optimizer now use Model Parameter and Performance Measure Tables. Existing experiments and optimizations are no longer compatible and are discarded by the model upgrade process.
- Fixed the PowerPoint.Presentation.create() and PowerPoint.Presentation.open() method syntax.
- Due to Chromium's multi-process architecture, the FlexScript command callwebscriptmethod() and JavaScript function fireFlexsimEvent() are now asynchronous and do not return values directly.
To get the return value of fireFlexsimEvent(), you can now pass a callback function as the last parameter:fireFlexsimEvent("myEvent", param1, param2, function(result) { alert("result: " + result); });
AStar
- Added a Strict Diagonals setting to make travelers travel better around corners.
Conveyor
- Added a Mass Flow Conveyor.
Backwards Compatibility Note: the following changes may slightly change the way updated models behave.
- Removed Conveyor Types.
People
- Added a Remove Statistically Only checkbox to the Remove Person activity.
- Updated the Statistics Properties panel to display HC states.