This release introduces a few minor improvements:
- you can now drag the scene with the mouse when holding the middle mouse butten pressed (useful for large models)
- MASTERSIM now handles file paths with "Umlaute" or other special characters on Windows (both in the project file name, path or FMU file paths)
- the simulation start view has received an option to use add
--skip-unzip
command line argument (which also disables the default clearing of the project working directory on simulation start); useful when manually editingmodelDescription.xml
files between simulation runs
Windows and Mac releases may be downloaded below, Linux/Ubuntu deb packages are available via package repository:
# add repository
sudo add-apt-repository ppa:ghorwin/sim
sudo apt-get update
# install master sim
sudo apt install mastersim
Provided deb versions:
Distro | MASTERSIM Version |
---|---|
Ubuntu 18.04 bionic | 0.9.6 |
Ubuntu 20.04 focal | 0.9.6 |
Ubuntu 21.10 impish | 0.9.4 |
Ubuntu 22.04 jammy | 0.9.6 |
Ubuntu 22.10 kinetic | 0.9.5 |
For other distros you can just grab the linux archive below. You need to install the dependencies manually, typically these packages (on Ubuntu):
sudo apt install qtbase5 libqt5core5a libqt5concurrent5 libqt5gui5 libqt5network5 libqt5svg5 libqt5xml5 libqt5widgets5 p7zip-full