<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Railway on Jump on the Cybahn</title>
        <link>https://cybahn.de/tags/railway/</link>
        <description>Recent content in Railway on Jump on the Cybahn</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Fri, 23 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://cybahn.de/tags/railway/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Technical Deep-Dive Into Axle Counters</title>
        <link>https://cybahn.de/p/technical-deep-dive-into-axle-counters/</link>
        <pubDate>Fri, 23 Jan 2026 00:00:00 +0000</pubDate>
        
        <guid>https://cybahn.de/p/technical-deep-dive-into-axle-counters/</guid>
        <description>&lt;h1 id=&#34;technical-deep-dive-into-axle-counters&#34;&gt;Technical Deep-Dive Into Axle Counters
&lt;/h1&gt;&lt;p&gt;Axle counters are critical components in modern railway signaling systems, providing reliable train detection and track occupancy information. Unlike traditional track circuits, axle counters use electronic sensors to count the number of axles entering and leaving a defined track section, ensuring safe and efficient train operations.&lt;/p&gt;
&lt;h2 id=&#34;how-axle-counters-work&#34;&gt;How Axle Counters Work
&lt;/h2&gt;&lt;p&gt;At their core, axle counters consist of two main components: &lt;strong&gt;wheel sensors&lt;/strong&gt; (detectors) and an &lt;strong&gt;evaluation unit&lt;/strong&gt;. The sensors are installed at the boundaries of a track section (block), typically at the entrance and exit. Each time a train wheel passes over a sensor, it generates a pulse. The evaluation unit processes these pulses to determine the number of axles that have entered and exited the section.&lt;/p&gt;
&lt;h3 id=&#34;basic-block-diagram&#34;&gt;Basic Block Diagram
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[Sensor A]====(Track Section)====[Sensor B]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;     |                              |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;     +---[Evaluation Unit]---+
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sensor A&lt;/strong&gt;: Detects axles entering the section.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sensor B&lt;/strong&gt;: Detects axles leaving the section.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Evaluation Unit&lt;/strong&gt;: Compares counts to determine occupancy.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the number of axles entering equals the number leaving, the section is considered clear. If not, it is occupied.&lt;/p&gt;
&lt;h2 id=&#34;technical-details&#34;&gt;Technical Details
&lt;/h2&gt;&lt;h3 id=&#34;sensor-technology&#34;&gt;Sensor Technology
&lt;/h3&gt;&lt;p&gt;Axle counters typically use &lt;strong&gt;inductive sensors&lt;/strong&gt; or &lt;strong&gt;magnetic sensors&lt;/strong&gt;. These are robust against environmental factors such as rain, snow, and debris, making them suitable for outdoor railway environments. The sensors detect the metallic mass of the wheel, generating a signal pulse for each axle.&lt;/p&gt;
&lt;h3 id=&#34;signal-processing&#34;&gt;Signal Processing
&lt;/h3&gt;&lt;p&gt;The pulses from the sensors are transmitted to the evaluation unit, which may be located in a nearby relay room or interlocking hut. The evaluation unit performs several key functions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Pulse Validation&lt;/strong&gt;: Filters out noise and ensures only valid axle pulses are counted.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Direction Detection&lt;/strong&gt;: Determines the direction of travel based on the sequence of sensor activations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Redundancy Checks&lt;/strong&gt;: Implements fail-safe logic to prevent false clear indications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;example-pulse-sequence&#34;&gt;Example: Pulse Sequence
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Train enters section:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Sensor A: ||----||----||----|| (3 axles)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Sensor B: (no pulses)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Train leaves section:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Sensor B: ||----||----||----|| (3 axles)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Evaluation Unit:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Axles In: 3
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Axles Out: 3
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Section Status: CLEAR
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;advantages-over-track-circuits&#34;&gt;Advantages Over Track Circuits
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Immunity to Track Conditions&lt;/strong&gt;: Not affected by rust, debris, or poor ballast.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No Electrical Isolation Required&lt;/strong&gt;: Suitable for non-insulated rails and complex track layouts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Low Maintenance&lt;/strong&gt;: Fewer moving parts and less susceptibility to environmental degradation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;system-architecture&#34;&gt;System Architecture
&lt;/h2&gt;&lt;p&gt;A typical axle counter system in a railway network may look like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;|  Central Control  |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;         |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;         v
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;|  Interlocking     |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;         |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;         v
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;| Evaluation Units  |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;+-------------------+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   |           |
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   v           v
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[Sensor]   [Sensor]
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Central Control&lt;/strong&gt;: Receives occupancy data for route setting and monitoring.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Interlocking&lt;/strong&gt;: Ensures safe train movements based on section status.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Evaluation Units&lt;/strong&gt;: Interface with sensors and interlocking.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;reset-and-error-handling&#34;&gt;Reset and Error Handling
&lt;/h2&gt;&lt;p&gt;One challenge with axle counters is handling missed or extra counts due to faults or maintenance. In such cases, a &lt;strong&gt;manual or automatic reset&lt;/strong&gt; may be required. This process must be carefully managed to avoid unsafe conditions, often involving confirmation that the section is physically clear before resetting the count.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;Axle counters are a cornerstone of modern railway safety, offering a reliable, low-maintenance alternative to traditional track circuits. Their robust design, immunity to adverse track conditions, and flexible deployment make them essential for contemporary and future rail networks.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
