[railML 3.2] Speed dependent overlaps [message #3404] |
Tue, 03 December 2024 12:14  |
David Lichti
Messages: 51 Registered: December 2020
|
Member |
|
|
Hi IL specialists,
We need to export route overlaps that depend on the speed of the approaching train.
A single route exit signal may have more than one overlap. Each of them can only be used up to a certain permissible speed of the expected train movement on the route. So, this information is important for choosing the appropriate overlap for a route occupation.
How can such a speed information be associated to a railML 3.2 overlap? There is an overlapSpeed attribute. But the documentation says, it relates to other trains than the one using the related route. The releaseSpeed attribute relates to the train control system.
Best regards
David
|
|
|
|
|
Re: [railML 3.2] Speed dependent overlaps [message #3540 is a reply to message #3434] |
Sat, 05 April 2025 16:08  |
Jörg von Lingen
Messages: 102 Registered: March 2016
|
Senior Member |
|
|
Thanks David for your proposal. I will incorporate these two new attributes.
Best regards,
Joerg v. Lingen - Interlocking Coordinator
Am 15.01.2025 um 07:53 schrieb David Lichti:
> Thank you for the digging. It makes that attribute much
> clearer to me. But it is indeed not suitable for what we
> need.
>
> The approachSpeed attribute on the signal is not suitable,
> either: The single signal at the route exit may have
> multiple overlaps with different approach speeds, each. We
> rather propose an extension of the IL:Overlap type as
> follows:
> <xs:complexType name="Overlap">
> <xs:complexContent>
> <xs:extension base="rail3:Overlap">
> <xs:attribute name="approachSpeed"
> type="rail3:tSpeedKmPerHour" use="optional"/>
> <xs:attribute name="staticOccupationExclusionLength"
> type="rail3:tLengthM" use="optional"/>
> </xs:extension>
> </xs:complexContent>
> </xs:complexType>The approach speed attribute would indicate
> the maximum speed at which the route exit signal may be
> approached if this overlap is being used.
>
> The staticOccupationExclusionLength is another attribute
> that we would need to model overlaps with two sections: In
> the first section beyond the protected route exit signal, no
> other occupation is allowed. After a certain distance along
> the overlap, only dynamic occupations are excluded. That is:
> Standing vehicles would be allowed in the far end of the
> overlap, but no train movements.
>
> Best regards
>
> David
|
|
|