Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXT] AW: [new user] - my train is not picking up the container at the container stop
  • From: Hector A Martinez <hmartinez@xxxxxxxxx>
  • Date: Fri, 15 Dec 2023 22:28:57 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mitre.org; dmarc=pass action=none header.from=mitre.org; dkim=pass header.d=mitre.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=te+UNNUei7hHNVCURT06+4JLuIJapE2t/B+dluEhh9A=; b=OQmdljLbUPC9UooS2n2aaCCHONw2ZOd1uMRQeoVLkKUCgN8p5iMAWtfvAAzakBw0WzR/KSfWl9FueeOxgVSWjb1eru3XKVzUIY+Ho9yoSkaB3qafU3/hJCyC7+jT8bZ5LGR9a9NyDI/JAsAMktdYsmZ+SJNl58mLxwL0tbvAuJUy/YsivYUDIb1GhL9V7N8qmRaycy0yJNbExaQUnIwgzbO3ZyY/bfFJg86O1P5dGb+BugHlbSww5/visyY1gzT/yFUAnNBCW7/P/WZXTyiHmsCs7FNtoEpT0gH0TeTwE9Wqdqux3IxIoZgntraUVzq5wsSloAZxX/NWZ1DEnwkhrQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BiOwINDXc1sZn+/37kl8B7bWzC/IMzgtEqjTcdmeIWRtHg0aVcB98akwF54YXf4NQw45Dr9Ene2EMxoewZTwtr2ZTI03gimNTnxMN0/Q1olZcEoHqGvuPuFsrUNLN9YqdXv7SaU6xWtuzTdsGLmRF4TXFt/dTVUEh1caUH2hIwpAhE2suLGAfhAGeJ5Au7MKzsK288PfgQO8Ox4KZMqdQLaCxlqATklWfOIOEpFR/A60AYsAVorEMFG/CxO+78W2EUxXF8vPRC/QSnOMe9UAgQ7ne5JV1+KjvXdNW+v1PaDxRGjcta00udfXWPJjokXA1EphJiN+MmQxf6GvqXV8iw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adosa7PEZdzhvQBJRQWHAV5DwN7LgAArL1IAAKNYi9A=
  • Thread-topic: [EXT] AW: [sumo-user] [new user] - my train is not picking up the container at the container stop

Thank you Mirko for your message!

 

I reviewed the documentation and I still don’t know why my Train does not pick up my container at the stop.

 

Would you be kind to look at this code and let me know what I am doing wrong please? I am using containerFlow and the train refuses to pick up the container.

<?xml version="1.0" encoding="UTF-8"?>

<routes xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

xsi:noNamespaceSchemaLocation=http://sumo.dlr.de/xsd/routes_file.xsd>

    <!-- train definitions -->

    <vType id="FtLewis-Intermediate_train" vClass="rail"/>

    <vType id="Intermediate-TacomaSPOE_train" vClass="rail"/>

 

    <!-- trip definitions represents train line FtLewis to Intermediate Stop-->    

    <trip id="trip1" type="FtLewis-Intermediate_train" depart="0" departLane="best" departSpeed="max"

    from="51231273#0" to="-89385185">

        <stop containerStop="FtLewis-Stop" duration="80"/>

        <stop containerStop="Inter-WE-NearTacoma-Stop" duration="80"/>

    </trip>

   

    <!-- container that needs transport -->

    <containerFlow id="container0" begin="0" end="500" number="1" color="255,0,0">

        <tranship from="51231273#0" containerStop="FtLewis-Stop" departPos="150"/>

        <transport containerStop="Inter-WE-NearTacoma-Stop" lines="trip1"/>  <!-- FtLewisToIntermediate -->

        <tranship containerStop="Inter-EW-NearTacoma-Stop" arrivalPos="575"/>  <!-- move container between two stops at the Stop -->

        <transport containerStop="TacomaSPOE-Stop" lines="trip2"/>   <!-- IntermediateToTacoma -->

        <stop lane="89409008#2_0" duration="50"/> <!-- end stop at Intermediate-NearTacoma -->

    </containerFlow>

 

    <!-- trip definitions represents train line Intermediate to Tacoma Stop-->    

    <trip id="trip2" type="Intermediate-TacomaSPOE_train" depart="700" departLane="best" departSpeed="max"

    from="89385179#0" to="89409008#2">

        <stop containerStop="Inter-EW-NearTacoma-Stop" duration="80"/>

        <stop containerStop="TacomaSPOE-Stop" duration="80"/>

    </trip>  

</routes>

 

Thanks,

 

--H

 

From: Mirko Barthauer <m.barthauer@xxxxxxxxxxx>
Sent: Tuesday, December 12, 2023 11:30 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Cc: Hector A Martinez <hmartinez@xxxxxxxxx>
Subject: [EXT] AW: [sumo-user] [new user] - my train is not picking up the container at the container stop

 

Dear Hector, you can find the documentation about containers here. There are some examples using containerFlow definitions in our test suite to download, e. g. this one. It is important that you comply with the rules for transports given in

Dear Hector,

 

you can find the documentation about containers here. There are some examples using containerFlow definitions in our test suite to download, e.g. this one. It is important that you comply with the rules for transports given in the documentation.

 

Best regards

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] [new user] - my train is not picking up the container at the container stop

Datum: 2023-12-12T15:01:00+0100

Von: "Hector A Martinez via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>

 

 

 

Dear SUMO experts,

 

I am having problems with my containerFlow code in my simulation and I cant figure out what is wrong from the online documentation. I am testing logistics scenario where the train picks up Containers from a Stop and drops it at the destination stop.

 

My rail is not picking up the container from my containerStop. Can you please point me to the document/blog that may help me fix this?

 

Thanks in advance,

 

Hector A. Martinez, P.E.

Transportation Researcher, Resilient Transportation and Logistics LTM

MITRE | National Security Engineering Center

813.207.5365

 

 




Back to the top