Anylogic convert ALP from Version 8.3.2 to 7.1.2

448 Views Asked by At

I have a Simulation running in the Version 8.3.2 of Anylogic. But now I want to change it to 7.1.2. Are there any possibilities, by changing some code in the ALP manually?

Thanks for any help.

1

There are 1 best solutions below

6
Benjamin On

This should do the trick:

  • Open the .alp file in a text editor
  • replace AnyLogicVersion and AlpVersion with 7.3 values, e.g.:
    • AnyLogicVersion="7.3.7.201706091033" AlpVersion="7.3.0"
  • remove the entire section "RunConfiguration".