Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] error in actuated plan

hi jakob , thanks for your help.  still i face some error .    if my phase plan is opposite in actuated network , and i gave GGG to all traffic  from a single detector its working fine.  but when the phase plan is changed i get someerror.   

i included lanedetector.  (detector file isattached here) 
and tllogic is 

<additional>
<tlLogic id="n2" type="actuated" programID="8" offset="0">
<param key="max-gap" value="3.0"/>
  <param key="detector-gap" value="2.0"/>
  <param key="show-detectors" value="true"/>
  <param key="file" value="NULL"/>
  <param key="freq" value="300"/>
        <phase duration="40" state="rgrgrgrgrGrG" minDur="15" />
        <phase duration="5"  state="ryryryryryry"/>
        <phase duration="30" state="grGrgrgrgrgr" minDur="15"  maxDur="30" />
        <phase duration="5"  state="yryryryryryr"/>
    </tlLogic>
</additional>
 

if  i give G only for  right turn traffic(LI -11 in phasee 0 and LI- 2  in phase 2  )  it is working fine . but if i add  straight traffic(LI -9 in phase 0 and LI - 0 in phase 2 ) with G  , it is giving error LI 9  and LI 2 has no controlling detector.  what could be the problem . where i need to make corrections.  


with thanks
M S Thilagavathy
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd";>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_1to2_0" lane="1to2_0" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_1to2_1" lane="1to2_1" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_3to2_0" lane="3to2_0" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_3to2_1" lane="3to2_1" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_4to2_0" lane="4to2_0" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_4to2_1" lane="4to2_1" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_5to2_0" lane="5to2_0" length="250" pos="239.9"/>
    <laneAreaDetector file="e22out.xml" freq="60" friendlyPos="x" id="e2det_5to2_1" lane="5to2_1" length="250" pos="239.9"/>
</additional>

Back to the top