Skip to content

Commit

Permalink
feat: add connection track and lineChange mock data to 9999 (#136) (#439
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Grodien authored Dec 4, 2024
1 parent 5602534 commit 37405ce
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</SP_Areas>

<SP_ContextInformation>
<ConnectionTrack location="800" connectionTrackType="Unknown"/>
<KilometreReferencePoint location="200">
<KM_Reference kmRef="0.2"/>
</KilometreReferencePoint>
Expand All @@ -82,6 +83,9 @@
<KilometreReferencePoint location="700">
<KM_Reference kmRef="0.7"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="800">
<KM_Reference kmRef="0.8"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="900">
<KM_Reference kmRef="0.9"/>
</KilometreReferencePoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</SP_Areas>

<SP_ContextInformation>
<ConnectionTrack location="900" connectionTrackType="Unknown" connectionTrackDescription="AnG. WITZ"/>
<KilometreReferencePoint location="200">
<KM_Reference kmRef="1.2"/>
</KilometreReferencePoint>
Expand All @@ -64,5 +65,8 @@
<KilometreReferencePoint location="800">
<KM_Reference kmRef="1.8"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="900">
<KM_Reference kmRef="1.9"/>
</KilometreReferencePoint>
</SP_ContextInformation>
</SegmentProfile>
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
<NetworkSpecificParameter name="comment" value="Kurve 3"/>
</NetworkSpecificPoint>

<NetworkSpecificPoint location="200" name="newLineSpeed">
<NetworkSpecificParameter name="xmlNewLineSpeed" value="
&lt;lineSpeed&gt;
&lt;speeds&gt;
&lt;v trainSeries=&quot;R&quot; speed=&quot;45&quot;/&gt;
&lt;v trainSeries=&quot;A&quot; speed=&quot;40&quot;/&gt;
&lt;/speeds&gt;
&lt;/lineSpeed&gt;
"/>
</NetworkSpecificPoint>

</SP_Points>

<SP_Areas>
Expand All @@ -46,7 +57,8 @@
<TAF_TAP_LocationName language="de" messageString="Halt auf Verlangen C"/>
</TAF_TAP_Location>

<NetworkSpecificArea startEndQualifier="StartsEnds" startLocation="100" endLocation="400" name="nonStandardTrackEquipment">
<NetworkSpecificArea startEndQualifier="StartsEnds" startLocation="100" endLocation="400"
name="nonStandardTrackEquipment">
<NetworkSpecificParameter name="trackEquipmentType" value="ETCS-L2-convSpeedReversingImpossible"/>
</NetworkSpecificArea>
<NetworkSpecificArea startEndQualifier="Starts" startLocation="500" name="nonStandardTrackEquipment">
Expand All @@ -55,9 +67,13 @@
</SP_Areas>

<SP_ContextInformation>
<ConnectionTrack location="200" connectionTrackType="Unknown" connectionTrackDescription="22-6 Uhr"/>
<KilometreReferencePoint location="100">
<KM_Reference kmRef="2.1"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="200">
<KM_Reference kmRef="2.2"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="400">
<KM_Reference kmRef="2.4"/>
</KilometreReferencePoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@
<SignalPhysicalCharacteristics visualIdentifier="D1"/>
</Signal>

<NetworkSpecificPoint location="500" name="newLineSpeed">
<NetworkSpecificParameter name="xmlNewLineSpeed" value="
&lt;lineSpeed text=&quot;Zahn. Anf.&quot;&gt;
&lt;speeds&gt;
&lt;v trainSeries=&quot;R&quot; brakeSeries=&quot;100&quot; speed=&quot;55&quot; reduced=&quot;true&quot;/&gt;
&lt;v trainSeries=&quot;A&quot; brakeSeries=&quot;30&quot; speed=&quot;50&quot;/&gt;
&lt;/speeds&gt;
&lt;/lineSpeed&gt;
"/>
</NetworkSpecificPoint>
<NetworkSpecificPoint location="800" name="newLineSpeed">
<NetworkSpecificParameter name="xmlNewLineSpeed" value="
&lt;lineSpeed text=&quot;Zahn. Zahnstangen Ende&quot;&gt;
&lt;speeds&gt;
&lt;v trainSeries=&quot;R&quot; brakeSeries=&quot;100&quot; speed=&quot;80&quot;/&gt;
&lt;v trainSeries=&quot;A&quot; brakeSeries=&quot;30&quot; speed=&quot;80&quot;/&gt;
&lt;/speeds&gt;
&lt;/lineSpeed&gt;
"/>
</NetworkSpecificPoint>
</SP_Points>

<SP_Areas>
Expand All @@ -40,17 +60,21 @@
</SP_Areas>

<SP_ContextInformation>

<KilometreReferencePoint location="500">
<KM_Reference kmRef="3.5"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="700">
<KM_Reference kmRef="3.7"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="700">
<KM_Reference kmRef="0"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="800">
<KM_Reference kmRef="0.1"/>
</KilometreReferencePoint>
<KilometreReferencePoint location="900">
<KM_Reference kmRef="0.2"/>
</KilometreReferencePoint>


</SP_ContextInformation>
</SegmentProfile>

0 comments on commit 37405ce

Please sign in to comment.