I am working on a small demo model in order to see how I can connect Agent-based model with a SD model on Vensim.
I have a strange problem. At a certain point in flow sequence in ABM, I am calling some methods like Vensim.command("GAME>GAMEINTERVAL|3); or Vensim.command( "SIMULATE>SETVAL|xxxx"). They are working quite well.
When I call vensim.command("GAME>GAMEON") at the same point, program is jammed.
Just before calling GAMEON, I call Vensim.check_status(); and get the result 5 (which indicates that Vensim is in game mode). So Vensim is in game mode, and I am passing the command for stepping forward, but get no response, error message, etc. It gets jammed.
Anybody out there who can provide a clue about the solution? Maybe Bob, as always?

Thanks in advance
Gonenc