Search found 3 matches

by joe
Fri May 29, 2009 12:57 pm
Forum: Vensim
Topic: VENSIM SIMUL8 timing issue using DLL
Replies: 6
Views: 4702

The variable I am trying to change is a gaming variable. I use MENU>GAME in a previous piece of code see below: Private Sub game() Dim timeval As Single result = vensim_be_quiet(2) result = vensim_command("SPECIAL>LOADMODEL|C:\Documents and Settings\Joe\Desktop\Composite\simplemodel.vpm") ...
by joe
Thu May 28, 2009 7:42 pm
Forum: Vensim
Topic: VENSIM SIMUL8 timing issue using DLL
Replies: 6
Views: 4702

Hi Tony, This is the code used to run the Simul8 trial: Private Sub Trial() MYSIMUL8.ResetSim (0) MYSIMUL8.TrialSim 50, False End Sub Simul8 runs ok and it posts the number of people treated back but as I mentioned before whilst this code is running VENSIM has already gone through the rest of the co...
by joe
Thu May 28, 2009 7:15 pm
Forum: Vensim
Topic: VENSIM SIMUL8 timing issue using DLL
Replies: 6
Views: 4702

VENSIM SIMUL8 timing issue using DLL

Hi, I am using VENSIM to generate patient demand along with other more SD things and then using SIMUL8 to treat the patients. I am using Excel to achieve this as I am not (hopefully) trying anything too complicated. What I thought of doing was using VENSIM's game function, the game generates the dem...