Elvas Tower: Oil and Temperature - Elvas Tower

Jump to content

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

Oil and Temperature Rate Topic: -----

#11 User is offline   vince 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,314
  • Joined: 18-June 14
  • Gender:Male
  • Location:West of the Contental Divide
  • Simulator:ORTS_Running MSTS_Editing
  • Country:

Posted 03 December 2021 - 07:48 PM

Oops! Sorry. I didn't know Win7 even had a Program Files (x86)\ folder. I thought that started with Win10.

vince

#12 User is offline   Laci1959 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 944
  • Joined: 01-March 15
  • Gender:Male
  • Simulator:Alföld
  • Country:

Posted 04 December 2021 - 02:34 AM

Dial (
			Type ( ORTS_DIESEL_TEMPERATURE DIAL )
			Position ( 275 308 5 26 )
			Graphic ( FekmutV.ace )
			Style ( NEEDLE )
			ScaleRange ( 0 100 )
			ScalePos ( 260 88 )
			Units ( °C )
			Pivot ( 12 )
			DirIncrease ( 0 )
		)
		Dial (
			Type ( ORTS_OIL_PRESSURE DIAL )
			Position ( 306 308 5 26 )
			Graphic ( FekmutV.ace )
			Style ( NEEDLE )
			ScaleRange ( 4 9 )
			ScalePos ( 270 90 )
			Units ( BAR )
			Pivot ( 14.7 )
			DirIncrease ( 0 )
		)	


Hello.

I use it with these settings and it works. The temperature must be entered in degrees (° = Alt + 5).
Example:
Units (° C)

Sincerely, Laci 1959
Ps Also works for control car with "Type (Control)" setting.

#13 User is offline   VAPOR3D 

  • Conductor
  • Group: Status: Active Member
  • Posts: 268
  • Joined: 15-March 20
  • Gender:Male
  • Location:Barcelona, Catalunya
  • Simulator:Open Rails
  • Country:

Posted 06 December 2021 - 01:49 PM

Hello Laci 1959.

With your code I have managed to get the needles to move, although in a rather strange way, for example the temperature needles move very slowly, and it doesn't matter if the engine is off or on, the temperature always rises. The oil pressure needles, on the other hand, move at full speed, and have only two states: 0% or 100%. On the other hand, although they work, this is what I get back from the log:

Information: Skipped unknown ControlStyle °C in C:\Program Files (x86)\Microsoft Games\Train Simulator\trains\trainset\FV2401\CABVIEW\FV2401.cvf:line 202

I will continue testing and if I make any progress, I will post it here. Thank you very much!

#14 User is offline   Laci1959 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 944
  • Joined: 01-March 15
  • Gender:Male
  • Simulator:Alföld
  • Country:

Posted 07 December 2021 - 12:40 AM

I didn't care about them so much. I was glad I was able to get them moving. Unfortunately, oil pressure has only two states. Unfortunately, we can't influence the cooling water temperature either. The OR does not know the heat sink or heat sink to control the amount of air flowing through the heat sink.
So as much as.

#15 User is offline   superheatedsteam 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 501
  • Joined: 28-June 08
  • Location:Perth, WA
  • Country:

Posted 07 December 2021 - 02:36 AM

When I was testing I used digital gauges not needles so I just saw the numerical value. When starting a session both values for pressure and temperature started at 40. Temperature increased slowly over time and oil pressure increased and decreased in proportion to engine RPM. I would suggest creating temporary digital gauges so you can compare the needle positions to the values OR is calculating.

#16 User is offline   gpz 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,772
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 07 December 2021 - 04:33 AM

Just checked the code, the following statement is invalid:
Units ( °C )

The code will implicitly set it to "NONE". It is not possible to set temperature units in Units(). Anyway, the Diesel temperature is output in Celsiuses, and cannot be set to anything else, by the code. For the reference, here is the list of the valid cabview control UNITS():
NONE
BAR
PSI
KILOPASCALS
KGS_PER_SQUARE_CM
AMPS
VOLTS
KILOVOLTS
KM_PER_HOUR
MILES_PER_HOUR 
METRES_SEC_SEC
KM_HOUR_HOUR
KM_HOUR_SEC
METRES_SEC_HOUR
MILES_HOUR_MIN
MILES_HOUR_HOUR
NEWTONS
KILO_NEWTONS
KILO_LBS
METRES_PER_SEC
LITRES
GALLONS
INCHES_OF_MERCURY
MILI_AMPS
RPM
LBS


#17 User is offline   Laci1959 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 944
  • Joined: 01-March 15
  • Gender:Male
  • Simulator:Alföld
  • Country:

Posted 07 December 2021 - 07:47 AM

Hello.

What is the right solution?
1. Units ()
2. Delete the Units line item?

Sincerely, Laci 1959

#18 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 6,926
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 07 December 2021 - 08:09 AM

Manual says about three cooling modes...

Quote

would suggest creating temporary digital gauges so you can compare the needle positions to the values OR is calculating

Yes, that's useful for fine-tuning. I confirm that.
Always do that way.

#19 User is offline   gpz 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,772
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 07 December 2021 - 08:44 AM

View PostLaci1959, on 07 December 2021 - 07:47 AM, said:

Hello.

What is the right solution?
1. Units ()
2. Delete the Units line item?

Sincerely, Laci 1959

You may safely delete that line - Nyugodtan törölhető.

#20 User is offline   Laci1959 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 944
  • Joined: 01-March 15
  • Gender:Male
  • Simulator:Alföld
  • Country:

Posted 07 December 2021 - 08:52 AM

View Postgpz, on 07 December 2021 - 08:44 AM, said:

You may safely delete that line - Nyugodtan törölhető.


Thanks.

  • 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