Skip to main content

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

thanks  jakob. 
 

On Mon, Nov 25, 2019 at 1:56 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Link 9 is on a lane with straight and left movements. Since there is no phase where both movements are allowed simultaneously, the detector cannot be used to determine a sensible phase extension policy (since a vehicle with the forbidden movement might be at the head of the queue).

Am Mo., 25. Nov. 2019 um 07:33 Uhr schrieb Thilagavathy Giri <thilagagiri7378@xxxxxxxxx>:
hi jakob , thanks
 for  the network file(thiactuated.net) when i give actls.add for tlLogic, it is working fine. actuation is working fine. i get different values in output when i change some parameters. but when i give oactls1.add for tl Logic i got this warning. 
Loading additional-files from 'E:\thilaga\sumo_demo\passdist.add.xml'... done (32ms).
Loading additional-files from 'E:\thilaga\sumo_demo\e22.add.xml'... done (34ms).
Loading additional-files from 'E:\thilaga\sumo_demo\oactls1.add.xml'...
Warning: At actuated tlLogic 'n2', linkIndex 9 has no controlling detector
done (2ms).
Loading additional-files from 'E:\thilaga\sumo_demo\laacdum.add.xml'... done (1ms).
Loading done.
Simulation started with time: 0.00
Simulation ended at time: 4000.00
Reason: The final simulation step has been reached

On Sat, Nov 23, 2019 at 1:22 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Please send the input files that are triggering this error (.net.xml and additional tlLogic).



Am Sa., 23. Nov. 2019 um 02:36 Uhr schrieb Thilagavathy Giri <thilagagiri7378@xxxxxxxxx>:
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
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top