Connect Venapp to the model

Use this forum to post Vensim related questions.
Post Reply
almoon
Senior Member
Posts: 77
Joined: Tue May 06, 2008 9:20 am

Connect Venapp to the model

Post by almoon »

I built my Venapp screen using the example, but how can I connect it to my models?
bob@vensim.com
Senior Member
Posts: 1107
Joined: Wed Mar 12, 2003 2:46 pm

Post by bob@vensim.com »

If you look at the opening commands from the Venapp you will see the SPECIAL>LOADMODEL command - this needs to refer to your model.
almoon
Senior Member
Posts: 77
Joined: Tue May 06, 2008 9:20 am

Post by almoon »

The idea is when I do that it didn't show my variable so what is the problem?
tomfid
Administrator
Posts: 3995
Joined: Wed May 24, 2006 4:54 am

Post by tomfid »

Not sure exactly what you mean by not showing your variables, but if your graphs are blank the cause may be that you haven't loaded a dataset (MENU>LOAD_RUN or SPECIAL>LOADRUN) or started a synthesim simulation. Can you describe your problem more fully, or post some code?

Tom
almoon
Senior Member
Posts: 77
Joined: Tue May 06, 2008 9:20 am

Post by almoon »

Tom,
I was checking some examples and when I need to use SPECIAL>LOADMODEL command the model should be in VGD format? how?
tomfid
Administrator
Posts: 3995
Joined: Wed May 24, 2006 4:54 am

Post by tomfid »

.vgd format is for custom graphs, which you can load via SPECIAL>READCUSTOM (but you don't normally need to do this if your custom graphs are in your model file).

LOADMODEL takes a model in .mdl, vmf, vpm, or vpa format (see the online help, DSS reference supplement, chapter 5).
Post Reply