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: Thu, 14 Dec 2023 17:54:43 +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=6BnTet7+mR0+MXfroTb1snKINRD0X/mbqjip6+RzQlc=; b=gLR2V7df0F7kMq35B7jCU5TuLWgoeUyi6PsmlIBOk+60Ju0+Mtsf/LJhPFaFjJFb0I/wCyRCaz43v7f1bVsv1tCfhIoD01fZo4BpfURFCGJFZoR3QZPoEnN9LX9ZCRPjvKzOlH1EYyxy19iyB2YfqY/o2Q0RzkAJgL0ralKD82Nvn3geyxfPJFPKgnXQTxtOrzzaZ/nJ+xUbpsYgwsZV+AqynT0KHE7rGWtGNYpwuLbG9UMJAwcdHwdsDsi41a8H47pfGUF88xCNR+en61k5PbsUZmB90O6o7pB/xZvzmX8Xt6VcK4XQ3pzuAczbbBDU/wjly2x93xhcJwlZoevIkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eKE7aqVpUewK8HHJ4kRoq4R2bZWyCYH5LfjLJCmFD/Od4VC+lGvGnltdaL98l8amQ2FoWdBGTLa+vYkmqWL0mtNs22IK8aX9XMWs/gvHTnrGOOzFwb3LDhuRD3NQUYjeiYbdCdvita4XLWUCf72Dr6jJtN4mZBtRf6ku38FS6B9ZzlCzaliihCoHCkXMBt2KDHhN47O3nlSVLxtDNI2vXm6ukLzWwWqEQhkRWe+rgILsckZb73ZiPYs6yZEz35X2+doE40jaLhKCle3dYVJT5A2llMunqzvnNTsDCCw5/Owtv3jz+wzDLt3b1NYAnsXr+NBw5t0jfbULthbzLvav3Q==
  • 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: Adosa7PEZdzhvQBJRQWHAV5DwN7LgAArL1IAAGeAxcA=
  • 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 help.

 

I continue to have problems. I can get the Train to pick up my container at the container stop.

 

Here is my code:

<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-TacomaSPOE_train" vClass="rail"/>

 

    <!-- trip definitions -->    

    <trip id="trip1" type="FtLewis-TacomaSPOE_train" depart="0" departLane="best" departSpeed="max" from="51231273#0" to="51231318#6">

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

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

    </trip>

   

    <!-- container that needs transport -->

    <containerFlow id="container0" begin="0" end="100" number="1" departPos="150" color="255,0,0">

        <!-- <stop lane="51231273#0_0" duration="10" startPos="150" actType="waiting"/> storing container at containerStop Tacoma -->

        <tranship from="51231273#0" containerStop="FtLewis-Stop" departPos="140" arrivalPos="150"/> <!-- tranship is the concept of loading from the yard to the trainStop and then to train and viceversa -->

        <transport containerStop="TacomaSPOE-Stop" lines="trip1"/>  <!-- transported in rail using FtLewis-TacomaSPOE_line -->

        <tranship containerStop="TacomaSPOE-Stop"/>

        <stop lane="51231318#6_0" duration="50"/> <!-- end stop at containerStop Tacoma -->

    </containerFlow>    

</routes>

 

Any advice?

 

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