Connect Venapp to the model
Connect Venapp to the model
I built my Venapp screen using the example, but how can I connect it to my models?
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
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
Tom
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
.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).
LOADMODEL takes a model in .mdl, vmf, vpm, or vpa format (see the online help, DSS reference supplement, chapter 5).
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/