Search found 4857 matches

by Administrator
Sat Aug 09, 2025 6:18 am
Forum: Vensim
Topic: Bulk Export to CSV
Replies: 5
Views: 312

Re: Bulk Export to CSV

There isn't a way to run the loop. The next release, it can export multiple files to the same output file. For example, you select a.vdfx and b.vdfx and get exportedfiles.tab. Is that what you need here or do you need a.vdfx -> a.tab and b.vdfx -> b.tab. In fact, I'll insert some extra code to allow...
by Administrator
Mon Jul 21, 2025 7:40 am
Forum: Vensim
Topic: Assistance with accessing Vensim file in article
Replies: 4
Views: 3878

Re: Assistance with accessing Vensim file in article

Can you contact the author and ask for the original model file?
by Administrator
Fri Jul 18, 2025 7:29 pm
Forum: Vensim
Topic: Cannot Change Constant in Run Configuration Manager
Replies: 2
Views: 1619

Re: Cannot Change Constant in Run Configuration Manager

When the dialog appears with all the constants, you double click the value to the right and change it. Then click OK and it should appear as a change in the run config.
by Administrator
Fri Jul 18, 2025 8:29 am
Forum: Vensim
Topic: Assistance with accessing Vensim file in article
Replies: 4
Views: 3878

Re: Assistance with accessing Vensim file in article

I can open the model without problems.

What errors are you getting?
by Administrator
Wed Jul 16, 2025 2:18 pm
Forum: Vensim
Topic: Why does it produce strange number?
Replies: 7
Views: 6976

Re: Why does it produce strange number?

"Sales" in your model is measured in "$/Month". That's a rate, but you are accumulating the "change in sales" and not resetting "Sales" at all. Is this your intention? I think maybe that this is the cause of the problem, "sales" keeps accumulating, b...
by Administrator
Wed Jul 16, 2025 10:29 am
Forum: Vensim
Topic: Why does it produce strange number?
Replies: 7
Views: 6976

Re: Why does it produce strange number?

I think this is a case of floating point errors (https://www.google.com/search?client=fi ... int+errors).

Can you share the larger model? It might be a different reason for the accumulation.
by Administrator
Tue Jul 15, 2025 1:34 pm
Forum: Vensim
Topic: Library missing
Replies: 10
Views: 30654

Re: Library missing

Don't compare with 6.3, that is over 10 years old. A lot has changed since then.

Make sure you install using admin permissions. vendll64.dll will be installed to c:\windows\system32, do not change this path or it will not work.
by Administrator
Tue Jul 15, 2025 7:26 am
Forum: Vensim
Topic: Library missing
Replies: 10
Views: 30654

Re: Library missing

No, VdpDLL64.dll is no longer provided. That was a double precision version of the Vensim DLL, all versions of Vensim are now double precision so no need for a separate DLL. If Vensim has been installed properly, vendll64.dll will be present in the path (C:\Windows\System32). There should be no need...
by Administrator
Fri Jul 11, 2025 9:40 am
Forum: Vensim
Topic: Library missing
Replies: 10
Views: 30654

Re: Library missing

The code is still loading the 32 bit DLL, have you tried loading vendll64.dll instead?
by Administrator
Tue Jul 08, 2025 2:16 pm
Forum: Vensim
Topic: Library missing
Replies: 10
Views: 30654

Re: Library missing

It's impossible to say why it's not working given the limited information you have provided.

But a return value of 0 indicates the function was called correctly. So I would double check your path to the VDFX file and the variable name.
by Administrator
Tue Jul 08, 2025 5:38 am
Forum: Vensim
Topic: Stock behaviour difficult to understand
Replies: 5
Views: 9309

Re: Stock behaviour difficult to understand

It's important to try and understand how levels/rates are calculated and used in Vensim. stock (time) = stock (time-time step) + sum of rates * time step Given you have a small time step, the value of "CH Patients" increases slowly. Do you need to add all 7 patients into the "CH Patie...
by Administrator
Mon Jul 07, 2025 4:17 pm
Forum: Vensim
Topic: Stock behaviour difficult to understand
Replies: 5
Views: 9309

Re: Stock behaviour difficult to understand

First thing, when debugging a model, make sure the save period (saveper) is the same as time step. You can do this by editing the equation for saveper, or clicking Model->Settings->Time bounds and ticking "Save results every time step". You are almost certainly missing results as you are n...
by Administrator
Thu Jul 03, 2025 9:42 am
Forum: Vensim
Topic: 3rd Party Tool SDM-Doc
Replies: 2
Views: 908

Re: 3rd Party Tool SDM-Doc

I'll get in touch with the SDM_Doc developers, they might be able to help.
by Administrator
Wed Jul 02, 2025 6:06 am
Forum: Vensim
Topic: Change y axis scale on sensitivity plots
Replies: 1
Views: 10557

Re: Change y axis scale on sensitivity plots

Unfortunately there is no way to do this at the moment. I'll ticket it for improvement.
by Administrator
Mon Jun 30, 2025 6:56 am
Forum: Vensim
Topic: Cannot get the IO Object icon to show and or operate
Replies: 2
Views: 8583

Re: Cannot get the IO Object icon to show and or operate

Can you provide more details? Maybe we can do something in the user interface so make the solution clearer?
by Administrator
Thu Jun 26, 2025 2:13 pm
Forum: Vensim
Topic: Library missing
Replies: 10
Views: 30654

Re: Library missing

We no longer supply that, you should be able to use vendll32.dll.
by Administrator
Thu Jun 26, 2025 7:23 am
Forum: Vensim
Topic: X IF MISSING / IF THEN ELSE
Replies: 2
Views: 6314

Re: X IF MISSING / IF THEN ELSE

Probably X IF MISSING. Data variables are calculated only once before a simulation starts, so if you are running sensitivity/optimization, X IF MISSING will execute once, the IF THEN ELSE will execute every time the model is run.
by Administrator
Wed Jun 25, 2025 7:33 am
Forum: Vensim
Topic: Copyright World3 Model
Replies: 2
Views: 10899

Re: Copyright World3 Model

We should probably add a licence to the models that we developed and ship with Vensim. I'll get onto that.

The world model, I think it's safe to assume that it is in the public domain so you can extend it as you wish.
by Administrator
Mon Jun 23, 2025 8:23 am
Forum: Vensim
Topic: .cin for set of constant values
Replies: 2
Views: 17431

Re: .cin for set of constant values

Click File->New text file to create a CIN file. But I'm not sure this is what you need. Not sure if you are on the latest version of Vensim. Here are some options. 1. Run configurations. Beside the simulate button, you'll see a small triangle. Click this, you can now set up four scenarios and have a...
by Administrator
Mon Jun 23, 2025 8:01 am
Forum: Vensim
Topic: Semi-Transparent Background for Variables?
Replies: 1
Views: 449

Re: Semi-Transparent Background for Variables?

It's not possible at the moment. I'll ticket it for improvement, as long as the toolkit we use supports it on both Mac/Windows, we should be able to do something.
by Administrator
Thu Jun 19, 2025 6:56 am
Forum: Vensim
Topic: Kalman and command script
Replies: 2
Views: 1032

Re: Kalman and command script

The commands you need are
SIMULATE>KALMANPAYOFF
SIMULATE>KALMANPARAMETER
by Administrator
Tue Jun 10, 2025 12:43 pm
Forum: Vensim
Topic: Allocate available function with different time steps
Replies: 2
Views: 4130

Re: Allocate available function with different time steps

Can you provide more detail? What outcomes are you looking at?

And have you selected a suitably small time step?
https://www.vensim.com/documentation/re ... =time+step
by Administrator
Tue Jun 10, 2025 10:22 am
Forum: Vensim
Topic: connectors to vars scrolled to not possible
Replies: 3
Views: 2944

Re: connectors to vars scrolled to not possible

Option 1 : No, it's not possible in PLE+ either. Only things that actually appear are drawn (for performance reasons), if something is off sketch, effectively it's not there, which is why the tool doesn't work. This will be fixed in the next release.
by Administrator
Tue Jun 10, 2025 9:54 am
Forum: Vensim
Topic: How to export/save graph as vector graphic?
Replies: 1
Views: 1237

Re: How to export/save graph as vector graphic?

It's not possible at present. But it is ticketed for improvement.
by Administrator
Thu Jun 05, 2025 1:21 pm
Forum: Vensim
Topic: cannot change orientation of valve any more in trad sketch
Replies: 4
Views: 3935

Re: cannot change orientation of valve any more in trad sketch

This will be fixed in the next release.