Elvas Tower: Electric Pneumatic Brakesystem (EP & ECP) - Elvas Tower

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Electric Pneumatic Brakesystem (EP & ECP) Problems (& bugs) Rate Topic: -----

#1 User is offline   Stijn D.C. 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 516
  • Joined: 20-August 16
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 08 July 2019 - 07:01 AM

ORTS EP Brakesystem (Problems)
==============================

In my trainset i prefer to handle the real cylinderpressure value’s of each locomotive/train class.

Some trains have a (special) way of EP:
• Brakepipe stay on 5 BAR (TrainBrakesControllerMaxSystemPressure).
• Only go to 0 BAR when there is emergencybrake (TrainBrakesControllerFullServicePressureDrop 0 ).
• ORTS handle this but with strange bugs => aux reservoir (air go to very high value’s, in real this reservoir blow ups with this pressurevalue’s).

Max pressureDrop on locomotives & passenger wagons:

* On some locomotives i must handle TrainBrakesControllerFullServicePressureDrop ( 2.0bar )
This works good for trains with PBL trainbrakelevers (impulse), but it gives this problem:

Wagons dont release brakecylinders. Only when you do emergencybrake and fill brakepipe back to 5 BAR they release.

Attached Image: Schermafdruk 2019-07-08 01.36.00.jpg


Reason why TrainBrakesControllerFullServicePressureDrop ( 2.0bar ) is used is that PBL trainbrakelever trains after release emergencybrakes bring the brakepipe to 3 BAR.


Driver must be confirm further release on normal way.

On ENG file i must use “BrakeSystemType ( "Air_Twin_Pipe" )” For have blending. With “EP” there is not blending . Normal it must be otherwise

So for moment 2 Pipe trains give blended brake with emergency, in real this is not in my country.
Locomotives that have “EP” have no blended brake with emergency now, in real there is blended with emergencyrbrake.

Only when i use a brakecontroller script (Serana), there is blended braking.

ENG file data locomotive (Wagon section):

    	comment(-------- Freinage --------)

	BrakeEquipmentType							( "Distributor,auxilary_reservoir,emergency_brake_reservoir, Handbrake, Retainer_4_Position" )
	BrakeSystemType								( "Air_Twin_Pipe" )

	MaxBrakeForce								( 102kN )
	MaxHandBrakeForce							( 35kN )

	MaxReleaseRate								( 1.04bar/s )
	MaxApplicationRate							( 1.04bar/s )
	MaxAuxilaryChargingRate							( 1.04bar/s )

	BrakeCylinderPressureForMaxBrakeBrakeForce				( 5.4bar )

	TripleValveRatio							( 2.27 )

	BrakePipeVolume								( 14l )




ENG file data locomotive (Engine section):


	BrakesEngineBrakeType 					( "EP" )
	BrakesTrainBrakeType 					( "EP" )
	BrakesEngineControllers 				( "Independent, Train, Hand, Dynamic, Blended" )
	
	comment(-------- Script TCS/ORTS Commando's --------)

	ORTSTrainBrakeController				( PBL2BrakeController.cs )

	ORTSCircuitBreaker					( SNCFCircuitBreaker.cs )

	ORTSPowerOnDelay 					( 3 )

	ORTSAuxPowerOnDelay 					( 6 )

	ORTSCircuitBreakerClosingDelay 				( 3 )

	ORTSMUSignalAtGameStart					( True )

	ORTSWheelSlipCausesThrottleDown				( 0 ) 
	ORTSEmergencyCausesPowerDown				( 1 )
	ORTSEmergencyCausesThrottleDown 			( 1 )

	comment(-------- ORTS Brakesection --------)

	ORTSCompressorButtonOnCabSwitch				( True )

	ORTSGraduatedRelease					( False )

	ORTSMainResChargingRate 				( 0.04bar/s )

	ORTSBrakePipeChargingRate 				( 4.6bar/s )

	ORTSEngineBrakeReleaseRate 				( 2.6bar/s )

	ORTSEngineBrakeApplicationRate 				( 2.6bar/s )

	ORTSBrakePipeTimeFactor 				( 0.0004s )
	ORTSBrakeServiceTimeFactor 				( 1.0090s )
	ORTSBrakeEmergencyTimeFactor 				( 0.1000s )

	TrainPipeLeakRate 					( 0.0001bar/s )

	comment(-------- Compresseur principal --------)

	AirBrakesAirCompressorPowerRating 			( 2.5 )
	AirBrakesAirCompressorWattage 				( 15500 )
	AirBrakesAirUsedPerPoundsOfBrakePipePressure 		( 1.2 )
	AirBrakesCompressorRestartPressure 			( 7.5bar )
	AirBrakesHasLowPressureTest 				( 0 )
	AirBrakesIsCompressorElectricOrMechanical 		( "Electric" )
	AirBrakesMainMaxAirPressure	 			( 9.0bar )
	AirBrakesMainMinResAirPressure 				( 0 )
	AirBrakesMainResVolume 					( 1000l )
    	AirBrakeMaxMainResPipePressure                  	( 115 )

	comment(-------- Frein de locomotive --------)

	EngineBrakesControllerMaxSystemPressure 		( 5.7bar )
	EngineBrakesControllerMaxReleaseRate 			( 1.4bar/s )
	EngineBrakesControllerMaxApplicationRate 		( 1.4bar/s )
	EngineBrakesControllerHasProportionalBrake 		( 0 )
	EngineBrakesControllerEmergencyApplicationRate 		( 2.5bar/s )

	EngineBrakesControllerFullServicePressureDrop 		( 0.0bar )

	EngineBrakesControllerMaxPressureDropInNormalApplication( 3.6bar )

	EngineBrakesControllerMinPressureReduction 		( 0.2bar )
	EngineBrakesControllerEmergencyBrakeTimePenalty 	( 0 )
  	EngineBrakesProportionalBrakeLag 			( 0 )

	comment(-------- Frein de train --------)

	TrainBrakesControllerMaxSystemPressure 			( 5.0bar )
	TrainBrakesControllerMaxQuickReleaseRate 		( 2.0bar/s )
	TrainBrakesControllerMaxReleaseRate 			( 1.1bar/s )
	TrainBrakesControllerMaxApplicationRate 		( 1.1bar/s )
	TrainBrakesControllerEmergencyApplicationRate 		( 2.5bar/s )
	TrainBrakesControllerFullServicePressureDrop 		( 2.0bar )
	TrainBrakesControllerMinPressureReduction 		( 0.2bar )
	TrainBrakesControllerEmergencyBrakeTimePenalty 		( 0 )

...




This is european locomotive that works on 5/7 BAR EU pressure system


.WAG data passenger wagon:


   	comment(-------- Freinage --------)

	BrakeEquipmentType							( "Distributor,auxilary_reservoir, Handbrake" )
	BrakeSystemType								( "ECP" )
	MaxBrakeForce								( 35kN )
	MaxHandbrakeForce							( 10kN )

	MaxReleaseRate								( 1.04bar/s )
	MaxApplicationRate							( 1.04bar/s )
	MaxAuxilaryChargingRate							( 1.04bar/s )

	BrakeCylinderPressureForMaxBrakeBrakeForce				( 3.5bar )

	TripleValveRatio							( 2.27 )

	BrakePipeVolume								( 14l )






In advance thanks,

#2 User is offline   Stijn D.C. 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 516
  • Joined: 20-August 16
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 11 July 2019 - 01:30 AM

Hello,

Little update:

If i do test on al engines and wagons with:

BrakeEquipmentType ( "Distributor,auxilary_reservoir, Handbrake" )
BrakeSystemType ( "Air_Twin_Pipe" )


There is no problem, but indeed no EP no more.

That can not be the intention.


Greetz,

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users