Hey guys,
I’m currently running a simulation for one hour with calibrators, but they don’t behave as they should.
The file with the calibrator definitions looks like this:
<?xml version="1.0" ?>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<routeProbe begin="0.00" edge="-26953591#1" file="probe.xml" freq="1" id="routeProbe_-26953591#1" name="-26953591#1"/>
…
<inductionLoop file="inductionLoop.xml" freq="10" id="inductionLoop_-26953591#1_0" lane="-26953591#1_0" pos="-1"/>
…
<calibrator edge="-26953591#1" id="cali_-26953591#1" pos="1" routeProbe="routeProbe_-26953591#1">
<route edges="-26953591#1" id="cali_-26953591#1"/>
<flow begin="53" departPos="free" departSpeed="max" end="112" route="cali_-26953591#1" type="private" vehsPerHour="55.576395141497045"/>
<flow begin="113" departPos="free" departSpeed="max" end="172" route="cali_-26953591#1" type="private" vehsPerHour="55.08124042362967"/>
…
</calibrator>
</additional>
All calibration intervals are set to 60 seconds, but what I get as a result from the variable
interval_sampledSeconds in the induction loop file looks like this:

The result looks like the calibration interval is for the complete hour and not for the defined intervals,
which leads to a massive insertion of traffic and thereby to massive traffic jams.
Do you have any suggestions for me what I need to change in order to make it work in the intended way?
Thanks in advance!
Best regards
Simon