The programs attached as a zip file does not outputs the whole solutions in the specified range of time.
These programs outputs voltage and flow at nodes and receiving ends by running Ota_simulation_oneday.m.
At first, they continuously output the first value in the range and stops output.
The output is in checker.xlsx in the attached zip file.
Could you tell me cause and solution of this issue?
OK, this is quite a long script. I have a few comments:
The property stepsize sets the simulation step size in hours if no additional arguments are provided (m, s).
I would confirm if each simulation job has completed by using the "converged" flag (https://opendss.epri.com/Converged.html), the time property (https://opendss.epri.com/dblHour1.html) and the controliterations counter (https://opendss.epri.com/ControlIterations.html ). These will tell you if the simulation actually finished or if it stopped due to a max control iteration warning or an error occurred during the simulation. This is a good way to tack back and figure out if the simulation jobs effectively took place.
That's all I see for now.
Best regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The programs attached as a zip file does not outputs the whole solutions in the specified range of time.
These programs outputs voltage and flow at nodes and receiving ends by running Ota_simulation_oneday.m.
At first, they continuously output the first value in the range and stops output.
The output is in checker.xlsx in the attached zip file.
Could you tell me cause and solution of this issue?
Hello,
OK, this is quite a long script. I have a few comments:
That's all I see for now.
Best regards,