Hi,
I am developing a Venapp where I would like the user to be able to alter the "Base date," a model setting. The user will be manipulating input data in an Excel spreadsheet, and I want the user to also be able to somehow indicate what year to start simulations in. If altering model settings in a Venapp is not possible, perhaps there is another work-around solution? Thank you for your help!
V/r,
Michael
Can I change model settings in a Venapp?
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
Is it not possible to link the INITIAL TIME setting to the spreadsheet with a GET XLS CONSTANTS call? Maybe I'm missing something, but this sounds possible.
/*
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
*/
Ahh ... I think I understand now. You're talking about changing the "Base Date" setting under Model>Settings>Time Bounds, for display on graph axes, right?
I've never tried it, but it does seem that since Base Date is referenced to Time=0, you should be able to manipulate it by changing the INITIAL TIME of the model. That could have some unintended consequences if you're importing time series data from Excel, but might be OK otherwise.
Tom
I've never tried it, but it does seem that since Base Date is referenced to Time=0, you should be able to manipulate it by changing the INITIAL TIME of the model. That could have some unintended consequences if you're importing time series data from Excel, but might be OK otherwise.
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
*/