Search found 15 matches
- Sat Sep 11, 2010 1:16 pm
- Forum: Vensim
- Topic: Export data to Excel or something similar
- Replies: 9
- Views: 12061
Originally posted by bob@vensim.com Use the table tool to display the variables you are interested in the, then click on the export button (or use Edit>Copy/Ctrl+c) then in Excel use Edit>Paste/Ctrl+V. For PLE Plus and higher there is a Model>Export Dataaset command as well. If I do this, it gives ...
- Sat Sep 11, 2010 11:35 am
- Forum: Vensim
- Topic: Error Excel data import
- Replies: 3
- Views: 4317
- Sat Sep 11, 2010 11:23 am
- Forum: Vensim
- Topic: Error Excel data import
- Replies: 3
- Views: 4317
- Sat Sep 11, 2010 10:58 am
- Forum: Vensim
- Topic: Error Excel data import
- Replies: 3
- Views: 4317
Error Excel data import
Dear all, I was working in my model on another computer and everything worked fine. Now I am working on my laptop en get this error: ERROR: Range (or named range) R3C1:R52C1 in file Inputs.xls (sheet August) incorrect or noncontiguous. ERROR: Unalbe to get data values for "E-demand per hh (J)&q...
Warnings
Dear all,
I get a warning when I try to use data from an excel file:
WARNING: Simulation starts before first time for exogenous variable - "X"
WARNING: Exogenous variable - "X" - in range at time 1
Can I avoid such warnings?
thx
Walin
I get a warning when I try to use data from an excel file:
WARNING: Simulation starts before first time for exogenous variable - "X"
WARNING: Exogenous variable - "X" - in range at time 1
Can I avoid such warnings?
thx
Walin
- Mon Aug 16, 2010 2:14 pm
- Forum: Vensim
- Topic: Using subscripts
- Replies: 1
- Views: 2972
Using subscripts
Dear all, I would like to model different CHP (combined heat and power) installations who in total have to fullfill a certain (provided) energy demand. All generators are initially the same, but store their heat in a heat buffer. CHP's with a full buffer are switched off. This will lead for example ...
- Tue Jul 20, 2010 7:13 am
- Forum: Vensim
- Topic: Multiple Simulations
- Replies: 1
- Views: 2598
Multiple Simulations
Hi everyone, Instead of adding 20layers with a copy of the same model, is it possible to use one layer for 20simulations in one run which differ only on one or two parameters? I have an excel file with 23datasets which I need to run simultaneously. Just adding extra copied layers does not seem the r...
- Thu Jul 15, 2010 2:48 pm
- Forum: Vensim
- Topic: Unit error
- Replies: 7
- Views: 8045
Makes sense what you are saying. I changed the model and The Units are okay at the moment. I only don't completely understand your Pulse function as the event trigger. At the moment I have two outflows of my buffer, one being the heat demand of the household and the other being the tap water demand....
- Thu Jul 15, 2010 1:12 pm
- Forum: Vensim
- Topic: Unit error
- Replies: 7
- Views: 8045
Thanks for the reply, but in my model I have a hot water buffer (in Joule) which is filled at a certain (constant) rate in Joules/Minute. But as the buffer is not emptied at a specific rate but rather at specific moments in time (orininating from a excel sheet) the outflow has to be in Joule. But th...
- Thu Jul 15, 2010 12:13 pm
- Forum: Vensim
- Topic: Unit error
- Replies: 7
- Views: 8045
- Thu Jul 15, 2010 12:06 pm
- Forum: Vensim
- Topic: Unit error
- Replies: 7
- Views: 8045
Unit error
He everyone,
I have build a model with some 10 unit errors in it. But since the model seems to work just fine, is this a problem?
I have build a model with some 10 unit errors in it. But since the model seems to work just fine, is this a problem?
- Wed Jul 14, 2010 1:10 pm
- Forum: Vensim
- Topic: Electrical Switch
- Replies: 5
- Views: 6828
Dear Tom, thanks a lot for the help! The system like this works indeed. I am only wondering about one the device starting and stopping. YOu devide there with the time step which makes the unit 1/minute. That means that I have to change the unit into 1/second if I change my timestep to second? And I ...
- Mon Jul 05, 2010 1:30 pm
- Forum: Vensim
- Topic: Electrical Switch
- Replies: 5
- Views: 6828
- Mon Jul 05, 2010 12:02 pm
- Forum: Vensim
- Topic: Electrical Switch
- Replies: 5
- Views: 6828
Electrical Switch
Hi everyone, I have the following problem: I have a electricity flow which is decribed as: capacity * "CHP on" ~J/S capacity=5000 ~J/S CHP on=IFTHENELSE(value X>0,1,0) so the flow will only be switched on when value X>0 which is good. But at the moment the flow starts it needs to continue ...