Closed AadilLatif closed 3 years ago
You will have to make two change to the projects I have added.
- for 'start time', change time to format "1/1/2020 00:00:00"
- add "Loadshape start time" to projects settings and assign value "1/1/2020 00:00:00"
example
[Project] "Start time" = "1/1/2020 00:00:00" "Simulation duration (min)" = 1 "Loadshape start time" = "1/1/2020 00:00:00" "Step resolution (sec)" = 0.004166666667 "Max Control Iterations" = 50 "Error tolerance" = 0.001 . . . .
@AadilLatif I think you meant this datetime format:
"Start time" = "2020-1-1 00:00:00.0"
"Simulation duration (min)" = 1440.0
"Loadshape start time" = "2020-1-1 00:00:00.0"
"Step resolution (sec)" = 900.0
"Max Control Iterations" = 50
"Error tolerance" = 0.001
You will have to make two change to the projects I have added.
example
[Project] "Start time" = "1/1/2020 00:00:00" "Simulation duration (min)" = 1 "Loadshape start time" = "1/1/2020 00:00:00" "Step resolution (sec)" = 0.004166666667 "Max Control Iterations" = 50 "Error tolerance" = 0.001 . . . .