Search found 3811 matches

by tomfid
Thu Jul 23, 2015 2:06 am
Forum: Ventity
Topic: ventity.exe does not work
Replies: 4
Views: 5003

Re: ventity.exe does not work

My guess is that there is some issue with XP. As far as I know we have only tested on Win7 and Win8/8.1.
by tomfid
Thu Jul 23, 2015 2:05 am
Forum: Vensim
Topic: about Ventity
Replies: 3
Views: 2782

Re: about Ventity

by tomfid
Wed Jul 22, 2015 9:32 pm
Forum: Vensim
Topic: Display subscripts values during synthesim
Replies: 1
Views: 2341

Re: Display subscripts values during synthesim

If you click on the slider arrow, you get a dialog that permits selecting a different element, but there's no way to show all at once. It's a feature we'd like too.
by tomfid
Wed Jul 22, 2015 9:29 pm
Forum: Vensim
Topic: about Ventity
Replies: 3
Views: 2782

Re: about Ventity

Sorry about the thread - it should be open now. We've never seen this issue, but will pursue it. What operating system version are you running?
by tomfid
Wed Jul 22, 2015 9:16 pm
Forum: Ventity
Topic: Help issue
Replies: 0
Views: 5064

Help issue

We've discovered that the first download includes the incorrect build of the Help files. We'll post a new installer as soon as possible.
by tomfid
Wed Jul 22, 2015 9:13 pm
Forum: Ventity
Topic: Possible performance issue with Windows Update
Replies: 4
Views: 7396

Possible performance issue with Windows Update

Earlier this week, we identified an issue with a recent Windows Update that degrades performance substantially - not debilitating, but enough to make the GUI feel sluggish. We haven't yet identified the specific culprit, but be aware that this could happen. (After a few experiences with bad updates,...
by tomfid
Sun Jul 19, 2015 9:37 pm
Forum: Vensim
Topic: IGNORE button in Equation Editor
Replies: 1
Views: 1505

Re: IGNORE button in Equation Editor

I think we deleted it in the v6 dialog upgrade, because it was seldom used. You can just type the keyword instead.
by tomfid
Wed Jul 15, 2015 3:10 pm
Forum: Vensim
Topic: Problem with GET DIRECT CONSTANTS
Replies: 5
Views: 5951

Re: Problem with GET DIRECT CONSTANTS

I think you'll find that 6.3d x64 solves file problems and works, though there will be an e release soon that addresses an error that only occurs on Linux. Unfortunately x64 conversion of c code is extremely complex, especially across platforms. Otherwise we'd have been done a lot sooner.
by tomfid
Tue Jul 14, 2015 5:40 pm
Forum: Ventity
Topic: Introducing Ventity beta 1
Replies: 2
Views: 4781

Introducing Ventity beta 1

This forum is for support and discussion of the Ventity beta. Ventity is new simulation software for complex systems. Ventity has been through internal alpha testing, and will be released in a limited beta test, concurrent with the 2015 System Dynamics Conference. Very shortly, we'll be providing a ...
by tomfid
Thu Jul 02, 2015 8:09 pm
Forum: Vensim
Topic: Simultaneous equations impossible to solve
Replies: 9
Views: 6377

Re: Simultaneous equations impossible to solve

I can't really tell what's going on without informative variable names, but your "tcur increases" which is (tcur ij[i,J,ToD]/"tcur ij t-1"[i,J,ToD]) is strongly suggestive of a stock adjustment process. I think if you reformulate that as tcur = INTEG( change in tcur, initial tcur...
by tomfid
Thu Jul 02, 2015 7:12 pm
Forum: Vensim
Topic: Please help: How to address the capacity issue
Replies: 10
Views: 5358

Re: Please help: How to address the capacity issue

bed filling{beds/hour}=IF THEN ELSE (desired bed filling{beds}<=spare bed{beds}, desired bed filling{beds}/time to fill beds{hour},spare bed{beds}/time to fill beds{hour})
This seems OK - I suspect that the results would be equivalent.
by tomfid
Mon Jun 29, 2015 2:58 pm
Forum: Vensim
Topic: *.* Need help with the function
Replies: 2
Views: 1899

Re: *.* Need help with the function

The problem is not the function, it's a conceptual error in the equation (mixing stocks and flows). See http://www.ventanasystems.co.uk/forum/v ... 130#p21130
by tomfid
Mon Jun 29, 2015 2:53 pm
Forum: Vensim
Topic: Please help: How to address the capacity issue
Replies: 10
Views: 5358

Re: Please help: How to address the capacity issue

I haven't had a chance to look at the models, but note that there's a conceptual issue in the initial question, which would be revealed by considering units. Paraphrasing the original: spare beds{beds} = capacity{beds} - occupied beds{beds} + vacating beds{beds/hour} The problem is that the outflow ...
by tomfid
Fri Jun 26, 2015 12:39 pm
Forum: Vensim
Topic: Calibration
Replies: 10
Views: 6163

Re: Calibration

Using random multistart is generally a good way to test/improve the solution quality.
by tomfid
Fri Jun 26, 2015 12:38 pm
Forum: Vensim
Topic: Calibration
Replies: 10
Views: 6163

Re: Calibration

The upper limit depends on your model - nonlinearity of parameter interactions determines the number of iterations needed, and model size determines the speed of a given number of iterations. Getting solutions that are at the limits is usually an issue with the model's payoff surface, not the algori...
by tomfid
Thu Jun 18, 2015 2:48 pm
Forum: Vensim
Topic: Export the data from SyntheSim
Replies: 2
Views: 1801

Re: Export the data from SyntheSim

This is possible if you want to compare behavior over time input->output by using the custom graph to create a scatter plot. If you want to plot the relationship across multiple runs with different input values, you'd have to export the data, I think. You could automate that with the .dll, if you ha...
by tomfid
Sat Jun 13, 2015 11:56 pm
Forum: Vensim
Topic: Subscript position
Replies: 3
Views: 2402

Re: Subscript position

VECTOR ELM MAP is a more efficient way to implement this, though the difference will only matter in a large model.
by tomfid
Thu Jun 11, 2015 10:02 pm
Forum: Vensim
Topic: Recommendation Needed on Vensim
Replies: 2
Views: 1881

Re: Recommendation Needed on Vensim

A vdf is a dataset from a run or just raw data. You need a .vmf or .mdl file to see the model.

For ongoing free commercial use, and viewing features not supported in PLE, you can use the Model Reader (download same place as PLE).
by tomfid
Wed May 27, 2015 10:29 pm
Forum: Vensim
Topic: random seeds and infrequent events
Replies: 16
Views: 12226

Re: random seeds and infrequent events

Strange. GET XLS should require that the spreadsheet opens, and grab inputs "live". GET DIRECT should read from the file without having it open (and Excel will generally lock out other apps if it is open). Is this an xls or xlsx?
by tomfid
Mon May 25, 2015 10:37 pm
Forum: Vensim
Topic: Please help! How to repeat a series of data
Replies: 6
Views: 2938

Re: Please help! How to repeat a series of data

Is there a reason you can't just use the sums 1, 3, 6 ... directly? It's still not clear to me what we're trying to do here. Some context would help. In general, when something repeats like this, it makes sense to use a lookup, with the input given by MODULO(time,repeat period) or something like that.
by tomfid
Mon May 25, 2015 8:37 pm
Forum: Vensim
Topic: Please help! How to repeat a series of data
Replies: 6
Views: 2938

Re: Please help! How to repeat a series of data

So for the example given, would the output be 1, 3, 6, ... ?

You haven't specified whether the blanks are 0s, or what happens after 7.

I'd recommend posting a spreadsheet (or screenshot of one) showing exactly what you want.
by tomfid
Mon May 25, 2015 2:22 pm
Forum: Vensim
Topic: Please help! How to repeat a series of data
Replies: 6
Views: 2938

Re: Please help! How to repeat a series of data

Here's one option: http://www.ventanasystems.co.uk/forum/v ... f=2&t=5930

Your pic is ambiguous - if you indicate the desired output as well as input, it would help.
by tomfid
Thu May 21, 2015 8:59 pm
Forum: Vensim
Topic: Working with subscript elements
Replies: 8
Views: 5333

Re: Working with subscript elements

The general rule at work here is that Vensim has to know how the right side of the equation maps to the left, which usually includes the requirement that the number of elements on each side match: These are all OK: y = x y[range] = x[range] y = x[single element] y = SUM( x[range!] ) y[another range]...
by tomfid
Thu May 21, 2015 8:49 pm
Forum: Vensim
Topic: Working with subscript elements
Replies: 8
Views: 5333

Re: Working with subscript elements

When you refer to single elements, you don't need the SUM and !, so you could just write scots and welsh = inhabitants[wales] + inhabitants[scotland] Another possibility would be to define another subrange listing the two regions, and SUM that, like scotland and wales : scotland, wales scots and wel...
by tomfid
Tue May 19, 2015 5:42 pm
Forum: Vensim
Topic: Unable to add subrange
Replies: 3
Views: 2560

Re: Unable to add subrange

Also, it's often helpful to work in reverse, starting at the bottom of the hierarchy, like:

countries : (c1-c5)
regions : (r1-r4)

then

places : countries, regions