You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Check TrainBrakesControllerMaxSystemPressure parameter for "correct" value
1396
1405
// This is only done for vacuum brakes as the UoM can be confusing - it defaults to psi due to way parameter is read, and if units are entered then a InHG value can be incorrectly converted.
1397
1406
if((BrakeSystemisVacuumSinglePipe))
@@ -4444,6 +4453,11 @@ public virtual float GetDataOf(CabViewControl cvc)
@@ -487,6 +489,45 @@ public override void Update(float elapsedClockSeconds)
487
489
else
488
490
CylPressurePSI=AutoCylPressurePSI;
489
491
492
+
// During braking wheelslide control is effected throughout the train by additional equipment on each vehicle. In the piping to each pair of brake cylinders are fitted electrically operated
493
+
// dump valves. When axle rotations which are sensed electrically, differ by a predetermined speed the dump valves are operated releasing brake cylinder pressure to both axles of the affected
494
+
// bogie.
495
+
496
+
// Dump valve operation will cease when differences in axle rotations arewithin specified limits or the axle accelerates faster than a specified rate. The dump valve resets whenever the wheel
497
+
// creep speed drops to normal. The dump valve will only operate continuously for a maximum period of seven seconds after which time it will be de-energised and the dump valve will not
498
+
// re-operate until the train has stopped or the throttle operated.
499
+
500
+
// Dump valve operation is prevented under the following conditions:-
501
+
// (i) When the Power Controller is open.
502
+
503
+
// (ii) When Brake Pipe Pressure has been reduced below 250 kPa (36.25psi).
Car.WheelBrakeSlideProtectionTimerS=Car.wheelBrakeSlideTimerResetValueS;// Reset WSP timer if
527
+
}
528
+
529
+
}
530
+
490
531
// Record HUD display values for brake cylinders depending upon whether they are wagons or locomotives/tenders (which are subject to their own engine brakes)
0 commit comments