Search found 209 matches

by gwr
Wed Oct 29, 2014 12:35 pm
Forum: Vensim
Topic: Are there inconsistencies in the Vensim DLL ?
Replies: 6
Views: 8232

Are there inconsistencies in the Vensim DLL ?

Hello, I am using the VensimDLL to analyze Vensim models in Mathematica. Doing this I will build a model graph using the adjacency information provided by listing the causes and uses of a variable (e.g. a graph-vertex) when applying the DLL function VensimGetVarAttrib . I just noted that there seems...
by gwr
Mon Oct 13, 2014 10:27 am
Forum: Vensim
Topic: Ventity
Replies: 13
Views: 9840

Re: Ventity

Thank you, Tom, the message has come through.
by gwr
Fri Oct 10, 2014 8:52 am
Forum: Vensim
Topic: Ventity
Replies: 13
Views: 9840

Re: Ventity

Hello Tom, I have put myself on the list but have not received any info so far including my spam folder. Should I be missing on your list of interested people for some reason I would greatly appreciate being listed. Also please forward the message that I have missed. Best regards, Guido mailto:gwr@b...
by gwr
Thu Oct 09, 2014 3:11 pm
Forum: Vensim
Topic: Ventity
Replies: 13
Views: 9840

Re: Ventity

@Tom:
The launch is a bit slower than we'd hoped, but it's in alpha with a few people. We'll say a bit more tomorrow.
Did I miss something or have there really not been any annoucements with regard to Ventity since your announcement of an announcement?

Best,
Guido
by gwr
Wed Oct 01, 2014 4:02 pm
Forum: Vensim
Topic: 64 bit beta release
Replies: 21
Views: 23483

Re: 64 bit beta release

Thank you, that is helpful, so I will not have to ponder "double" vs. "int" issues probably. The issue with the false format (loading 64Bit from 32Bit or vice versa) should pertain to .NET and thus might be reproduced from other 64Bit applications? Anyhow it is good to find this ...
by gwr
Wed Oct 01, 2014 2:13 pm
Forum: Vensim
Topic: 64 bit beta release
Replies: 21
Views: 23483

Re: 64 bit beta release

Yes, I am using x64 Mathematica, and accordingly sofar with the 32BIT Vensim DLLs I had to use:

Code: Select all

ReinstallNET["Force32Bit"->True]
for it to work - which it did nicely.
by gwr
Wed Oct 01, 2014 10:34 am
Forum: Vensim
Topic: 64 bit beta release
Replies: 21
Views: 23483

Trouble using the 64Bit DLL

Hello, I greatly appreciate the availability of a 64Bit version of Vensim. Unfortunately I am running afoul linking the 64-Bit DLL ("vendll64.dll") to Mathematica which worked fine with the 32-Bit DLLs (Single and Double Precision). The documentation has not been adapted with regard to the...
by gwr
Fri Sep 26, 2014 4:28 pm
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 14944538

:NA: or "Not a number"?

D'accord, JJ. There is one more thing that I feel uncomfortable with and that may need taking care of differently: I do find it unfortunate that :NA: is not a symbol but a numerical value. It sometimes gives annoying error-messages, for example if the range of possible values has been set to 0 you g...
by gwr
Fri Sep 26, 2014 10:05 am
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 14944538

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

Hi JJ, I totally agree that in principle strict unit checking should be enforced. But in lieu of additional functionality I do find it annoying to be forced to explicitly write a separate equation every time which in sketch mode also means additional mouse movements. It would be clearer to go -- as ...
by gwr
Wed Sep 24, 2014 5:20 pm
Forum: Vensim
Topic: Ventity
Replies: 13
Views: 9840

Re: Ventity

Hi Phil, I am just a bit curious: Are you sure that you are addressing a dynamic problem here? The ticket sales forcasting sounds rather like food for multivariate regression analysis or some fancy machine learning algorithm. Best, Guido PS: I do find the question about Ventity's release date a very...
by gwr
Mon Sep 22, 2014 11:05 am
Forum: Vensim
Topic: Vensim debugging
Replies: 22
Views: 11960

Re: Vensim debugging

I have added a Quantity( magnitude, units ) - like expression to the Vensim wish list:

http://www.ventanasystems.co.uk/forum/v ... =50#p20139
by gwr
Mon Sep 22, 2014 11:01 am
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 14944538

Units for numerical values in equations

I noted repeatedly that unit checking runs afoul when numerical values are used in equations. For example in a macro I used an IF THEN ELSE construct that checked for a parameter being :NA: result = IF THEN ELSE( input = :NA: , {THEN} result 1, {ELSE} some function of the input ) ~ correctUnits ~| V...
by gwr
Fri Sep 19, 2014 10:56 am
Forum: Vensim
Topic: Vensim debugging
Replies: 22
Views: 11960

Re: Vensim debugging

I consider it "cumbersome" because SI-prefixes are not separated from fundamental units. Once "kilo" is defined as a dimensionless prefix, as I have indicated in the model enclosed above, I will not need another conversion factor if I use "kilo" again for say meters or ...
by gwr
Fri Sep 19, 2014 10:04 am
Forum: Vensim
Topic: Vensim debugging
Replies: 22
Views: 11960

Re: Vensim debugging

It is quite interesting to note that the "division of entities with the same physical dimensions" is to lead to anything else but a dimensionless number. To me as an admitted lay physicist this seems to totally contradict the central tenets of dimensional analysis in the wake of Fourier an...
by gwr
Thu Sep 18, 2014 3:23 pm
Forum: Vensim
Topic: Annualizing 6 month output
Replies: 4
Views: 3935

Re: Annualizing 6 month output

Having come upon this thread from my own question regarding "reporting annual (accounting) flows in a bar graph" ( http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&t=5749 ) I found that I had the same problem: some flow (usually an accounting flow) is to be reported as an averag...
by gwr
Thu Sep 18, 2014 10:17 am
Forum: Vensim
Topic: FOR Loop
Replies: 6
Views: 5304

Re: FOR Loop

Hi yps, no, there are no FOR-loops in Vensim and the question remains: What exactly do you need them for? (As I have shown in the case you have presented there is a closed form for the result so no need to iterate.) If you do have an upper limit for n you might use subscripts and mappings to achieve...
by gwr
Wed Sep 17, 2014 2:39 pm
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

Thanks, Wilson! Your solution is very much what I would like to see and seems to be 'as close as one can get' as of now. I would probably want to put the integration of the flow into a macro (cf. Tom's suggestion for a similar question that I have cited in the PS to my original post) which unfortuna...
by gwr
Wed Sep 17, 2014 12:16 pm
Forum: Vensim
Topic: FOR Loop
Replies: 6
Views: 5304

Re: FOR Loop

Hi,

hacking this into Mathematica reveals that the solution to the summation appears to be:

k * (-i)^n * (i^n - 1) / (i - 1)

Hope that helps, for whatever you are trying to do.

Best,
Guido
by gwr
Wed Sep 17, 2014 11:38 am
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

I have tried an alternate Time Base, e.g.: Modelyear = TIME BASE( 2000, 1 ) ~ Year ~ | But that will not work also because the Bar Graph is not affected by the chosen time base at all for some reason. It only uses the model's time base which seems to be a bug or at least unfortunate programming. So ...
by gwr
Tue Sep 16, 2014 2:37 pm
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

Unfortunately I fail to see a way to have even a customized bar graph show dates for the x-axis. Is there a way other than setting up the model with a starting time of "2000" and the like?

Guido
by gwr
Tue Sep 16, 2014 10:15 am
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

Hi Tony, So far I have broken down my - admittedly a bit abstract - original post to the problem of merging the continuous representation of (accounting) flows in SD-models with what a management accountant would expect when that flow is depicted in chart form. To achieve this kind of presentation/c...
by gwr
Mon Sep 15, 2014 4:39 pm
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

A short addendum: I have modified the formula for CAPEX annually reported as follows: CAPEX annually reported = IF THEN ELSE( yearEndedQ, CAPEX per year continuously reported, :NA: ) ~~| This is at least coming closer to what I want but it still is not really pretty, when compared to the Redmond sol...
by gwr
Mon Sep 15, 2014 4:24 pm
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

Re: How to show annual values in a customized Bar Graph?

Hi Tony, I have added a simple model showing Capital Expenditure (CAPEX) for vehicle purchases modeled as pulses. You will also find an (ultimately simple) Bar Graph to show annual data for accounting values done by using that ubiquitous spreadsheet tool from Redmond. In the models' bar graph I have...
by gwr
Mon Sep 15, 2014 10:40 am
Forum: Vensim
Topic: How to show annual values in a customized Bar Graph?
Replies: 11
Views: 7133

How to show annual values in a customized Bar Graph?

Dear Vensim-Support: I am wondering how to customize a Bar Graph using the possibilities of the text based .vgd-files as needed in order to achieve the following: The model will run at a Time Step significantly smaller than some reporting period (e.g. reporting period is a year for annual reporting ...
by gwr
Mon Jul 21, 2014 2:46 pm
Forum: Vensim
Topic: Will Ventity be a Vensim 7.0 ?
Replies: 9
Views: 7343

Re: Will Ventity be a Vensim 7.0 ?

Hi JJ, unfortunately I have to agree with you there, the choice of name is a bit awkward with an unfortunate proximity to "vanity". So -- if this is still possible -- why not keep the established brand "Vensim" and make it something like: Vensim Hybrid Decision Support (Vensim HD...