Search found 4592 matches

by Administrator
Mon Jul 28, 2003 7:43 am
Forum: Vensim
Topic: Encryption
Replies: 1
Views: 3682

Hello, Encryption is only possible when a redistribution kit has been purchased. The kit allows models to be encrypted before distribution to protect the code within them. There is no way of protecting the model if only using runtime versions of the DLL. One more small bit of info, you need to purch...
by Administrator
Tue Jul 22, 2003 9:41 am
Forum: Vensim
Topic: Molecules software
Replies: 1
Views: 4347

Lee Jones is currently at the conference, and is trying to get hold of them.

They shoudl also appear on the Vensim website very soon. I will post another reply when they are available.

Tony.
by Administrator
Tue Jul 08, 2003 9:41 am
Forum: Vensim
Topic: Reading column from excel
Replies: 2
Views: 4888

Also, to get data from a column and not a row, the 'time row or col' part of the function chances. If you put in an "A" then Vensim knows you are looking for a column of data, if you put in a "1", Vensim will look for a row.

Tony.
by Administrator
Mon Jul 07, 2003 12:28 pm
Forum: Vensim
Topic: Reading column from excel
Replies: 2
Views: 4888

Hello, I moved the post here as it is a more appropriate place for it. I hope you do not mind. You need to look at the functions GET XLS DATA and GET XLS CONSTANTS. If you go to the index at the Vensim documentation website, http://www.vensim.com/documentation/vensim.htm Type in GET XLS and you will...
by Administrator
Fri Jul 04, 2003 8:34 am
Forum: Vensim
Topic: I need help
Replies: 2
Views: 5052

Hello and welcome to the forum. It is very simple to do what you want. Look at the DELAY FIXED function in the Vensim help system. You would have the equation Z = X + Y and X = DELAY FIXED ( Z , TIME STEP , 0 ) You might need to check the syntax, but it should do what you want. Z takes on the value ...
by Administrator
Wed Jul 02, 2003 1:06 pm
Forum: Vensim
Topic: How to model the following situation in VENSIM
Replies: 2
Views: 5333

Hello Anand,

You need to run your simulation as a game. Details of this are in the Vensim help system.

Tony.
by Administrator
Wed Jun 18, 2003 4:28 pm
Forum: Sable
Topic: Creating a new project
Replies: 1
Views: 4653

Sable only works with binary Vensim files. Open your model in Vensim and click
"File->Save as"
There is a box where you can select the file type, select Binary and your model will be saved as a .vmf file.

You should be able to open this in Sable now.

Tony.
by Administrator
Wed Jun 04, 2003 2:33 pm
Forum: Vensim
Topic: Static vs. dynamic submodels
Replies: 3
Views: 6318

Hello,

I am not entirely sure what you mean by submodel.

Can you give a real example?

Tony.
by Administrator
Thu May 22, 2003 12:18 pm
Forum: Welcome and General Information
Topic: Welcome to our newest members.
Replies: 2
Views: 13059

Welcome to our newest members.

Welcome to our newest members,
RZAMORA, Dave, Wilfredo, GustavoSE and grchandra.

I hope you find the forum useful. Please feel free to make any suggestions for improvements or modifications.

Tony Kennedy.
Ventana Systems UK.
by Administrator
Wed May 21, 2003 9:39 pm
Forum: Vensim
Topic: Vensim and Visual Basic
Replies: 1
Views: 4343

Vensim DSS comes with the Vensim DLL, this can be called from any application that can load a DLL.

More information is available from
http://www.vensim.com/documentation/vensim.htm

Hope this helps,

Tony.
by Administrator
Wed Apr 30, 2003 4:01 pm
Forum: Vensim
Topic: units for percentages in Vensim models
Replies: 4
Views: 8803

If I have a paramater that is, for example, "percentage of population fertile", it is dimensionless. You multiply this by the population to give you the "population that is fertile". So for me, all percentages in my models are dimensionless. I would not manipulate the units at al...
by Administrator
Wed Apr 30, 2003 1:34 pm
Forum: Sable
Topic: Legends display in W2000 environment
Replies: 8
Views: 9990

Does the legend disappear completly?
by Administrator
Mon Apr 28, 2003 9:14 am
Forum: Sable
Topic: Legends display in W2000 environment
Replies: 8
Views: 9990

This is not an error. The legend position has been set as custom. In this case, it is fixed in position, as the graph size increases or legend size increases, some of it is drawn off the canvas.

Hope this helps,

Tony.
by Administrator
Wed Apr 23, 2003 5:18 pm
Forum: Sable
Topic: Legends display in W2000 environment
Replies: 8
Views: 9990

There should be no problems under windows 2000.

Can you send me an example (Tony@ventanasystems.co.uk)
by Administrator
Wed Apr 23, 2003 8:01 am
Forum: Sable
Topic: Formatting a "Please wait"
Replies: 1
Views: 4768

Unfortunatly not. But I will add it to the list of things to do.

The background should always be the standard windows dialog colour (so if you change the windows system colours then this will match it).

Tony.
by Administrator
Tue Mar 25, 2003 1:41 pm
Forum: Vensim
Topic: summing over subscript ranges
Replies: 5
Views: 5898

You can use something like the following

sum variable[sub] =
sum (
if then else ( sub < m
, var[sub!]
, 0 )
)
by Administrator
Tue Mar 11, 2003 6:29 pm
Forum: Welcome and General Information
Topic: Welcome
Replies: 3
Views: 8698

Thanks Bob,

It is something I have on my list of things to do, so keep a watch on the forum.

Tony.