Elvas Tower: Setting Up Steam Heat for Diesel Locos - Elvas Tower

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Setting Up Steam Heat for Diesel Locos Rate Topic: -----

#1 User is offline   Traindude 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 648
  • Joined: 17-November 13
  • Gender:Male
  • Location:Seattle, WA
  • Simulator:Open Rails
  • Country:

Posted 30 September 2020 - 02:49 PM

I am trying to set up steam heating on a passenger diesel locomotive. I have the basics down, but here are some questions:

1. Is it possible to set up water intake points specifically for filling the boiler/steam generator water tank (like on a steam engine)?

2. Even though I specify my loco's maximum water capacity as 1,350 gallons or higher, the sim starts with the tanks at only 960 gallons. Is there any way to change this?

3. I've set up a boiler/steam generator exhaust emitter on my loco's roof, but it's not showing up, even when steam heating is on. What am I doing wrong? Here is my code:

Effects
		(
		DieselSpecialEffects
			(
				comment
				(
					the format of these little blocks is as follow:

					offset.x offset.y offset.z
					normal.x normal.y normal.z
					width in metres

					defining the offset from the shape pivot point
					where steam / smoke should appear, the direction
					it should go and the width of the nozzle
				)

				Exhaust1
				(
					0.1 4.45 0.871
					0 1 0
					0.3
				)
                Exhaust2
				(
					0 4.45 -1.364
					0 1 0
					0.3
				)
            Comment(* Steam Heating Leak--Rear *)
            HeatingHoseFX
            (
             0.0 0.22 -10.15
             0 1 0
             0.05 
             )
            Comment(* Steam Generator *)
            HeatingSteamBoilerFX
            (
             0.0 4.45 -8.15
             0 1 0
             1.0 
             )
            )
        	)


#2 User is offline   Lamplighter 

  • Fireman
  • Group: Status: Active Member
  • Posts: 171
  • Joined: 24-January 18
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 30 September 2020 - 09:37 PM

Item 3: I think these effects belong in the Wagon section. Under the SpecialEffects parameter.

#3 User is offline   Stephen 

  • Apprentice
  • Group: Status: Active Member
  • Posts: 31
  • Joined: 31-October 14
  • Gender:Male
  • Location:Bicester, UK
  • Simulator:Open Rails
  • Country:

Posted 01 October 2020 - 03:00 AM

Hi,
Water intake can be set up like this:-

Comment (* Heating boiler = Spanner Swirlyflo = 2000lb/h *)

ORTSHeatingBoilerWaterTankCapacity ( 500g-uk )
ORTSHeatingBoilerWaterUsage ( 0 0 1000 100 )
ORTSHeatingBoilerFuelUsage ( 0 0 100 1.5 1000 10.5 )
IntakePoint ( 0 0.4 FuelWater )
)

The exhaust smoke can be in the effects section like this


Effects
(
DieselSpecialEffects
(
comment
(
the format of these little blocks is as follow:

offset.x offset.y offset.z
normal.x normal.y normal.z
width in metres

defining the offset from the shape pivot point
where steam / smoke should appear, the direction
it should go and the width of the nozzle
)

Exhaust1
(
-0.43 3.95 3.84
0.25 1 0
0.1
)
Exhaust2
(
0.8 3.95 -3.8
0.25 1 0
0.1
)
Comment ( == Steam Heating Boiler Smoke == )
HeatingSteamBoilerFX (
-1.0 3.90 -2.0
0 1 0
0.15 )
)
)

I have found that this works well.

Regards,

Stephen

#4 User is offline   steamer_ctn 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,888
  • Joined: 24-June 11
  • Gender:Male
  • Country:

Posted 01 October 2020 - 03:32 AM

You can also have a look at this activity, as it demonstrates the different setups.

#5 User is offline   Traindude 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 648
  • Joined: 17-November 13
  • Gender:Male
  • Location:Seattle, WA
  • Simulator:Open Rails
  • Country:

Posted 01 October 2020 - 06:15 PM

 Stephen, on 01 October 2020 - 03:00 AM, said:

The exhaust smoke can be in the effects section like this


Effects
(
DieselSpecialEffects
(
comment
(
the format of these little blocks is as follow:

offset.x offset.y offset.z
normal.x normal.y normal.z
width in metres

defining the offset from the shape pivot point
where steam / smoke should appear, the direction
it should go and the width of the nozzle
)

Exhaust1
(
-0.43 3.95 3.84
0.25 1 0
0.1
)
Exhaust2
(
0.8 3.95 -3.8
0.25 1 0
0.1
)
Comment ( == Steam Heating Boiler Smoke == )
HeatingSteamBoilerFX (
-1.0 3.90 -2.0
0 1 0
0.15 )
)
)

I have found that this works well.

Regards,

Stephen


I tried your code for the boiler emitter but I still get no effect, even when the steam heat is on. The Steam hose emitters still function if you look closely between the loco and the first passenger car.

#6 User is offline   Lamplighter 

  • Fireman
  • Group: Status: Active Member
  • Posts: 171
  • Joined: 24-January 18
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 01 October 2020 - 10:12 PM

Hi!
I remind you again:
For diesel electric locomotives, the effects belong to the Wagon section under the SpecialEffects parameter. The only exception is the exhaust fumes from the diesel engine smoke, which are listed in the Engine section of the DieselSpecialEffects parameter.
In addition, it would be good to clean up the code. It contains a number of parameters that OR does not use.

#7 User is offline   Traindude 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 648
  • Joined: 17-November 13
  • Gender:Male
  • Location:Seattle, WA
  • Simulator:Open Rails
  • Country:

Posted 01 October 2020 - 10:17 PM

 Lamplighter, on 01 October 2020 - 10:12 PM, said:

Hi!
I remind you again:
For diesel electric locomotives, the effects belong to the Wagon section under the SpecialEffects parameter. The only exception is the exhaust fumes from the diesel engine smoke, which are listed in the Engine section of the DieselSpecialEffects parameter.
In addition, it would be good to clean up the code. It contains a number of parameters that OR does not use.

To Clarify, you're saying something like this:

Effects(
        SpecialEffects(
        Comment(* Steam Heating Leak--Rear *)
            HeatingHoseFX
            (
             0.0 0.22 -10.15
             0 1 0
             0.05 
             )
            Comment(* Steam Generator *)
            HeatingSteamBoilerFX (
            -1.0 3.90 -2.0
            0 1 0
            0.15 )
            )
        )

Engine ( x-E8a-DB

	Effects
		(
		DieselSpecialEffects
			(
				comment
				(
					the format of these little blocks is as follow:

					offset.x offset.y offset.z
					normal.x normal.y normal.z
					width in metres

					defining the offset from the shape pivot point
					where steam / smoke should appear, the direction
					it should go and the width of the nozzle
				)

				Exhaust1
				(
					0.1 4.45 0.871
					0 1 0
					0.3
				)
                Exhaust2
				(
					0 4.45 -1.364
					0 1 0
					0.3
				)
                )
                )


Am I correct? If so, I will give that a try.

#8 User is offline   Lamplighter 

  • Fireman
  • Group: Status: Active Member
  • Posts: 171
  • Joined: 24-January 18
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 01 October 2020 - 10:39 PM

Yes, this is it.
In order for the effects of the steam boiler to take effect, the MaxSteamHeatingPressure (x) parameter must not be missing in the Engine section.
Note that the effects may not work with some development and unstable versions of OR. Instead, try the stable version.

#9 User is offline   Traindude 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 648
  • Joined: 17-November 13
  • Gender:Male
  • Location:Seattle, WA
  • Simulator:Open Rails
  • Country:

Posted 02 October 2020 - 09:13 AM

 Lamplighter, on 01 October 2020 - 10:39 PM, said:

Yes, this is it.
In order for the effects of the steam boiler to take effect, the MaxSteamHeatingPressure (x) parameter must not be missing in the Engine section.
Note that the effects may not work with some development and unstable versions of OR. Instead, try the stable version.


I see. I did as you suggested but I'm still not getting any HeatingSteamBoilerFX. I've been using the unstable versions the whole time, so I may try the stable versions, even though I get an "Updater Failed" error message on the OR home screen when I try to convert.

#10 User is offline   Lamplighter 

  • Fireman
  • Group: Status: Active Member
  • Posts: 171
  • Joined: 24-January 18
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 04 October 2020 - 10:18 AM

I can do the following:
I'm attaching two videos and two listings of settings (.eng)
The first is a diesel-electric locomotive with a heating steam boiler for diesel.
The first video shows the effects of steam at the steam couplings and the exhaust from the boiler. The exhaust volume depends on the instantaneous boiler output (ALT + U / ALT + D).
The second video shows a heating car. It is set as .eng, but with zero traction power.
It contains a steam heating boiler on coal (from a narrow-gauge steam locomotive). It was used in hospital trains in Germany during World War II. After the war, it was used to heat trains with locomotives without a boiler. In order for the operator to work, he must go to his cab (CTRL + E), release steam to the train (ALT + U) and return to the locomotive cab.

https://youtu.be/54Vk9ZIAPDI
https://youtu.be/p5WdDyx40bE

The settings of the locomotive with a boiler and the car with a boiler are older and do not contain all the parameters for steam heating. But it is enough for illustration.
SIMISA@@@@@@@@@@JINX0D0t______

Wagon ( CD_735175
Comment ( "Sekce vozidlo" )
Comment ( "Popis fyziky vozu pro OR" )
Comment ( "Pokyny pro obecne nastaveni OR:" )
Comment ( "Karta Obecne: Rychlost plneni brzdoveho potrubi 1000 PSI/s (nutne aby OR akceptoval hodnoty engu!)" )
Comment ( "Karta Simulace: Pokrocily model adheze" )
Comment ( "Karta Experimentalni: Faktor korekce adheze 100%" )
Comment ( "Karta Experimentalni: Nahodna zmena faktoru adheze 10%" ) 
Comment ( "Josef Vogeltanz - 21.12.2019" )

Comment ( "Obecne informace vozu" )
Type ( Engine )
WagonShape ( CD_735175.s )

Size ( 3.066m 4.597m 14.135m )
Mass ( 64t )
WheelRadius ( 0.5m )
NumWheels ( 4 )

ORTSFreightAnims (
MSTSFreightAnimEnabled ( 0 )
FreightAnimStatic ( 
SubType ( Default )
Shape ( fira.s )
Offset ( 0.0, 0.0, 0.0 )
Flip ( 0 )
)
FreightAnimStatic ( 
SubType ( Default )
Shape ( CD_735175fa.s )
Offset ( 0.0, 0.0, 0.0 )
Visibility ( "Cab2D" )
Flip ( 0 )
)
)

Comment ( "Sprahla" )
Coupling (
Type ( Chain )
Spring ( Stiffness (  6.7e6N/m 4.4e8N/m) Break ( 850kN 850kN ) r0 ( 0cm 1.5cm ) )
CouplingHasRigidConnection ( 0 )
Velocity ( 0.01m/s ) )

Coupling (
Type ( Chain )
Spring ( Stiffness (  6.7e6N/m 4.4e8N/m) Break ( 850kN 850kN ) r0 ( 0cm 1.5cm ) )
CouplingHasRigidConnection ( 0 )
Velocity ( 0.01m/s ) )

Comment ( "Brzdy" )
Comment ( "Brzdovy system DAKO, zdrze, Bv.: 42t" )
Comment ( "Rezim brzdeni P" )
BrakeEquipmentType ( "Handbrake, Graduated_release_triple_valve, Auxilary_reservoir" )
BrakeSystemType ( "Air_single_pipe" )

MaxBrakeForce ( 128kN )
MaxHandbrakeForce ( 38kN )
NumberOfHandbrakeLeverSteps ( 10 )

TripleValveRatio ( 2.5 )
MaxReleaseRate ( 0.212bar/s )
MaxApplicationRate ( 0.475bar/s )
MaxAuxilaryChargingRate ( 0.486bar/s )
EmergencyResChargingRate ( 0.486bar/s )
BrakeCylinderPressureForMaxBrakeBrakeForce ( 4bar )
EmergencyResVolumeMultiplier ( 1.0 )
EmergencyResCapacity ( 250l )
BrakePipeVolume ( 12.7l )

ORTSBrakeShoeFriction ( 0 0.31 1 0.30 2 0.28 3 0.27 4 0.26 5 0.25 7 0.24 8 0.23 9 0.22 12 0.21 14 0.20 17 0.19 20 0.18 24 0.17 29 0.16 34 0.15 40 0.14 47 0.13 55 0.12 66 0.11 84 0.10 115 0.09 160 0.09 )

Comment ( "Jizdni odpory a treni" )
CentreOfGravity ( 0m 2.29m  0m )
ORTSTrackGauge ( 1m 435mm )
ORTSRigidWheelbase ( 2m 400mm )
ORTSUnbalancedSuperelevation ( 150mm )

ORTSBearingType ( Roller )
ORTSDavis_A ( 923.9 )
ORTSDavis_B ( 21.05 )
ORTSDavis_C ( 5.865 )

ORTSAdhesion (
ORTSCurtius_Kniffler ( 7.5 44 0.161 0.7 )
ORTSSlipWarningThreshold ( 70 )
)

Comment ( "Nastaveni svetel CD " )
Lights ( 28

Comment ( "Svetelny kuzel dalkovy" )
Light (
Type ( 1 )
Conditions ( Headlight ( 3 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut (2 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFFFFC4 ) Position ( 0 3.2 6.4 ) Angle ( 15 ) Transition ( 1 ) Radius ( 150 ) )
)
)

Comment ( "Svetelny kuzel tlumeny" )
Light (
Type ( 1 )
Conditions ( Headlight ( 2 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut (2 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFFFFC4 ) Position ( 0 3.2 6.4 ) Angle ( 35 ) Transition ( 1 ) Radius ( 35 ) )
)
)

Comment ( "Definice svetel pro predni stanoviste" )
Comment ( "Reflektor dalkovy 1" )
Light (
Type ( 0 )
Conditions ( Headlight ( 3 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut ( 2 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFFEA99 ) Position ( 0 3.28 6.45 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "Reflektor tlumený 1" )
Light (
Type ( 0 )
Conditions ( Headlight ( 2 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut ( 2 )
States ( 1
State ( Duration ( 0 ) LightColour ( 80FFEA99 ) Position ( 0 3.28 6.45 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "Predni leve pozicni" )
Light (
Type ( 0 )
Conditions ( Headlight ( 1 ) Unit ( 0 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni prave pozicni" )
Light (
Type ( 0 )
Conditions ( Headlight ( 1 ) Unit ( 0 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni horní zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
FadeOut ( 0,5 )
States ( 1
State ( Duration ( 0 ) LightColour ( 80FFEA99 ) Position ( 0 3.28 6.45 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni leve zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni prave zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 2 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni leve pozicni" )
Light (
Type ( 0 )
Conditions ( Headlight ( 1 ) Unit ( 0 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 -6.435 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni prave pozicni" )
Light (
Type ( 0 )
Conditions ( Headlight ( 1 ) Unit ( 0 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 -6.435 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni leve koncove" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 3 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( 0.9 1.94 -6.475 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni prave koncove" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 3 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( -0.9 1.94 -6.475 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Definice svetel pro zadni stanoviste" )
Comment ( "Reflektor dalkovy 1" )
Light (
Type ( 0 )
Conditions ( Headlight ( 3 ) Unit ( 5 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut ( 2 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFFEA99 ) Position ( 0 3.28 -6.45 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "Reflektor tlumený 1" )
Light (
Type ( 0 )
Conditions ( Headlight ( 2 ) Unit ( 5 ) Control ( 2 ) )
FadeIn ( 2 )
FadeOut ( 2 )
States ( 1
State ( Duration ( 0 ) LightColour ( 80FFEA99 ) Position ( 0 3.28 -6.45 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "Predni horní zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 5 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( 80FFEA99 ) Position ( 0 3.28 -6.45 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni leve zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 5 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 -6.435 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Predni prave zapnute" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 5 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 -6.435 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni leve koncove" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 4 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( 0.9 1.94 6.505 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Zadni prave koncove" )
Light (
Type ( 0 )
Conditions ( Headlight ( 4 ) Unit ( 4 ) Control ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( -0.9 1.94 6.505 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Definice svetel pro Loose consist" )
Comment ( "Prave predni pozicni - Loose consist" )
Light (
Type ( 0 )
Conditions ( Headlight ( 0 ) Control ( 0 ) Service ( 1 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Leve zadni pozicni - Loose consist" )
Light (
Type ( 0 )
Conditions ( Headlight ( 0 ) Control ( 0 ) Service ( 1 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 -6.435 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "Definice svetel pro loko ovladanou PC" )
Comment ( "PC predni prave" )
Light (
Type ( 0 )
Conditions ( Headlight ( 0 ) Unit ( 2 ) Control ( 1 ) Service ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( 0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "PC predni leve" )
Light (
Type ( 0 )
Conditions ( Headlight ( 0 ) Unit ( 2 ) Control ( 1 ) Service ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( BFFFEA99 ) Position ( -0.91 1.72 6.465 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "PC predni horní" )
Light (
Type ( 0 )
Conditions ( Headlight ( 0 ) Unit ( 2 ) Control ( 1 ) Service ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( 80FFEA99 ) Position ( 0 3.28 6.45 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "PC reflektor predni 1" )
Light (
Type ( 0 )
Conditions ( Unit ( 2 ) Control ( 1 ) Service ( 2 ) TimeOfDay ( 2 ) )
FadeIn ( 2 )
FadeOut ( 2 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFFEA99 ) Position ( 0 3.28 6.45 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.6 ) )
)
)

Comment ( "PC zadni leve koncove" )
Light (
Type ( 0 )
Conditions ( Unit ( 3 ) Control ( 1 ) Service ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( 0.9 1.94 -6.475 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)

Comment ( "PC zadni prave koncove" )
Light (
Type ( 0 )
Conditions ( Unit ( 3 ) Control ( 1 ) Service ( 2 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
States ( 1
State ( Duration ( 0 ) LightColour ( FFFF0000 ) Position ( -0.9 1.94 -6.475 ) Azimuth ( 180 180 180 ) Transition ( 0 ) Elevation ( 0 0 0 ) Radius ( 0.35 ) )
)
)
)

Comment ( "Ostatni informace" )
Sound ( "..//..//common.snd//sndDlok/735eng.sms" )
IntakePoint ( 0 2 FuelDiesel )

Effects (
SpecialEffects (
HeatingHoseFX (
1.07 0.55 6.46
0 -1 0
0.15
)
HeatingHoseFX (
-1.07 0.55 -6.46
0 -1 0
0.15
)
)
)
)

Engine ( CD_735175
Comment ( "Sekce pohon" )
Comment ( "Motor Pielstick 12 PA4-185 , trakcni generator CKD TD 805A, trakcni motory CKD TE 005 E" )
Wagon ( CD_735175 )

Comment ( "Projevy pohonu" )
Effects (
DieselSpecialEffects (
Exhaust1 ( 0 4.62 -0.55 0 1 0 0.2 )
HeatingSteamBoilerFX ( 0 4.53 -2.89 0 1 0 0.12 )
)
)

Comment ( "Obecne informace pohonu" )
Type ( Diesel )
MaxVelocity ( 90km/h )
WheelRadius ( 0.5m )
Sanding ( 30km/h )
NumWheels ( 4 )
ORTSDriveWheelWeight ( 64t )
MaxForce ( 192kN )
MaxContinuousForce ( 133kN )
MaxPower ( 800kW )
MaxDieselLevel ( 2200l )
DieselEngineType ( electric )
MaxCurrent ( 1200A )
MaxSteamHeatingPressure ( 5.5bar )

Comment ( "Agregat" )
ORTSDieselEngines ( 1
Diesel (
IdleRPM ( 600 )
MaxRPM ( 1500 )
StartingRPM ( 402 )
StartingConfirmRPM ( 660 )
ChangeUpRPMpS ( 100 )
ChangeDownRPMpS ( 150 )
RateOfChangeUpRPMpSS ( 25 )
RateOfChangeDownRPMpSS ( 25 )
MaximalPower ( 926kW )
IdleExhaust ( 4 )
MaxExhaust ( 11 )
ExhaustDynamics ( 1.2 )
ExhaustDynamicsDown ( 0.5 )
ExhaustColor ( 00999792 )
ExhaustTransientColor ( FF5B5851 )
DieselPowerTab (
0 0
600 85000
600 90000
760 266225
890 412070
990 518560
1120 648200
1250 745430
1370 833400
1500 926000
)
DieselConsumptionTab (
0 0
600 30.5
600 30.5
760 170.6
890 180.8
990 188.4
1120 206.2
1250 216.4
1370 231.7
1500 254.6
)
ThrottleRPMTab (
0 600
0.1 600
18 760
32 890
43 990
58 1120
72 1250
85 1370
100 1500
)
DieselTorqueTab (
0 0
600 3858
1500 4618
)
MinOilPressure ( 220kPa )
MaxOilPressure ( 539kPa )
MaxTemperature ( 90 )
Cooling ( 3 )
TempTimeConstant ( 720 )
OptTemperature ( 85 )
IdleTemperature ( 65 )
)
)

ORTSContinuousForceTimeFactor ( 3600 )
ORTSTractionCharacteristics ( 19 10         
Throttle ( 0 0.01 0.18 0.32 0.43 0.58 0.72 0.85 1 )         
Table (         
0km/h 0.0kN 1.9kN 34.6kN 61.4kN 82.6kN 111.4kN 138.2kN 163.2kN 192.0kN
5km/h 0.0kN 1.8kN 33.0kN 58.7kN 78.8kN 106.3kN 132.0kN 155.8kN 183.3kN
10km/h 0.0kN 1.8kN 31.5kN 56.0kN 75.3kN 101.5kN 126.0kN 148.8kN 175.0kN
15km/h 0.0kN 1.7kN 28.0kN 49.0kN 67.0kN 89.0kN 112.0kN 132.0kN 162.0kN
20km/h 0.0kN 1.3kN 23.4kN 41.6kN 55.9kN 75.4kN 93.6kN 110.5kN 130.0kN
25km/h 0.0kN 1.0kN 18.7kN 33.3kN 44.7kN 60.3kN 74.9kN 88.4kN 104.0kN
30km/h 0.0kN 0.9kN 15.6kN 27.7kN 37.3kN 50.3kN 62.4kN 73.7kN 86.7kN
35km/h 0.0kN 0.7kN 13.4kN 23.8kN 32.0kN 43.1kN 53.5kN 63.2kN 74.3kN
40km/h 0.0kN 0.7kN 11.7kN 20.8kN 28.0kN 37.7kN 46.8kN 55.3kN 65.0kN
45km/h 0.0kN 0.6kN 10.4kN 18.5kN 24.9kN 33.5kN 41.6kN 49.1kN 57.8kN
50km/h 0.0kN 0.5kN 9.4kN 16.6kN 22.4kN 30.2kN 37.5kN 44.2kN 52.0kN
55km/h 0.0kN 0.5kN 8.5kN 15.1kN 20.3kN 27.4kN 34.0kN 40.2kN 47.3kN
60km/h 0.0kN 0.4kN 7.8kN 13.9kN 18.6kN 25.1kN 31.2kN 36.8kN 43.3kN
65km/h 0.0kN 0.4kN 7.2kN 12.8kN 17.2kN 23.2kN 28.8kN 34.0kN 40.0kN
70km/h 0.0kN 0.4kN 6.7kN 11.9kN 16.0kN 21.5kN 26.8kN 31.6kN 37.2kN
75km/h 0.0kN 0.3kN 6.2kN 11.1kN 14.9kN 20.1kN 25.0kN 29.5kN 34.7kN
80km/h 0.0kN 0.3kN 5.9kN 10.4kN 14.0kN 18.9kN 23.4kN 27.6kN 32.5kN
85km/h 0.0kN 0.3kN 5.5kN 9.8kN 13.2kN 17.7kN 22.0kN 26.0kN 30.6kN
90km/h 0.0kN 0.3kN 5.2kN 9.2kN 12.4kN 16.8kN 20.8kN 24.6kN 28.9kN
)         
)

Comment ( "Brzdy" )
Comment ( "Brzdovy system DAKO, brzdice DAKO BS2, DAKO BP, kompresor 3DSK-100" )
Comment ( "Brzdeni I.zpusob, rezim brzdeni P" )
BrakesTrainBrakeType ( "Air_single_pipe" )
BrakesEngineControllers ( "Independent, Train" )

ORTSMainResChargingRate ( 0.03bar/s )
ORTSBrakePipeChargingRate ( 20.7bar/s ) 
AirBrakesMainMaxAirPressure ( 10bar )
AirBrakesMainResVolume ( 1000l )
AirBrakesCompressorRestartPressure ( 8.5bar )
TrainPipeLeakRate ( 0.0042bar/s )

ORTSEngineBrakeReleaseRate ( 1.0bar/s )
ORTSEngineBrakeApplicationRate ( 1.3bar/s )
EngineBrakesControllerMinPressureReduction ( 0.3bar )
EngineBrakesControllerFullServicePressureDrop ( 1.0bar )
EngineBrakesControllerMaxApplicationRate ( 1.33bar/s )
EngineBrakesControllerMaxReleaseRate ( 1.0bar/s )
EngineBrakesControllerMaxSystemPressure ( 5bar )

TrainBrakesControllerMinPressureReduction ( 0.3bar )
TrainBrakesControllerFullServicePressureDrop ( 1.5bar )
TrainBrakesControllerMaxReleaseRate ( 0.5bar/s )
TrainBrakesControllerMaxApplicationRate ( 0.5bar/s )
TrainBrakesControllerMaxQuickReleaseRate ( 2.0bar/s )
TrainBrakesControllerEmergencyApplicationRate ( 1.86bar/s )
TrainBrakesControllerMaxSystemPressure ( 5bar )

ORTSBrakePipeTimeFactor ( 0.003 )
ORTSBrakeServiceTimeFactor ( 1.009 )
ORTSBrakeEmergencyTimeFactor ( 0.1 ) 

Comment ( "Ovladani jizdy" )

Comment ( "Vlakovy zabezpecovac" )
VigilanceMonitor (
MonitoringDeviceMonitorTimeLimit ( 16 )
MonitoringDeviceAlarmTimeLimit ( 6 )
MonitoringDevicePenaltyTimeLimit ( 0 )
MonitoringDeviceCriticalLevel ( 0 )
MonitoringDeviceResetLevel ( 1.3 )
MonitoringDeviceAppliesFullBrake ( 0 )
MonitoringDeviceAppliesEmergencyBrake ( 1 )
MonitoringDeviceAppliesCutsPower ( 1 )
MonitoringDeviceAppliesShutsDownEngine ( 0 )
MonitoringDeviceTriggerOnOverspeed ( 1.6 )
MonitoringDeviceTriggerOnTrackOverspeed ( 0 )
MonitoringDeviceTriggerOnTrackOverspeedMargin ( 0.2 )
MonitoringDeviceResetOnZeroSpeed ( 1 )
MonitoringDeviceResetOnResetButton ( 1 )
)

Comment ( "Rizeni" )
EngineControllers (

Throttle ( 0 1 0.125 0
NumNotches ( 9
Notch ( 0 0 Dummy )
Notch ( 0.001 0 Dummy )
Notch ( 0.18 0 Dummy )
Notch ( 0.32 0 Dummy )
Notch ( 0.43 0 Dummy )
Notch ( 0.58 0 Dummy )
Notch ( 0.72 0 Dummy )
Notch ( 0.85 0 Dummy )
Notch ( 1 0 Dummy )
)
)

Comment ( "Primocinna brzda typu DAKO BP" )
Brake_Engine ( 0 1 0.1 0.8
NumNotches( 1 
Notch ( 0 1 Dummy ) )
)

Comment ( "Prubezna brzda typ DAKO-BS2" )
Brake_Train ( 0 1 0.04 0.21
NumNotches ( 6
Notch ( 0 0 TrainBrakesControllerFullQuickReleaseStart )
Notch ( 0.14 0 TrainBrakesControllerReleaseStart )
Notch ( 0.21 0 TrainBrakesControllerNeutralhandleOffStart )
Notch ( 0.35 1 TrainBrakesControllerGraduatedSelfLapLimitedHoldingStart )
Notch ( 0.95 0 TrainBrakesControllerSuppressionStart )
Notch ( 0.99 0 TrainBrakesControllerEmergencyStart )
)
)

Brake_Hand ( 0 1 0.025 0
NumNotches ( 0 )
)

DirControl ( -1 0 1 1 )
Sanding ( 0 1 0 )
Horn ( 0 1 0 )
Wipers ( 0 1 0 )
EmergencyStopToggle ( 0 1 1 )
Vigilance ( 0 1 0 )
Headlights ( 0 0.25 1 0 )
)

Comment ( "Ostatni informace" )
Name ( "CD 735.175-2" )
Sound ( "..//..//common.snd//sndDlok//735cab.sms" )
CabView ( 735.cvf )
HeadOut ( 1.45 3.75 -1.65 )

Comment ( "Poznamky" )
Description (
"Lokomotivy rady T466.0 (735) pri svem nasazeni nahradily v provozu parni lokomotivy "+
"na vedlejsich tratich a postupne se dostaly i na rychlikove vykony. \n\n"+
"Prenos vykonu: elektricky \n\n"+
"Naftovy motor: dvanactivalec 12 PA4-185 "+
"o vykonu 927 kW \n\n"+
"Max. rychlost: 90 km/h \n\n"+
"Vyrobce: TEES Martin \n\n"+
"Vyrabena v letech 1972-1979 \n\n"+
"Trakcni motory: 4x TE 005 E \n\n"+
"Vyrobeno 304 kusu\n\n"+
"Delka: 14180 mm\n\n"+
"Vyska¨: 4445 mm \n\n"+
"Hmotnost: 64 tun"
)
EngineOperatingProcedures (
"Viz. manual Open Rails.\n\n"+
"TIP: V prubehu jizdy pomoc na klavese F1."
)
)


SIMISA@@@@@@@@@@JINX0D0t______

Wagon ( CSD_vytapeci630
Comment ( "Sekce vozidlo" )
Comment ( "Popis fyziky vozu pro OR" )

Comment ( "Obecne informace vozu" )
Type ( Engine )
WagonShape ( CSD_vytapeci630.s )
Size ( 3.02m 4.29m 16.766m )
Mass ( 61.2t )
WheelRadius ( 0.5m )

ORTSFreightAnims (
MSTSFreightAnimEnabled (0)
FreightAnimStatic ( 
Shape ( stin.s )
Offset ( 0.0, 0.0, 0.0 ) 
)
)

Comment ( "Sprahla" )
Coupling (
Type ( Chain )
Spring ( Stiffness (  6.7e6N/m 4.4e8N/m) Break ( 850kN 850kN ) r0 ( 0cm 2.5cm ) )
CouplingHasRigidConnection ( 0 )
Velocity ( 0.01m/s ) )

Coupling (
Type ( Chain )
Spring ( Stiffness (  6.7e6N/m 4.4e8N/m) Break ( 850kN 850kN ) r0 ( 0cm 2.5cm ) )
CouplingHasRigidConnection ( 0 )
Velocity ( 0.01m/s ) )

Comment ( "Brzdy" )
Comment ( "Brzdy typu Knorr, zdrze, Bv.P: 49t")
BrakeEquipmentType ( "Handbrake, Graduated_release_triple_valve, Auxilary_reservoir" )
BrakeSystemType ( "Air_single_pipe" )

MaxBrakeForce ( 148kN )
MaxHandbrakeForce ( 37kN )
NumberOfHandbrakeLeverSteps ( 10 )

TripleValveRatio ( 2.5 )
MaxReleaseRate ( 0.2bar/s )
MaxApplicationRate ( 0.45bar/s )
MaxAuxilaryChargingRate ( 1.621bar/s )
EmergencyResChargingRate ( 1.621bar/s )
BrakeCylinderPressureForMaxBrakeBrakeForce ( 3.8bar )
EmergencyResVolumeMultiplier ( 1.0 )
EmergencyResCapacity ( 75l )
BrakePipeVolume ( 14.7l )

ORTSBrakeShoeFriction ( 0 0.31 1 0.30 2 0.28 3 0.27 4 0.26 5 0.25 7 0.24 8 0.23 9 0.22 12 0.21 14 0.20 17 0.19 20 0.18 24 0.17 29 0.16 34 0.15 40 0.14 47 0.13 55 0.12 66 0.11 84 0.10 115 0.09 160 0.09 )

Comment ( "Jizdni odpory a treni" )
CentreOfGravity ( 0m 2.14m  0m )
ORTSTrackGauge ( 1m 435mm )
ORTSRigidWheelbase ( 3m 600mm )
ORTSUnbalancedSuperelevation ( 0 )

NumWheels ( 4 )
ORTSBearingType ( Roller )
ORTSDavis_A ( 906 )
ORTSDavis_B ( 20.13 )
ORTSDavis_C ( 0.9041 )

Comment ( "Osvetleni" )
Lights ( 4

Light (
Comment ( " Koncova svetla" )
Type 0
Conditions ( Headlight ( 4 ) Service ( 2 ) Unit ( 3 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
Cycle 0
States ( 1
State ( Duration ( 0.0 ) LightColour ( 80ff0000 ) Position ( -0.89 1.67 -7.88 ) Azimuth ( -180 -180 -180 ) Transition ( 0 ) Radius ( 0.5 ) )
)
)

Light (
Comment ( "Koncova svetla" )
Type 0
Conditions ( Headlight ( 4 ) Service ( 2 ) Unit ( 3 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
Cycle 0
States ( 1
State ( Duration ( 0.0 ) LightColour ( 80ff0000 ) Position ( 0.89 1.67 -7.88 ) Azimuth ( -180 -180 -180 ) Transition ( 0 ) Radius ( 0.5 ) )
)
)

Light (
Comment ( "Koncova svetla - zadni" )
Type 0
Conditions ( Headlight ( 4 ) Service ( 2 ) Unit ( 4 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
Cycle 0
States ( 1
State ( Duration ( 0.0 ) LightColour ( 80ff0000 ) Position ( 0.89 1.67 7.88 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Radius ( 0.5 ) )
)
)

Light (
Comment ( "Koncova svetla - zadni" )
Type 0
Conditions ( Headlight ( 4 ) Service ( 2 ) Unit ( 4 ) )
FadeIn ( 0.5 )
FadeOut ( 0.5 )
Cycle 0
States ( 1
State ( Duration ( 0.0 ) LightColour ( 80ff0000 ) Position ( -0.89 1.67 7.88 ) Azimuth ( 0 0 0 ) Transition ( 0 ) Radius ( 0.5 ) )
)
)
)

Comment ( "Efekt parniho topeni" )
Comment ( "Format techto malych bloku je nasledujici: " )
Comment ( "pozice.x pozice.y pozice.z - Definuje posun od nulteho bodu" )
Comment ( "smer.x smer.y smer.z - Smer pary/koure ve stanovenem miste" )
Comment ( "vzdalenost vyfuku v m - Rozptyl" )

Effects (
SpecialEffects (

HeatingHoseFX (
-0.60 0.58 -7.9
0 -1 0
0.15
)

HeatingHoseFX (
0.60 0.58 7.9
0 -1 0
0.15
)

WagonSmokeFX (
0 4.32 1.74
0 1 0
0.3
)

HeatingHoseFX (
0 4.05 -2.89
0 1 0
0.07
)
)
)

Comment  ( "Ostatni informace" )
Sound ( "..//..//common.snd//sndVozy//Balm-OR .sms" )

)

Engine ( CSD_vytapeci630  
Comment ( "Sekce pohon" )

Comment ( "Obecne informace pohonu" )
Wagon ( CSD_vytapeci630 )

ORTSSteamLocomotiveType ( Saturated )
Type ( Steam )
IsTenderRequired ( -1 )
ORTSMaxIndicatedHorsepower ( 0.1W )
MaxPower ( 0.1W )
MaxSteamHeatingPressure ( 5.5bar )

Comment ( "Kotel" )
ORTSSteamBoilerType ( Saturated )
ORTSEvaporationArea ( 35m^2 )
BoilerVolume ( 4.22m^3 )
MaxBoilerPressure ( 10bar )

Comment ( "Topeniste" )
ORTSFuelCalorific ( 17600kj/kg )
ORTSGrateArea ( 1.04m^2 )
ORTSSteamFiremanMaxPossibleFiringRate ( 2000kg/h )
ShovelCoalMass ( 0.45kg )

Comment ( "Zbrojeni" )
MaxTenderWaterMass ( 15000kg )
MaxTenderCoalMass ( 4500kg )
IntakePoint ( 0 2.0 FuelCoal )
IntakePoint ( 0 2.0 FuelWater ) 

Comment ( "Ovladani jizdy" )
EngineControllers (
Regulator ( 0 0.20 0.01 0.20
NumNotches( 0 )
)
Cutoff ( 0 0 0.01 0
NumNotches( 0 )
)
)

Comment ( "Ostatni informace" )
CabView ( "kotelna.cvf" )
Sound ( "..//..//common.snd//sndVozy//CDvuzOs2nEx.sms" )
Name ( "CSD vytapeci vuz" )

Description (
"Vytapeci vuz s parnim kotlem Orenstein & Koppel"+
"Rok vyroby : 1940\n"+
"Tovarna : Wumag\n"+
"Pojezd : Gorlitzer III schwere\n"+
"Hmotnost: 61,2 t\n"+
"Max. rychlost: 100 km/h\n"+
"Delka: 17 m"
)
EngineOperatingProcedures (
"Viz. manual Open Rails.\n\n"+
"TIP: V prubehu jizdy pomoc na klavese F1.\n\n"+
)
)


  • 3 Pages +
  • 1
  • 2
  • 3
  • 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