Page 287 of 347

Re: Rijndam

Posted: 14 Jan 2020, 20:47
by MetroRio
Is Rijndam 1.4 close to release?

Re: Rijndam

Posted: 15 Jan 2020, 00:08
by iamhankhamTS
MetroRio wrote: 14 Jan 2020, 20:47 Is Rijndam 1.4 close to release?
If you're patient, yes. For now, just wait patiently!

Re: Rijndam

Posted: 15 Jan 2020, 05:44
by Trainzdriver328
iamhankhamTS wrote: 15 Jan 2020, 00:08
MetroRio wrote: 14 Jan 2020, 20:47 Is Rijndam 1.4 close to release?
If you're patient, yes. For now, just wait patiently!
i will wait too

Re: Rijndam

Posted: 21 Jan 2020, 13:00
by Kroneheit
@Sjoerd I found a Problem. I made a AI weekday scenario for Rijndam 2022 with everything in it, but the ICD and some Sprinter make problems. Everytime a Traxx gets into Zeeburg platform 4 it won't depart its own back to Rijndam Centraal. Everytime you need to turn on the ICD its own otherwise it won't depart. The 2nd problem is that many Sprinters in RD Molenwijk track 3 won't deactivate the controls after arrival. After decativating them manaully it all works. (This sometimes happens in Noorvliet too.) Trains i tested: ICD TRAXX and NS1700 | SPR.: double ICM-1 and ICM-3. I don't know if it is fixed already but i just wanted to say that.

Re: Rijndam

Posted: 21 Jan 2020, 17:22
by perfecttrains1000
The thing about Molenwijk is that its a known bug with the simulator

Re: Rijndam

Posted: 21 Jan 2020, 19:00
by Sjoerd
Kroneheit wrote: 21 Jan 2020, 13:00 @Sjoerd I found a Problem. I made a AI weekday scenario for Rijndam 2022 with everything in it, but the ICD and some Sprinter make problems. Everytime a Traxx gets into Zeeburg platform 4 it won't depart its own back to Rijndam Centraal. Everytime you need to turn on the ICD its own otherwise it won't depart.
I think I solved that already (at least on my computer), but I'm not sure at this moment (about if it was a network problem, or a CTD problem).
Please open the CTD file you are using (the default "Rijndam2022.ctd"?) and look up this;

<!--
Treindienst - Train service - Intercity
-->


Please send me the code blocks below that (until you see <!-- Treindienst - Rangeren naar opstelsporen - Train service - Shunt to sidings. --> ).
Reason I ask... If I solved it on my computer and the problem is in there, I am not going to find it in my files :D

Re: Rijndam

Posted: 22 Jan 2020, 18:41
by Kroneheit
I was using the Rijndam2022_v131.ctd File

Here is the part:

<!--
Treindienst - Train service - Intercity
-->

Code: Select all

  <route code="IC-AC" end="S2,S3,S4,S5,S6" totaltime="470" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="R1" marker="R1-1"/>
    <marker block="R2" marker="R2-1"/>
   </aimarkers>
   <times>
    <depart platform="RAP1"  time="   0" destinationcode="65"  station="rap"        actions="stop"         stops="RAP1,RAP2"/>
    <pass   platform="RMW2"  time=" 240" destinationcode=" 0"  station="rmw"        actions="pass"         stops="RMW1,RMW2,RMW3"/>
    <arrive platform="RDC4"  time=" 470" destinationcode=" 1"  station="rdc"        actions="stop,finish"  stops="RDC2,RDC3,RDC4,RDC5"/>
   </times>
  </route>

  <route code="IC-CA" end="R1,R2" totaltime="440" reversetime="60" scrollsign="ic-rda">
   <aimarkers>
    <marker block="S4" marker="S4-1"/>
    <marker block="S5" marker="S5-1"/>
    <marker block="S2" marker="S2-1"/>
    <marker block="S3" marker="S3-1"/>
   </aimarkers>
   <times>
    <depart platform="RDC4"  time="   0" destinationcode="43"  station="rdc"        actions="stop"         stops="RDC4,RDC5,RDC2,RDC3"/>
    <pass   platform="RMW3"  time=" 140" destinationcode=" 0"  station="rmw"        actions="pass"         stops="RMW1,RMW2,RMW3"/>
    <arrive platform="RAP1"  time=" 440" destinationcode=" 1"  station="rap"        actions="stop,finish"  stops="RAP1,RAP2"/>
   </times>
  </route>

  <route code="IC-CX" end="Z1A,Z1B,Z3,Z4,Z4,Z5" totaltime="720" reversetime="60" scrollsign="ic-zb">
   <aimarkers>
    <marker block="S6" marker="S6-2"/>
    <marker block="S5" marker="S5-2"/>
    <marker block="S4" marker="S4-2"/>
    <marker block="S2A" marker="S2A-2"/>
    <marker block="S3A" marker="S3A-2"/>
   </aimarkers>
   <times>
    <depart platform="RDC5"  time="   0" destinationcode="67"  station="rdc"        actions="stop"         stops="RDC2,RDC3,RDC4,RDC5,RDC6"/>  
    <pass   platform="RDL1"  time=" 170" destinationcode=" 0"  station="rdl"        actions="pass"         stops="RDL1,RDL2"/>
    <pass   platform="RDZ2"  time=" 270" destinationcode=" 0"  station="rdz"        actions="pass"         stops="RDZ1,RDZ2"/>
    <pass   platform="YP3"   time=" 450" destinationcode=" 0"  station="yp"         actions="pass"         stops="YP1,YP3"/>
    <arrive platform="ZB4"   time=" 720" destinationcode=" 1"  station="zb"         actions="stop,finish"  stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
   </times>
  </route>

  <route code="IC-XC" end="S2A,S3A,S2B,S3B,S4,S5,S6" totaltime="750" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="Z1A" marker="Z1A-1"/>
    <marker block="Z1B" marker="Z1B-1"/>
    <marker block="Z3-1" marker="Z3-1"/>
    <marker block="Z4-1" marker="Z4-1"/>
    <marker block="Z5-1" marker="Z5-1"/>
   </aimarkers>
   <times>
    <depart platform="ZB4"   time="   0" destinationcode="65"  station="zb"  actions="stop"         stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
    <pass   platform="YP3"   time=" 450" destinationcode=" 0"  station="yp"  actions="pass"         stops="YP1,YP3"/>  
    <pass   platform="RDZ1"  time=" 500" destinationcode=" 0"  station="rdz" actions="pass"         stops="RDZ1,RDZ2"/>
    <pass   platform="RDL2"  time=" 550" destinationcode=" 0"  station="rdl" actions="pass"         stops="RDL1,RDL2"/>
    <arrive platform="RDC5"  time=" 720" destinationcode=" 1"  station="rdc" actions="stop,finish"  stops="RDC4,RDC5,RDC6,RDC2,RDC3"/>
   </times>
  </route>

  <route code="IC-CYX" end="Z1A,Z1B,Z3,Z4,Z4,Z5" totaltime="720" reversetime="60" scrollsign="ic-zb">
   <aimarkers>
    <marker block="S6" marker="S6-2"/>
    <marker block="S5" marker="S5-2"/>
    <marker block="S4" marker="S4-2"/>
    <marker block="S2A" marker="S2A-2"/>
    <marker block="S3A" marker="S3A-2"/>
   </aimarkers>
   <times>
    <depart platform="RDC5"  time="   0" destinationcode="47"  station="rdc"        actions="stop"         stops="RDC2,RDC3,RDC4,RDC5,RDC6"/>  
    <pass   platform="RDL1"  time=" 170" destinationcode=" 0"  station="rdl"        actions="pass"         stops="RDL1,RDL2"/>
    <pass   platform="RDZ2"  time=" 270" destinationcode=" 0"  station="rdz"        actions="pass"         stops="RDZ1,RDZ2"/>
    <stop   platform="YP3"   time=" 450" destinationcode="67"  station="yp"         actions="stop"         stops="YP1,YP3"/>
    <arrive platform="ZB4"   time=" 720" destinationcode=" 1"  station="zb"         actions="stop,finish"  stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
   </times>
  </route>

  <route code="IC-XYC" end="S2A,S3A,S2B,S3B,S4,S5,S6" totaltime="720" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="Z1A" marker="Z1A-1"/>
    <marker block="Z1B" marker="Z1B-1"/>
    <marker block="Z3"  marker="Z3-1"/>
    <marker block="Z4"  marker="Z4-1"/>
    <marker block="Z5"  marker="Z5-1"/>
   </aimarkers>
   <times>
    <depart platform="ZB4"   time="   0" destinationcode="19"  station="zb"         actions="stop"         stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
    <stop   platform="YP3"   time=" 450" destinationcode="65"  station="yp"         actions="stop"         stops="YP1,YP3"/>  
    <pass   platform="RDZ1"  time=" 500" destinationcode=" 0"  station="rdz"        actions="pass"         stops="RDZ1,RDZ2"/>
    <pass   platform="RDL2"  time=" 550" destinationcode=" 0"  station="rdl"        actions="pass"         stops="RDL1,RDL2"/>
    <arrive platform="RDC5"  time=" 720" destinationcode=" 1"  station="rdc"        actions="stop,finish"  stops="RDC2,RDC3,RDC4,RDC5,RDC6"/>
   </times>
  </route>

  <route code="IC-ACYX" end="Z1A,Z1B,Z3,Z4,Z4,Z5" totaltime="1220" reversetime="60" scrollsign="ic-zb">
   <aimarkers>
    <marker block="R1" marker="R1-1"/>
    <marker block="R2" marker="R2-1"/>
   </aimarkers>
   <times>
    <depart platform="RAP1"  time="   0" destinationcode="46"  station="rap"        actions="stop"         stops="RAP1,RAP2"/>
    <pass   platform="RMW2"  time=" 240" destinationcode=" 0"  station="rmw"        actions="pass"         stops="RMW1,RMW2,RMW3"/>
    <stop   platform="RDC4"  time=" 500" destinationcode="47"  station="rdc"        actions="stop"         stops="RDC2,RDC3,RDC4,RDC5,RDC6"/>  
    <pass   platform="RDL1"  time=" 650" destinationcode=" 0"  station="rdl"        actions="pass"         stops="RDL1,RDL2"/>
    <pass   platform="RDZ2"  time=" 700" destinationcode=" 0"  station="rdz"        actions="pass"         stops="RDZ1,RDZ2"/>
    <stop   platform="YP3"   time=" 800" destinationcode="67"  station="yp"         actions="stop"         stops="YP1,YP3"/>
    <arrive platform="ZB4"   time="1220" destinationcode=" 1"  station="zb"         actions="stop,finish"  stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
   </times>
  </route>

  <route code="IC-XYCA" end="R1,R2" totaltime="1190" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="Z1A" marker="Z1A-1"/>
    <marker block="Z1B" marker="Z1B-1"/>
    <marker block="Z3"  marker="Z3-1"/>
    <marker block="Z4"  marker="Z4-1"/>
    <marker block="Z5"  marker="Z5-1"/>
   </aimarkers>
   <times>
    <depart platform="ZB4"   time="   0" destinationcode="41"  station="zb"         actions="stop"         stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>
    <stop   platform="YP3"   time=" 450" destinationcode="42"  station="yp"         actions="stop"         stops="YP1,YP3"/>  
    <pass   platform="RDZ1"  time=" 500" destinationcode=" 0"  station="rdz"        actions="pass"         stops="RDZ1,RDZ2"/>
    <pass   platform="RDL2"  time=" 550" destinationcode=" 0"  station="rdl"        actions="pass"         stops="RDL1,RDL2"/>
    <stop   platform="RDC6"  time=" 750" destinationcode="43"  station="rap"        actions="stop"  	   stops="RDC2,RDC3,RDC4,RDC5,RDC6"/>
    <pass   platform="RMW3"  time=" 890" destinationcode=" 0"  station="rmw"        actions="pass"         stops="RMW1,RMW2,RMW3"/>
    <arrive platform="RAP1"  time="1190" destinationcode=" 1"  station="rap"        actions="stop,finish"  stops="RAP1,RAP2"/>
   </times>
  </route>

Re: Rijndam

Posted: 23 Jan 2020, 18:46
by Sjoerd
Kroneheit wrote: 22 Jan 2020, 18:41 I was using the Rijndam2022_v131.ctd File

Here is the part:
.....

I have checked it; make sure again you are using that file for your actibvity, as that should be the one that works; in the original Rijndam2022.ctd is a mistake that caused the problem you are describing, but I fixed that before I made the file you quoted in your post (which contains the correct code).

As long as the last line of the route is ...

<arrive platform="ZB4" time=" 720" destinationcode=" 1" station="zb" actions="stop,finish" stops="ZB1a,ZB1b,ZB3,ZB4,ZB5"/>

... it should work.

In the old default Rijndam2022.ctd, there was station="rap" for example. Just because I had copied another route block and forgot to change that detail. And then, when the train is at platform ZB4, at station "zb", it can get confused when the ctd says "ZB4" at station "rap".... :roll:



Something else you could try.... Go find <group id="ZB"> (somehere around line 6470). Directly below it, you should see this:

<autoblock start="ER" destinations="X">
<start>ER</start>
<start>#B2459</start>
<start>#B2458</start>
<end end="Z4" free="Z4"/>
<end end="Z3" free="Z3"/>
<end end="Z5" free="Z5"/>
</autoblock>

Try changing the order of those lines starting with "end end"; in this order they say "If track Z4 is free, set a path there, if not and track Z3 is free, then go there, and if that is not free either, to go track Z5 (if it is free). So if you change the order of those three lines..... If you put the line for Z3 at the top, the train will go to Z3 first (if it is free).
Perhaps if you arrive at another track, it helps?

Re: Rijndam

Posted: 25 Jan 2020, 13:52
by Kroneheit
No it didn't change anything. They just stay turned off in Zeeburg.

Re: Rijndam

Posted: 25 Jan 2020, 14:17
by Sjoerd
Kroneheit wrote: 25 Jan 2020, 13:52 No it didn't change anything. They just stay turned off in Zeeburg.
Found the problem. Here is how to fix it;

Find this:

Code: Select all

  <route code="IC-XC" end="S2,S3,S4,S5,S6" totaltime="720" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="Z1A" marker="Z1a-1"/>
    <marker block="Z1B" marker="Z1b-1"/>
    <marker block="Z3-1" marker="Z3-1"/>
    <marker block="Z4-1" marker="Z4-1"/>
    <marker block="Z5-1" marker="Z5-1"/>
   </aimarkers>
Change it into this:

Code: Select all

  <route code="IC-XC" end="S2,S3,S4,S5,S6" totaltime="720" reversetime="60" scrollsign="ic-rdc">
   <aimarkers>
    <marker block="Z1A" marker="Z1A-1"/>
    <marker block="Z1B" marker="Z1B-1"/>
    <marker block="Z3" marker="Z3-1"/>
    <marker block="Z4" marker="Z4-1"/>
    <marker block="Z5" marker="Z5-1"/>
   </aimarkers>