It is not possible to disable the Feature "Brake Pipe Charging Rate"

Bug #1485132 reported by Rippstein
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Open Rails
Fix Released
Low
Carlo Santucci

Bug Description

In the Manual is written:
If the Brake Pipe Charging Rate (PSI/Second) value is set to 1000, the pipe pressure gradient features will be disabled and will also disable some but not all of the other new brake features.

But the value 1000 doesn't disable this feature.

The reason is an Error in the code of the file
Air singlePipe.cs
            // Propagate brake line (1) data
            if (lead != null && lead.BrakePipeChargingRatePSIpS > 1000)
            { // pressure gradiant disabled

To disable this Function with the value 1000, the If-Condition should be changed to:
            if (lead != null && lead.BrakePipeChargingRatePSIpS >= 1000)

Rippstein (ch-signale)
description: updated
Revision history for this message
Carlo Santucci (carlosanit1) wrote :

Fixed in x.3218.

Changed in or:
assignee: nobody → Carlo Santucci (carlosanit1)
status: New → Fix Committed
James Ross (twpol)
Changed in or:
milestone: none → 1.1
importance: Undecided → Low
James Ross (twpol)
Changed in or:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.