how to know the period of simulation in which we are
how to know the period of simulation in which we are
Hello, someone tell me can I know the period of simulation in which we are? There is some command that tell me that??
And how can i tell to vensim the period we want to simulate??
Thank you very much!
[Edited on 1-17-2009 by nika85]
And how can i tell to vensim the period we want to simulate??
Thank you very much!
[Edited on 1-17-2009 by nika85]
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
The idea of running two simulations that do not have any intercommunication between them at the same time does not make any sense to me, unless you are simply trying to do parallel computing. This would require the multicontext DLL.
I am afraid I will not be able to access the boards for a while but if you can describe why you are trying to do this someone may be able to offer some help. You can also try contacting me by email.
I am afraid I will not be able to access the boards for a while but if you can describe why you are trying to do this someone may be able to offer some help. You can also try contacting me by email.
We are doing an interface for a Vensim model, with the interface we can change the values of the variables and we display results of the simulations.
With a button we communicate with Vensim to load the model, send datas of variables, simulate(assigning a name to simulate different in each case) and to get the results to show them again in interface.
But the problem arises when we try to run multiple interfaces at once.
Using RUNNAME, it save the results in the .vdf correspondent, but not simulate the period that has to be simulated, it do a mix between periods that are in the open interfaces.
I hope you understand something!
Thank you so much
With a button we communicate with Vensim to load the model, send datas of variables, simulate(assigning a name to simulate different in each case) and to get the results to show them again in interface.
But the problem arises when we try to run multiple interfaces at once.
Using RUNNAME, it save the results in the .vdf correspondent, but not simulate the period that has to be simulated, it do a mix between periods that are in the open interfaces.
I hope you understand something!
Thank you so much
-
- Super Administrator
- Posts: 4838
- Joined: Wed Mar 05, 2003 3:10 am
-
- Super Administrator
- Posts: 4838
- Joined: Wed Mar 05, 2003 3:10 am
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
The Multi Context DLL is a separately licensed software product intended to support web and application services. To use it you need to add a context for each separate interaction you wish to have with a model (using the VensimContextAdd function) then perform the simulations in those separate contexts.
For information on purchasing a license for the Multicontext DLL please contact us. The DLL that installs with Vensim DSS is not licensed for this type of use.
For information on purchasing a license for the Multicontext DLL please contact us. The DLL that installs with Vensim DSS is not licensed for this type of use.
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm