Differentiate trains based on length?
-
- Beiträge: 343
- Registriert: Dienstag 20. Januar 2009, 18:53
- Wohnort: Dänemark
- Kontaktdaten:
Differentiate trains based on length?
Hi, just a quick question. Is there any way to tell trains apart based on length only? For example, I have a platform where trains of different length have to stop in different places. Rather than filter by train number, I imagine it would be easier to filter by length - but is it possible?
-
- Beiträge: 2211
- Registriert: Sonntag 16. März 2003, 15:25
- Kontaktdaten:
Re: Differentiate trains based on length?
Hello,
Wherever you can find a route list - for instance at station platforms at "For following routes only" - you can enter something like
That means the stopping point is valid for trains of less than 15 elements length only.
You can find more possible conditions and examples in the BAHN Help at "route list".
Regards,
Jan Bochmann
Yes, since many years...1993matias hat geschrieben:Hi, just a quick question. Is there any way to tell trains apart based on length only?
Wherever you can find a route list - for instance at station platforms at "For following routes only" - you can enter something like
Code: Alles auswählen
*(l<15)
You can find more possible conditions and examples in the BAHN Help at "route list".
This is shown in the example layout "Demo_0.nt3" that comes with any BAHN installation package. Look at the central railway station at the tracks 1 to 4.1993matias hat geschrieben: For example, I have a platform where trains of different length have to stop in different places. Rather than filter by train number, I imagine it would be easier to filter by length - but is it possible?
Regards,
Jan Bochmann
-
- Beiträge: 343
- Registriert: Dienstag 20. Januar 2009, 18:53
- Wohnort: Dänemark
- Kontaktdaten:
Re: Differentiate trains based on length?
Ah, I just need to read the help files more Thank you!