Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Calibration interval isn't as defined

Hey Jakob,

 

thanks for your reply.

 

Where do I exactly have to add the end-attribute? In the flows it’s already present, just not directly after the begin-attribute.

 

Best regards

Simon

 

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: Montag, 10. August 2020 14:17
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Calibration interval isn't as defined

 

You need to define the 'end' attribute of the calibrator flows explicitly.

 

regards,

Jakob

 

Am Mo., 10. Aug. 2020 um 10:08 Uhr schrieb Simon.Frentrup@xxxxxxxxxx <Simon.Frentrup@xxxxxxxxxx>:

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

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top