Run in synthesim mode

I have a model that runs over a five year time horizon, with five steps - one for each year. I would like to create a version that runs in synthesim mode.

I’d like the model to display the base values and graphs over the five-year timeframe, and then I’d like it to display changes as the decision controls are moved.

How do I do that, and do I need to change any of the settings in my vensim model?

Hi Bruce–

Unfortunately, Forio doesn’t support the synthesim mode of Vensim, in which the model repeatedly simulates as you move a control. You need to set up all your input variables and then call the vensim stepTo(end) operation to re-run the model. Usually from a button “Run Simulation” in the page.

WILL