Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Traffic light (actuated) - Output

Both programs were loaded in NetEdit with using Load in "TLS Program File".

Static program:

<?xml version="1.0" ?>
<tlLogics version="1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd";>
  <tlLogic id="cluster_35664946_4350087521_4350087522_4354620333_4354620334"
offset="0" programID="SP1" type="static">
    <phase duration="02" state="rrGgr"/>
    <phase duration="03" state="rrygr"/>
    <phase duration="03" state="rrryr"/>
    <phase duration="02" state="rrrrr"/>
    <phase duration="01" state="rrrry"/>
    <phase duration="13" state="rrrrg"/>
    <phase duration="03" state="rrrry"/>
    <phase duration="02" state="rrrrr"/>
    <phase duration="01" state="yyrrr"/>
    <phase duration="01" state="GGyrr"/>
    <phase duration="10" state="GGGrr"/>
    <phase duration="03" state="yyGrr"/>
    <phase duration="02" state="rrGrr"/>
    <phase duration="01" state="rrGyr"/>
    <phase duration="43" state="rrGgr"/>
  </tlLogic>
</tlLogics>


Actuated program:

<?xml version="1.0" ?>
<tlLogics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
version="1.3"
xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd";>
  <tlLogic id="cluster_35664946_4350087521_4350087522_4354620333_4354620334"
programID="SP1" offset="0" type="actuated">
    
    
    
    
    
    
    

    <phase duration="02" minDur="5" maxDur="10" state="rrGgr"/>
    <phase duration="03" minDur="5" maxDur="10" state="rrygr"/>
    <phase duration="03" state="rrryr"/>
    <phase duration="02" state="rrrrr"/>
    <phase duration="01" state="rrrry"/>
    <phase duration="13" minDur="5" maxDur="20" state="rrrrg"/>
    <phase duration="03" state="rrrry"/>
    <phase duration="02" state="rrrrr"/>
    <phase duration="01" state="yyrrr"/>
    <phase duration="01" minDur="5" maxDur="10" state="GGyrr"/>
    <phase duration="10" minDur="5" maxDur="20" state="GGGrr"/>
    <phase duration="03" state="yyGrr"/>
    <phase duration="02" state="rrGrr"/>
    <phase duration="01" state="rrGyr"/>
    <phase duration="43" minDur="5" maxDur="50" state="rrGgr"/>    
  </tlLogic>



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top