Search found 4585 matches

by Administrator
Tue Dec 05, 2023 3:36 pm
Forum: Vensim
Topic: older interface PLE 10.1.3
Replies: 2
Views: 4227

Re: older interface PLE 10.1.3

You cannot run the old interface on MacOS Sonoma.

viewtopic.php?t=7986
by Administrator
Tue Dec 05, 2023 7:50 am
Forum: Vensim
Topic: time schedule
Replies: 4
Views: 4912

Re: time schedule

Sorry, I do not understand your question.
by Administrator
Mon Dec 04, 2023 9:24 am
Forum: Vensim
Topic: time schedule
Replies: 4
Views: 4912

Re: time schedule

Sorry, I do not understand your question.

In addition, PLE does not support external data.
by Administrator
Sun Dec 03, 2023 11:47 am
Forum: Vensim
Topic: Reference mode
Replies: 1
Views: 1169

Re: Reference mode

You can't in PLE.
by Administrator
Fri Dec 01, 2023 8:37 am
Forum: Vensim
Topic: Output File
Replies: 6
Views: 6151

Re: Output File

hakani wrote: Thu Nov 30, 2023 10:55 am
tomfid wrote: Wed Nov 29, 2023 3:34 pm Or perhaps what you're looking for is an export of the dataset to Excel? Use Model>Export Dataset.
Are there feature at the PLE version of Vensim ?
No, you cannot export using PLE.

You can create a table though and copy/paste the values into Excel.
by Administrator
Wed Nov 29, 2023 1:53 pm
Forum: Vensim
Topic: Output File
Replies: 6
Views: 6151

Re: Output File

You can add them all together in a new variable and look at the value of that at FINAL TIME.
by Administrator
Tue Nov 28, 2023 1:52 pm
Forum: Vensim
Topic: Sum Function
Replies: 3
Views: 1485

Re: Sum Function

hakani wrote: Mon Nov 27, 2023 10:54 am i need summation funtion, How can I find the sum of the values entered in all months?
You need to use a level. For example, to sum up the total "deaths female calf" during the simulation,

Cumulative Deaths Female Calf = integ ( deaths female calf , 0 )
by Administrator
Thu Nov 23, 2023 9:34 am
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 14939215

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

ok, I'll raise it as a future enhancement.
by Administrator
Thu Nov 23, 2023 9:31 am
Forum: Vensim
Topic: Units conversion functions
Replies: 1
Views: 970

Re: Units conversion functions

Don't divide by 30 or multiply by 12. Vensim sees these as dimensionless numbers, so they will not change the units. If I see something like VALUE = some calculation / 30 My immediate question is "what does the 30 mean"? It's much better to create a constant, give it a name (average days p...
by Administrator
Tue Nov 21, 2023 11:48 am
Forum: Vensim
Topic: Unit Errors
Replies: 5
Views: 1591

Re: Unit Errors

I'd also advise you to take a look at this.
https://www.vensim.com/documentation/20395.html
by Administrator
Tue Nov 21, 2023 11:48 am
Forum: Vensim
Topic: Unit Errors
Replies: 5
Views: 1591

Re: Unit Errors

If that is correct, it probably should be something like

"Bull 12-18 Growing" = PULSE TRAIN(Avarage Herd First Calving Month, 0 , Calving interval , Productive LifeCyce )

And the units should be number/month.
by Administrator
Tue Nov 21, 2023 11:43 am
Forum: Vensim
Topic: comments about the new GUI
Replies: 7
Views: 11174

Re: comments about the new GUI

All I can say is we are working on it.
by Administrator
Tue Nov 21, 2023 9:49 am
Forum: Vensim
Topic: Efficient variable declaration on subranges
Replies: 3
Views: 1238

Re: Efficient variable declaration on subranges

No difference in terms of performance. I find it much clearer, but others could be different.
by Administrator
Tue Nov 21, 2023 9:48 am
Forum: Vensim
Topic: Unit Errors
Replies: 5
Views: 1591

Re: Unit Errors

I think you have more problems here. Looking at "Bull", the equation should be simple. I'm not sure why you've got a PULSE TRAIN in there. bull = integ("Bull 12-18 Growing" - deaths bull - saled bull, INITIAL BULL) Then "deaths bull" should be measured in "number/m...
by Administrator
Tue Nov 21, 2023 9:07 am
Forum: Vensim
Topic: Efficient variable declaration on subranges
Replies: 3
Views: 1238

Re: Efficient variable declaration on subranges

All will work. Personally, I would use option 1, I find that way to be the clearest, one equation for each subrange. I don't like using :EXCEPT: statements as it makes it just a little more difficult to figure out what equation is responsible for calculating something, especially if there are multip...
by Administrator
Tue Nov 21, 2023 9:04 am
Forum: Vensim
Topic: Publish to web not showing graphs
Replies: 7
Views: 4918

Re: Publish to web not showing graphs

For security reasons, you have to run via a server.
by Administrator
Tue Nov 21, 2023 9:03 am
Forum: Vensim
Topic: comments about the new GUI
Replies: 7
Views: 11174

Re: comments about the new GUI

As I've mentioned before, these new controls should be considered beta. We haven't got round to doing the help yet, but it's on the list of things to do. For instance it is possible with the button, to generate a Venapp command. But if I want to generate a list of Venapp commands, like in the Venapp...
by Administrator
Mon Nov 20, 2023 9:28 am
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 14939215

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

Secondly I find myself constantly switching between the single graph tool, causes graph tool and the equation editor. Could you make the lock not only select a variable, but launch these tools on double click <b>****</b> click ctrl click etc? Maybe make this something you could customize in the opt...
by Administrator
Mon Nov 20, 2023 8:08 am
Forum: Vensim
Topic: Publish to web not showing graphs
Replies: 7
Views: 4918

Re: Publish to web not showing graphs

https://www.vensim.com/documentation/4_-create-files-for-hosting-on.html You now need to copy all of these to a web server. There is plenty of information on the internet on how to do this, https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Upload_files_to_a_web_server If you browse to ...
by Administrator
Mon Nov 20, 2023 8:04 am
Forum: Vensim
Topic: Cannot Save output from Table time down
Replies: 1
Views: 898

Re: Cannot Save output from Table time down

It's working for me.

Can you detail what you are doing step by step? And the exact version of Vensim, plus if you are on Windows/Mac.
by Administrator
Sat Nov 18, 2023 12:26 pm
Forum: Vensim
Topic: Publish to web not showing graphs
Replies: 7
Views: 4918

Re: Publish to web not showing graphs

You can set up a server on your local machine. I'll send instructions when I'm back in front of a computer.
by Administrator
Sat Nov 18, 2023 12:25 pm
Forum: Vensim
Topic: Publish to web not showing graphs
Replies: 7
Views: 4918

Re: Publish to web not showing graphs

You need to upload it to a website for it to work. Running locally in a browser will not work.
by Administrator
Sat Nov 18, 2023 10:54 am
Forum: Vensim
Topic: comments about the new GUI
Replies: 7
Views: 11174

Re: comments about the new GUI

This is something we are working on.
by Administrator
Fri Nov 17, 2023 7:53 pm
Forum: Vensim
Topic: Publish to web not showing graphs
Replies: 7
Views: 4918

Re: Publish to web not showing graphs

What is the web address where you have uploaded this to?
by Administrator
Fri Nov 17, 2023 8:08 am
Forum: Vensim
Topic: Arrows between comments
Replies: 1
Views: 723

Re: Arrows between comments

Sorry about this. It will be fixed in the next release (coming very soon).