Search found 4616 matches

by Administrator
Wed Mar 06, 2013 9:44 am
Forum: Sable
Topic: multi-graph and simulationrun
Replies: 1
Views: 10919

Re: multi-graph and simulationrun

Tab control. Create as many tabs as you want using the properties page. Then select the tab and drop controls on it in the same way you do any screen. Each tab is like an embedded mini screen. To name a run, create a button, and execute the venapp command SIMULATE>RUNNAME|? To load/unload runs, crea...
by Administrator
Wed Mar 06, 2013 9:28 am
Forum: Vensim
Topic: Projectile Motion Question
Replies: 4
Views: 2499

Re: Projectile Motion Question

Are you running Vensim PLE? If yes, optimization is not available to you.
by Administrator
Mon Mar 04, 2013 9:54 am
Forum: Vensim
Topic: Auxiliar variable with look up
Replies: 2
Views: 1964

Re: Auxiliar variable with look up

What is LUVar?

The easiest thing is to avoid "auxiliary with lookup". If LUVar is a time series, you would use something like

Code: Select all

var3=LUVAR(time)
by Administrator
Mon Feb 25, 2013 8:15 am
Forum: Vensim
Topic: Replicating DELAY1 and DELAY1I in java
Replies: 6
Views: 3771

Re: Replicating DELAY1 and DELAY1I in java

Can you post the code so we can take a look? Maybe we can spot something.
by Administrator
Sat Feb 23, 2013 9:48 am
Forum: Vensim
Topic: How to create Sector in VENSIM PLE?
Replies: 1
Views: 1637

Re: How to create Sector in VENSIM PLE?

I've had a quick Google for sectors.

In Vensim, you would do each sector on a different view.
by Administrator
Mon Feb 18, 2013 3:50 pm
Forum: Vensim
Topic: Using Monthly and Annual timescale, possible?
Replies: 5
Views: 4681

Re: Using Monthly and Annual timescale, possible?

Before you do anything else, add units to every parameter in the model and make sure it passed the units check. If you start introducing yearly data you will most likely get errors in your model which the units check will pick up. Once this is done, upload the model and we will be able to help. Tony.
by Administrator
Mon Feb 18, 2013 11:13 am
Forum: Sable
Topic: table slider and graph
Replies: 7
Views: 15189

Re: table slider and graph

I really do not understand what the 2nd problem is. You mention that you run it until 2014 and it shows the results, that is what it should do.

Did you use the screen I uploaded to only allow the setting of the slider once?
by Administrator
Sat Feb 16, 2013 4:14 pm
Forum: Vensim
Topic: Eigenvector calculation
Replies: 11
Views: 7514

Re: Eigenvector calculation

Thanks. Sorry for the hassle, we've spent a long time in the past helping users who have acquired Vensim illegally. I'll have to read up on eignevalues/vectors so will not get the chance to do this till Monday. Maybe Tom might will visit the forum later, he might know the answer without having to re...
by Administrator
Sat Feb 16, 2013 2:30 pm
Forum: Vensim
Topic: Eigenvector calculation
Replies: 11
Views: 7514

Re: Eigenvector calculation

Can you fill in the serial number of your licence on your profile correctly please and we will be more than happy to help.

Tony.
by Administrator
Sat Feb 16, 2013 10:29 am
Forum: Sable
Topic: table slider and graph
Replies: 7
Views: 15189

Re: table slider and graph

ok, the thousands is easy, see Image1.jpg Can you give me instructions on how to get to the 2nd problem (what do I click to get the error to appear)? 3rd problem. Create a directory called "Scripts" in your project directory. Save the file extprog.vst in there. Now load up the screen that ...
by Administrator
Fri Feb 15, 2013 2:59 pm
Forum: Sable
Topic: table slider and graph
Replies: 7
Views: 15189

Re: table slider and graph

Can you upload the screens you are trying to modify and I'll take a look?
by Administrator
Fri Feb 08, 2013 1:11 pm
Forum: Vensim
Topic: Ranges
Replies: 1
Views: 1447

Re: Ranges

Use either the MIN or MAX functions. The syntax is

Code: Select all

result = min ( val 1, val 2 )
by Administrator
Fri Feb 08, 2013 11:50 am
Forum: Sable
Topic: table
Replies: 4
Views: 12211

Re: table

Make sure the autosize rows format command comes before the insert separator. The separator is sized correctly, but then the autosize changes things.
by Administrator
Thu Feb 07, 2013 12:39 pm
Forum: Sable
Topic: table
Replies: 4
Views: 12211

Re: table

I don't understand what you mean. Can you send me the screen (just the VNN, I do not need the whole project)?
by Administrator
Wed Feb 06, 2013 11:47 am
Forum: Vensim
Topic: Splitting a number
Replies: 2
Views: 2103

Re: Splitting a number

How about something like R1 = RANDOM UNIFORM() R2 = RANDOM UNIFORM() R3 = RANDOM UNIFORM() R4 = RANDOM UNIFORM() TOTAL RANDOM = R1 + R2 + R3 + R4 R1 share = R1 / TOTAL RANDOM R2 share = R2 / TOTAL RANDOM R3 share = R3 / TOTAL RANDOM R4 share = R4 / TOTAL RANDOM This is much easier when using subscri...
by Administrator
Wed Feb 06, 2013 10:45 am
Forum: Vensim
Topic: multiple IF THEN ELSE equatios
Replies: 2
Views: 2351

Re: multiple IF THEN ELSE equatios

I would try to avoid it where possible as it can make things tricky to debug. There are two ways. Either embed them result = IF THEN ELSE ( a > b , c , IF THEN ELSE ( a > d , e, 0 ) ) or add them (this is my preferred option as I find it clearer). result = IF THEN ELSE ( a > b , c , 0 ) + IF THEN EL...
by Administrator
Tue Feb 05, 2013 9:34 pm
Forum: Sable
Topic: sable stopped working
Replies: 8
Views: 16294

Re: sable stopped working

ok, it looks like the graph component has not installed properly (the hollow window should show something).

Can you try reinstalling?
by Administrator
Tue Feb 05, 2013 8:22 pm
Forum: Sable
Topic: sable stopped working
Replies: 8
Views: 16294

Re: sable stopped working

Everything seems fine to me.

Can you explain exactly what you are doing step by step? I mean what buttons you press etc and I'll take the same steps here to try and recreate the problem.

When you insert the graph, do you see a blank graph at all? Or just a hollow box?

Tony.
by Administrator
Tue Feb 05, 2013 6:49 pm
Forum: Sable
Topic: sable stopped working
Replies: 8
Views: 16294

Re: sable stopped working

I can view the properties ok. Are you selecting a certain property or tab?
by Administrator
Tue Feb 05, 2013 9:29 am
Forum: Sable
Topic: sable stopped working
Replies: 8
Views: 16294

Re: sable stopped working

What version of Sable are you using?

And do you get a graph appearing on the screen at all, or does it crash immediately?
by Administrator
Sun Feb 03, 2013 8:21 am
Forum: Vensim
Topic: Vensim DSS 5.2a
Replies: 5
Views: 3165

Re: Vensim DSS 5.2a

Do you have any experience of programming? If yes, you should be able to figure out what the error is here. If you do not have any experience of programming, it would be a good idea to search around Google for a tutorial. The following is the reason things are not working for you. But as I said, if ...
by Administrator
Wed Jan 30, 2013 5:33 pm
Forum: Vensim
Topic: Help using 'get data max' function
Replies: 6
Views: 3601

Re: Help using 'get data max' function

This should work.

Code: Select all

max stock = SAMPLE IF TRUE ( stock > max stock , stock , stock )
by Administrator
Thu Jan 24, 2013 2:26 pm
Forum: Vensim
Topic: Vensim only simulating 8785 time steps?
Replies: 2
Views: 2014

Re: What improvements would you like to see in Vensim?

You can go more than 8785 time steps.

What problem are you having?
by Administrator
Wed Jan 23, 2013 3:31 pm
Forum: Vensim
Topic: Docs install (Mac)
Replies: 9
Views: 7809

Re: Docs install (Mac)

It sounds like something has gone wrong with the permissions on your machine. Unfortunately I cannot offer any advice on the Mac (I only use it when testing Vensim). I do know that there is a "fix permissions" setting somewhere on the Mac, you could try that.
by Administrator
Wed Jan 23, 2013 1:11 pm
Forum: Vensim
Topic: Docs install (Mac)
Replies: 9
Views: 7809

Re: Docs install (Mac)

And if you open it, does it install ok?

That is just a standard Mac warning message to make sure you don't run any programs you don't want to. It's not an error with the documentation.