Search found 152 matches

by Travis
Fri May 17, 2024 3:43 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Re: Help: Exporting XLSX from VDFX via CMD script

Right now the test is simply the single line script that was suggested. 1. VensimDSS is closed. 2. In Terminal, I call the CMD script using the Vensim app, calling it with: [code] /Applications/VensimDSS.app/Contents/MacOS/VensimDSS "/full/path/in/quotes/script.cmd" [/code] 3. Vensim opens...
by Travis
Fri May 17, 2024 2:19 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Re: Help: Exporting XLSX from VDFX via CMD script

Does this work on Windows? Is this a macOS problem? We'd love to have a workflow that runs the model and exports the data, but can't get by this step.
by Travis
Thu May 16, 2024 6:30 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Re: Help: Exporting XLSX from VDFX via CMD script

I tried removing the LST file from the line and now the error message says, "Unable to open BAU.vdfx to read data." Could it be some path issue?
by Travis
Thu May 16, 2024 3:02 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Re: Help: Exporting XLSX from VDFX via CMD script

Aside: Is there a way to add comments to CMD files? "#" at the beginning of a line or something like that? This would be a nice feature, to comment code and/or comment command lines.
by Travis
Thu May 16, 2024 3:00 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Re: Help: Exporting XLSX from VDFX via CMD script

I ran that single line in a new CMD file. Vensim opened with an error dialog what said, "Unable to open SaveList.lst to read variable names."

The LST file is in the same directory as the CMD, MDL, and VDFX files.
by Travis
Thu May 16, 2024 1:53 pm
Forum: Vensim
Topic: Help: Exporting XLSX from VDFX via CMD script
Replies: 9
Views: 129

Help: Exporting XLSX from VDFX via CMD script

Should the following script work to export to XLSX? When I call it Vensim opens but then quickly closes. All the files are in the same directory. A XLSX file with the same name does already exist (and I'd like this script to always replace it). [code] SPECIAL>NOINTERACTION MENU>VDF2XLSX|BAU.vdfx|BAU...
by Travis
Wed May 15, 2024 8:03 pm
Forum: Vensim
Topic: BUG: Double-clicking an MDL file in Finder still open a new model
Replies: 3
Views: 34

Re: BUG: Double-clicking an MDL file in Finder still open a new model

Btw, I (still) feel that a user should be able to close all the model windows in Vensim macOS. When I close the model I'm currently working on (single model open), currently a new model window is opened. I can't think of any other app on macOS what works like that. In Word and Safari, etc., I can cl...
by Travis
Wed May 15, 2024 8:00 pm
Forum: Vensim
Topic: BUG: Double-clicking an MDL file in Finder still open a new model
Replies: 3
Views: 34

Re: BUG: Double-clicking an MDL file in Finder still open a new model

Updated to 10.1.5.

This seems fixed. Thank you.
by Travis
Wed May 15, 2024 8:00 pm
Forum: Vensim
Topic: BUG: Double-clicking MDL file in Finder replaces open model
Replies: 2
Views: 26

Re: BUG: Double-clicking MDL file in Finder replaces open model

Updated to 10.1.5.

This is still a problem.
by Travis
Wed May 15, 2024 5:11 pm
Forum: Vensim
Topic: BUG: Double-clicking MDL file in Finder replaces open model
Replies: 2
Views: 26

BUG: Double-clicking MDL file in Finder replaces open model

I have the Settings "Close active model on New/Open" turned off. But, when I double-click on a second MDL file it replaces the currently opened model that I'm working on. Expected behavior would be to open a new window with the second model, given the current Setting choice. Vensim 10.1.2 ...
by Travis
Wed May 15, 2024 4:45 pm
Forum: Vensim
Topic: BUG: Double-clicking an MDL file in Finder still open a new model
Replies: 3
Views: 34

BUG: Double-clicking an MDL file in Finder still open a new model

BUG: Double-clicking an MDL file in Finder still open a new model window Steps to reproduce: 1. in macOS Finder, double-click on a model.mdl file. 2. Vensim opens the model, but also opens a blank new model window. 3. This new model window covers the desired model's window, and makes it look like th...
by Travis
Tue Apr 09, 2024 6:29 pm
Forum: Vensim
Topic: CMD script macOS problem
Replies: 6
Views: 502

Re: CMD script macOS problem

Yeah, I'm not getting Vensim to quit/close at the end of my script, so I think MENU>EXIT is not working.
by Travis
Tue Apr 09, 2024 5:51 pm
Forum: Vensim
Topic: CMD script macOS problem
Replies: 6
Views: 502

Re: CMD script macOS problem

Quick aside: Is there a way to comment a line in a CMD file? I tried # but that gave an error. I don't see any comments in the examples.
by Travis
Tue Apr 09, 2024 4:12 pm
Forum: Vensim
Topic: CMD script macOS problem
Replies: 6
Views: 502

Re: CMD script macOS problem

Ah, that is definitely a different way at calling the script. I shouldn't use the "open -a..." command from Terminal. Just call the Vensim binary directly with "/Applications/VensimDSS.app/Contents/MacOS/VensimDSS". I got my first script to work now. Please update the documentati...
by Travis
Tue Apr 09, 2024 11:07 am
Forum: Vensim
Topic: CMD script macOS problem
Replies: 6
Views: 502

CMD script macOS problem

I can't get a command script to work on macOS 14.4.1 with VensimDSS 10.1.2. [code] SPECIAL>NOINTERACTION #SPECIAL>LOADMODEL|model.mdl MENU>VDF2XLSX|BAU.vdfx|BAU.xlsx|SaveListForGraphs.lst MENU>EXIT [/code] The command script, the MDL, LST, and VDFX are all in the same directory. I've made sure there...
by Travis
Fri Jan 05, 2024 5:26 pm
Forum: Vensim
Topic: Unable to open Vensim
Replies: 7
Views: 12699

Re: Unable to open Vensim

Admin – Does Vensim run on Big Sur version 11.x still? I remember another thread where some people where having trouble with older version of macOS. Maybe Nicole should also consider updating macOS?

But the hidden file is the first thing to check...
by Travis
Wed Jan 03, 2024 6:28 pm
Forum: Vensim
Topic: impossible to switch back to the old gui a model built with the new guide
Replies: 19
Views: 21266

Re: impossible to switch back to the old gui a model built with the new guide

Also, a great way to put Vensim models on the web is SDEverywhere (sdeverywhere.org). An open source project that is used by several big models, including En-ROADS (www.En-ROADS.org).

SDE has been developed and used for approx 8 years. Tested and still under development.
by Travis
Sun Dec 24, 2023 8:11 pm
Forum: Vensim
Topic: Unable to open Vensim
Replies: 7
Views: 12699

Re: Unable to open Vensim

@nicole - what model of MacBook Air do you have?
by Travis
Thu Nov 16, 2023 4:02 pm
Forum: Vensim
Topic: Vensim PLE 10.1.2 crashing under macOS
Replies: 19
Views: 11879

Re: Vensim PLE 10.1.2 crashing under macOS

@mallari - thanks. Since your computer is pretty recent, I would suggest upgrading your version of macOS. Many developers support the current version (now 14) and maybe the previous two (12, 13). Ventana is doing a good job finding a solution for you, but you might start running into other software ...
by Travis
Wed Nov 15, 2023 7:19 pm
Forum: Vensim
Topic: Vensim PLE 10.1.2 crashing under macOS
Replies: 19
Views: 11879

Re: Vensim PLE 10.1.2 crashing under macOS

@mallari_cristina I'm glad it works now. What computer are you using? Could you tell us the model, year, and processor CPU?
by Travis
Thu Nov 02, 2023 11:58 pm
Forum: Vensim
Topic: Bug: Very precise time settings for model
Replies: 7
Views: 8428

Re: Bug: Very precise time settings for model

This makes sense. Thanks for the explanation. If I can be helpful in thinking through the UI/UX, let me know.
by Travis
Thu Nov 02, 2023 8:32 pm
Forum: Vensim
Topic: Bug: Very precise time settings for model
Replies: 7
Views: 8428

Re: Bug: Very precise time settings for model

I understand the admin's point of view, but I'll try to represent a new user's perspective. Vensim is a very complex and daunting tool. Decimals create a cognitive load (for anyone) and scare students (and sometimes modelers). If Vensim can help a user by only displaying complexity and precision whe...
by Travis
Thu Nov 02, 2023 8:25 pm
Forum: Vensim
Topic: Vensim Equation Auditing?
Replies: 5
Views: 2716

Re: Vensim Equation Auditing?

Robbie – this might not help you given how far along you are, but SDEverywhere includes performance measurement as part of its quality control tools. One way this has been used is to compare the performance of one version of the model with another. Sometimes this helps catch performance degradation ...
by Travis
Tue Oct 31, 2023 7:35 pm
Forum: Vensim
Topic: Bug: Very precise time settings for model
Replies: 7
Views: 8428

Re: Bug: Very precise time settings for model

Huh, I don't remember this level of precision in previous version of Vensim (e.g., v8). I would suggest limiting this since it isn't helpful for the user and is particularly weird when time is years, like this: [attachment=0]Screenshot 2023-10-31 at 3.29.56 PM.png[/attachment] Seems like it should b...
by Travis
Tue Oct 31, 2023 4:54 pm
Forum: Vensim
Topic: Bug: Very precise time settings for model
Replies: 7
Views: 8428

Bug: Very precise time settings for model

I don't remember this before, but it seems you can't have integer values for a model's INITIAL TIME or FINAL TIME. Or, at least, the formatters for the Model Settings window don't let you. I've tried removing the extraneous zeros but they always come back. Several models, not just one. Vensim 10.1, ...