i'm sorry,but i can not find setting--> warnings.
is it available in vensim PLE?
Search found 13 matches
- Sat Jul 06, 2013 4:59 am
- Forum: Vensim
- Topic: how to turn of WARNINGS ?
- Replies: 5
- Views: 6387
- Fri Jul 05, 2013 10:58 pm
- Forum: Vensim
- Topic: how to turn of WARNINGS ?
- Replies: 5
- Views: 6387
Re: how to turn of WARNINGS ?
thank you very much
- Fri Jul 05, 2013 9:46 pm
- Forum: Vensim
- Topic: how to turn of WARNINGS ?
- Replies: 5
- Views: 6387
how to turn of WARNINGS ?
dear vensim, i got warnings "lookup out of bound above 9" but that is what i wanted, because i just wanna lookup until time 9 and then random the rest. so is there any way to turn of the warning window so there will eliminate activity of closing the warning window everytime I run the sim? ...
- Thu Jun 20, 2013 12:55 pm
- Forum: Vensim
- Topic: can not change variable name after copy-paste
- Replies: 5
- Views: 4850
Re: can not change variable name after copy-paste
OMG...
well...
thank you very much for your assistance.

thank you very much for your assistance.
- Thu Jun 20, 2013 12:42 pm
- Forum: Vensim
- Topic: can not change variable name after copy-paste
- Replies: 5
- Views: 4850
Re: can not change variable name after copy-paste
look at this picture. after i deleted view 2 & 3 ( i want to start over copy-paste-ing), situation become worse because so many variables with suffix 0 , 1, 2, 3 still remains in the model but invisible. I can not delete it, and i can not run my model. i dont have a backup. How to get rid those ...
- Thu Jun 20, 2013 11:21 am
- Forum: Vensim
- Topic: can not change variable name after copy-paste
- Replies: 5
- Views: 4850
Re: can not change variable name after copy-paste
no....
i am sure no variable named it before, i checked it. Maybe there was, but i have been deleted it.
this is really a bug.
i am sure no variable named it before, i checked it. Maybe there was, but i have been deleted it.
this is really a bug.
- Thu Jun 20, 2013 11:04 am
- Forum: Vensim
- Topic: can not change variable name after copy-paste
- Replies: 5
- Views: 4850
can not change variable name after copy-paste
in view 1, i clicked edit -->select all--> copy --> add new view --> paste it to view 2 . when i begin to change the variable name one by one in view 2, it gives me error ( please see picture below). It says" left hand must start with current variable". I tried different name but it gives ...
- Sun Jun 16, 2013 11:50 pm
- Forum: Vensim
- Topic: [ASK] IF then else multiple condition
- Replies: 7
- Views: 7544
Re: [ASK] IF then else multiple condition
thank you. once more question , how to lookup only value at time >=6 and >=11, otherwise RANDOM it? my simulation time is 0 - 20. I need to lookup only value at time 6-11. i tried this but the result gives me warning "out of bond " and gives always value 178.9 at Time<=5:OR:Time>=12 type: ...
- Sat Jun 15, 2013 1:17 pm
- Forum: Vensim
- Topic: [ASK] IF then else multiple condition
- Replies: 7
- Views: 7544
Re: [ASK] IF then else multiple condition
Oh, good idea to use < and > :D stupid me.. :D Time is in year. 0 means 2000, The characteristic of the data is explained below: in 2000 until 2008 the index is always 1.28 .. but since 2009, 2010 ,2011,2012 the index is significantly improved (caused by government's policy) and the best equation to...
- Sat Jun 15, 2013 11:28 am
- Forum: Vensim
- Topic: [ASK] IF then else multiple condition
- Replies: 7
- Views: 7544
Re: [ASK] IF then else multiple condition
I just found the way.
IF THEN ELSE(Time=0:OR:Time=1:OR:Time=2:OR:Time=3:OR:Time=4:OR:Time=5,:OR:Time=6:OR:Time=7:OR:Time=8,1.28,0.41+0.1*Time)
Is there any more efficient way ?
IF THEN ELSE(Time=0:OR:Time=1:OR:Time=2:OR:Time=3:OR:Time=4:OR:Time=5,:OR:Time=6:OR:Time=7:OR:Time=8,1.28,0.41+0.1*Time)
Is there any more efficient way ?
- Sat Jun 15, 2013 9:11 am
- Forum: Vensim
- Topic: [ASK] IF then else multiple condition
- Replies: 7
- Views: 7544
[ASK] IF then else multiple condition
How to write multiple condition with IF THEN ELSE?
I am using a shadow variable TIME. the pseudocode:
IF TIME=0, TIME=1,..,TIME=8 ---> true=1.28
ELSE 0.41+(0.1*TIME)
so,how to write the condition "time =0 until time=8 " ?
Thanks for advance..
I am using a shadow variable TIME. the pseudocode:
IF TIME=0, TIME=1,..,TIME=8 ---> true=1.28
ELSE 0.41+(0.1*TIME)
so,how to write the condition "time =0 until time=8 " ?
Thanks for advance..
- Tue May 21, 2013 10:42 am
- Forum: Vensim
- Topic: [HELP] error with million value
- Replies: 7
- Views: 7954
Re: [HELP] error with million value
actually no incorrect value.. I mean , that's would be an exhausting work If I must convert the results manually from that "e+" format to normal format. Because I need to do the further calculation in excel. Is there no way to change the setting to always display the complete/normal format...
- Tue May 21, 2013 4:15 am
- Forum: Vensim
- Topic: [HELP] error with million value
- Replies: 7
- Views: 7954
[HELP] error with million value
Dear vensim help/support team, I am a student. I am using vensim PLE (academic use only) version 6.0b. I am dealing with million values. for example, in a level, I inputed 2599796 on "initial value" . But after I close it and open it again, automatically it changed to : 2.5998e+006 How to ...