Search found 4585 matches

by Administrator
Thu Jan 13, 2011 11:04 am
Forum: System Dynamics Discussion
Topic: What is system dynamics ?
Replies: 2
Views: 3830

Re: What is system dynamics ?

This kind of discussion can go on and on, and I'm sure you can find some info in the SD mailing list archives (http://www.ventanasystems.co.uk/forum/viewforum.php?f=34). But if it helps, I think of SD as trying to understand the "whole system". Mathematics comes into it, but the goal reall...
by Administrator
Tue Jan 11, 2011 3:22 pm
Forum: Vensim
Topic: error loading external function dll
Replies: 2
Views: 1866

Re: error loading external function dll

Are you exporting the following function?

int VEFCC version_info()
{
return(EXTERNAL_VERSION) ;
}

If it is not exported from the DLL, Vensim will be unable to call it (which is why I think you are getting -1).

You don't need to link to vensim.lib either with current versions of Vensim.
by Administrator
Tue Jan 11, 2011 3:18 pm
Forum: Vensim
Topic: DataBase with Vensim or other SD tools
Replies: 5
Views: 2995

Re: DataBase with Vensim or other SD tools

You are very limited with PLE (it is designed for learning, not for anything more advanced).

I think the only thing available to you is to display a table, then copy/paste the contents to a text document and work with that.

Tony.
by Administrator
Tue Jan 11, 2011 7:36 am
Forum: Vensim
Topic: DataBase with Vensim or other SD tools
Replies: 5
Views: 2995

Re: DataBase with Vensim or other SD tools

It can be done directly from Vensim.

Chapter 14 of the DSS reference supplement details how it is done.

I would have thought at the very least the other apps could export to CSV and then imported into a database.
by Administrator
Fri Jan 07, 2011 10:23 am
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 13912894

What improvements would you like to see in Vensim?

If anyone has any ideas on what they would like to see in Vensim, please let us know. Also if there is something that you feel could be made better, also reply to this and let us know your thoughts. If you have a question, please start a separate thread - we can't easily respond here. Thanks in adva...
by Administrator
Thu Jan 06, 2011 8:50 am
Forum: Vensim
Topic: Is there a command for checking model in Vensim dll?
Replies: 10
Views: 6038

Re: Is there a command for checking model in Vensim dll?

No.

The only changes you can make is if you have the subscript ranges in Excel, you can read them in at the start of the simulation.
by Administrator
Tue Jan 04, 2011 7:48 am
Forum: Vensim
Topic: Is there a command for checking model in Vensim dll?
Replies: 10
Views: 6038

Re: Is there a command for checking model in Vensim dll?

DDE will only help if you are changing subscript elements.

What kind of changes are you letting the users make?
by Administrator
Mon Jan 03, 2011 10:56 am
Forum: Vensim
Topic: Is there a command for checking model in Vensim dll?
Replies: 10
Views: 6038

Re: Is there a command for checking model in Vensim dll?

You cannot do this. The DLL will fail to load a model with errors in it, so there is no need for the command.

You cannot change equations either using the Vensim DLL. Were you aware of that?
by Administrator
Thu Dec 23, 2010 4:40 pm
Forum: Vensim
Topic: Vensim types of extensions
Replies: 3
Views: 2660

Re: Vensim types of extensions

From the readme file,

Code: Select all

On Linux the VENSIMHOME environmental variable can also be used to specify the location of the resource (.vrf) file
VDI are Vensim Database Input files.
by Administrator
Wed Dec 22, 2010 11:39 am
Forum: Vensim
Topic: Downloading Vensim
Replies: 2
Views: 2148

Re: Downloading Vensim

You can get Vensim PLE for free.
by Administrator
Sun Dec 19, 2010 9:15 am
Forum: Vensim
Topic: Help with Vensim Equations
Replies: 10
Views: 8114

Re: Help with Vensim Equations

You haven't exactly given us much to work on. Without access to the equations, there is little anyone can advise you on.

Why exactly does the graph look wrong? What happens at time = 10?
by Administrator
Sat Dec 18, 2010 4:36 pm
Forum: Vensim
Topic: Help with Vensim Equations
Replies: 10
Views: 8114

Re: Help with Vensim Equations

Start by defining units for everything in the model. It may point out why the graph is not displaying what you are expecting.

And why is the graph wrong? Can you give some more detail?
by Administrator
Fri Dec 17, 2010 1:26 pm
Forum: Vensim
Topic: location of vendlstc.dll
Replies: 5
Views: 3389

Re: location of vendlstc.dll

Can you email me directly regarding this (with your licence details)?

Many thanks,

Tony.
vensim@vensim.com
by Administrator
Tue Dec 14, 2010 2:05 pm
Forum: Vensim
Topic: SyntheSim
Replies: 3
Views: 2966

Re: SyntheSim

What version of Vensim are you running?

Click Help->About Vensim to get the info.

Tony.
by Administrator
Mon Dec 13, 2010 2:49 pm
Forum: Vensim
Topic: data import from excel
Replies: 10
Views: 5229

Re: data import from excel

Can you post the Excel spreadsheet and model (or just the equation to read the values from Excel) that you are using?

That way we can just modify it and show you how it's done.
by Administrator
Mon Dec 13, 2010 1:36 pm
Forum: Vensim
Topic: data import from excel
Replies: 10
Views: 5229

Re: data import from excel

Have you tried adding separate equations for each cohort that read from different ranges in the Excel workbook?
by Administrator
Sat Dec 11, 2010 6:44 pm
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

Can you send me an email (vensim@vensim.com) with your Vensim serial number (click Help->About Vensim) and I'll try and get the correct DLL for you.

If you have the unlock code that would be better.

Tony.
by Administrator
Sat Dec 11, 2010 6:15 pm
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

"Vensim first page appears", do you mean the startup screen? If it does, then it should be working.

What error appears after the Vensim first page?
by Administrator
Sat Dec 11, 2010 4:33 pm
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

In the last example I sent, I modified the code to load vendll32.dll from c:\windows\system32. In the VBA file, at the top it should look like this (I changed "vendll32.dll" to "C:\Windows\System32\vendll32.dll", so it should work on your computer). Private Declare Function vensi...
by Administrator
Sat Dec 11, 2010 3:20 pm
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

ok. Try publishing the model again, select package type "Other (using Vensim DLL)" and selecting the "caller" as Excel. You will need to look into the help system to do this properly. If you can reinstall Vensim DSS ensuring that vendll32.dll is installed, it will all work ok for...
by Administrator
Sat Dec 11, 2010 11:34 am
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

You do not need the model open in Vensim for it to work.

What happens when you run the macro?
by Administrator
Sat Dec 11, 2010 10:51 am
Forum: Vensim
Topic: (Excel and Vensim)link
Replies: 68
Views: 50160

Re: (Excel and Vensim)link

Open Excel, you do not need the model reader or Vensim DSS open.

Now run the "RunModelMultipleTimes" macro.
by Administrator
Sat Dec 11, 2010 7:09 am
Forum: Vensim
Topic: Can I "export" data to Excel in real time?
Replies: 3
Views: 2574

Re: Can I "export" data to Excel in real time?

As far as I'm aware, the only way is to write your own external function to do it.

Tony.
by Administrator
Sat Dec 11, 2010 7:09 am
Forum: Vensim
Topic: Is VDF2XLS not working?!?! Please help!
Replies: 2
Views: 1983

Re: Is VDF2XLS not working?!?! Please help!

What happens if you try

BUTTON,"Export Dataset",11,14,,,,,"MENU>VDF2XLS",