Search found 4 matches
- Sat May 03, 2025 8:06 pm
- Forum: Vensim
- Topic: Time in function
- Replies: 6
- Views: 1686
Re: Time in function
Just one more: In the model version without time as shadow something is starnge: - If I use the legacy Eqution Editor and do a "Check Syntax" or "Check Model" no Error is reported. If I do a "Check Equation" in the new Equation Editor oz says "Syntax apperas OK, bu...
- Sat May 03, 2025 7:52 pm
- Forum: Vensim
- Topic: Time in function
- Replies: 6
- Views: 1686
Re: Time in function
Yes, after adding Time as shadow varaible and re-entering in the equation editor by setting time from the list of available variables it works as I expect it to do. Thank you very much for your quick help! I hope I can give support here, too, when I am more familar with Vensim. Screenshot 2025-05-03...
- Sat May 03, 2025 7:36 pm
- Forum: Vensim
- Topic: Time in function
- Replies: 6
- Views: 1686
Re: Time in function
Thanks for your quick response.
It says "The equation has a syntax error. Do you want to ignore this and close the editor?" in the Equation Editor.
It says "The equation has a syntax error. Do you want to ignore this and close the editor?" in the Equation Editor.
- Sat May 03, 2025 6:57 pm
- Forum: Vensim
- Topic: Time in function
- Replies: 6
- Views: 1686
Time in function
Good afternoon, I am new to Vensim PLE. Thanks a lot for sharing the software! In a model I'd like to have a variable changed at a certain simulation time. However, " IF THEN ELSE (Time >15 , 1000 , 0 ) " for a normal auxiliary gets me a syntax error. My model runs from 0.0 to 100.0 months...