Line C

General discussions

Moderator: senjer

Post Reply
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Line C

Post by midom5 »

can anyone fix that ?
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Post by midom5 »

?
Attachments
Event-lineC3.9.rar
(3.96 KiB) Downloaded 197 times
User avatar
Sjoerd
Posts: 5667
Joined: 26 Dec 2014, 21:14
Location: Alphen aan den Rijn

Re: Line C

Post by Sjoerd »

Here's your problem;

<yard pack="Custom" file="beta3b-opk-2017.cty" departures="auto" arrivals="auto">
<shedule name="day" time="05:00:00" autodepartures="05:47:30" autoarrivals="18:00:00">
<arrive code="220" train="2203LY" target="LEL" time="18:07:45" ai="true" track="OPK4" direction="-1" units="3" stop="9"/>
<arrive code="213" train="2133CY" target="OPK" time="18:15:15" track="OPK7" direction="1 " units="3" stop="3"/>
</shedule>
</yard>

<yard pack="Custom" file="beta3b-opk-2020.cty" departures="auto" arrivals="auto">
<shedule name="day" time="04:30:00" autodepartures="05:00:00" autoarrivals="18:00:00">
<depart code="121" train="1213LT" target="LEL" time="12:00:00" track="OPK4" direction="1" units="3" signnumber="21" signdest="c-sap"/>
</shedule>
</yard>
Two separate yard packs for the OPK sidings, and the first does not exist under Simvliet 2020 (under Simvliet 2020, there is no "beta3b-opk-2017.cty", as it has been replaced by "beta3b-opk-2020.cty"). So it can't find the file, and it's also a conflict, causing the simulation to crash.

Replace the above two yard pack codes by this single one:

Code: Select all

  <yard pack="Custom" file="beta3b-opk-2020.cty" departures="auto" arrivals="auto">
   <shedule name="day" time="04:30:00" autodepartures="05:00:00" autoarrivals="18:00:00">
    <arrive code="220" train="2203LY" target="LEL" time="18:07:45" ai="true" track="OPK4" direction="-1" units="3" stop="9"/>
    <arrive code="213" train="2133CY" target="OPK" time="18:15:15"           track="OPK7" direction="1 " units="3" stop="3"/>
   </shedule>
  </yard>
That will allow the simulation to start.
However, I see you have still a lot to do to make it function properly;
  • Have you made the referenced Routes3.9.ctd yet? Without it, the simulator just can't find any of the routes in your trainservices, and therefore can't run the trains.
  • Your activity starts at 17:35:45, buit I still see a lot of train services which start around 12:00:00. As you have changed the start time of your activity, you must also keep in mind all trains need to start at the location they would be in the timetable at your new start time. If a train the the original Event Line C activity was in a yard at 12:00, but would be at Stadionweg at 17:35, then it now must be placed at Stadionweg when the activity starts. And all services that train would be running (and the yard departuretime) before it's current service at the new start time, must be removed.
    Otherwise, you get a traffic chaos; the simulator thinking it is far behind schedule, and starting to run all trains with minimal reversing times trying to make up the time, which it can never do with multiple hours of delay at the start of the simulation. :lol:
CEO of the Rijndam Electrical Transport company :D
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Re: Line C

Post by midom5 »

i want maked his activity
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Re: Line C

Post by midom5 »

Sjoerd wrote: 27 Feb 2019, 18:41 Here's your problem;

<yard pack="Custom" file="beta3b-opk-2017.cty" departures="auto" arrivals="auto">
<shedule name="day" time="05:00:00" autodepartures="05:47:30" autoarrivals="18:00:00">
<arrive code="220" train="2203LY" target="LEL" time="18:07:45" ai="true" track="OPK4" direction="-1" units="3" stop="9"/>
<arrive code="213" train="2133CY" target="OPK" time="18:15:15" track="OPK7" direction="1 " units="3" stop="3"/>
</shedule>
</yard>

<yard pack="Custom" file="beta3b-opk-2020.cty" departures="auto" arrivals="auto">
<shedule name="day" time="04:30:00" autodepartures="05:00:00" autoarrivals="18:00:00">
<depart code="121" train="1213LT" target="LEL" time="12:00:00" track="OPK4" direction="1" units="3" signnumber="21" signdest="c-sap"/>
</shedule>
</yard>
Two separate yard packs for the OPK sidings, and the first does not exist under Simvliet 2020 (under Simvliet 2020, there is no "beta3b-opk-2017.cty", as it has been replaced by "beta3b-opk-2020.cty"). So it can't find the file, and it's also a conflict, causing the simulation to crash.

Replace the above two yard pack codes by this single one:

Code: Select all

  <yard pack="Custom" file="beta3b-opk-2020.cty" departures="auto" arrivals="auto">
   <shedule name="day" time="04:30:00" autodepartures="05:00:00" autoarrivals="18:00:00">
    <arrive code="220" train="2203LY" target="LEL" time="18:07:45" ai="true" track="OPK4" direction="-1" units="3" stop="9"/>
    <arrive code="213" train="2133CY" target="OPK" time="18:15:15"           track="OPK7" direction="1 " units="3" stop="3"/>
   </shedule>
  </yard>
That will allow the simulation to start.
However, I see you have still a lot to do to make it function properly;
  • Have you made the referenced Routes3.9.ctd yet? Without it, the simulator just can't find any of the routes in your trainservices, and therefore can't run the trains.
  • Your activity starts at 17:35:45, buit I still see a lot of train services which start around 12:00:00. As you have changed the start time of your activity, you must also keep in mind all trains need to start at the location they would be in the timetable at your new start time. If a train the the original Event Line C activity was in a yard at 12:00, but would be at Stadionweg at 17:35, then it now must be placed at Stadionweg when the activity starts. And all services that train would be running (and the yard departuretime) before it's current service at the new start time, must be removed.
    Otherwise, you get a traffic chaos; the simulator thinking it is far behind schedule, and starting to run all trains with minimal reversing times trying to make up the time, which it can never do with multiple hours of delay at the start of the simulation. :lol:


can you fix that man ?
User avatar
Sjoerd
Posts: 5667
Joined: 26 Dec 2014, 21:14
Location: Alphen aan den Rijn

Re: Line C

Post by Sjoerd »

I am happy to look at activities to help find problems, but I am not going to do everything....
How would you learn to do it yourself if I did all the work for you? So I'll just limit my input to finding where the problems are, so you have what you need to fix them yourself (and gain experience in the process). ;)
CEO of the Rijndam Electrical Transport company :D
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Re: Line C

Post by midom5 »

Sjoerd wrote: 28 Feb 2019, 05:45 I am happy to look at activities to help find problems, but I am not going to do everything....
How would you learn to do it yourself if I did all the work for you? So I'll just limit my input to finding where the problems are, so you have what you need to fix them yourself (and gain experience in the process). ;)
You right bro
midom5
Posts: 100
Joined: 09 Oct 2014, 22:16

Re: Line C

Post by midom5 »

midom5 wrote: 01 Mar 2019, 02:49
Sjoerd wrote: 28 Feb 2019, 05:45 I am happy to look at activities to help find problems, but I am not going to do everything....
How would you learn to do it yourself if I did all the work for you? So I'll just limit my input to finding where the problems are, so you have what you need to fix them yourself (and gain experience in the process). ;)
You right bro
man i am mapper and i dont know how to make activity plz can you maked it or help me to maked it ?
Post Reply