Elvas Tower: Wrong gauge direction? - Elvas Tower

Jump to content

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

Wrong gauge direction? Rate Topic: -----

#1 User is offline   PA1930 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 782
  • Joined: 16-December 12
  • Gender:Male
  • Simulator:-
  • Country:

Posted 19 June 2016 - 03:12 PM

Hello,

I seem to have an issue with a couple of rolling stock using some accelerometer gauges.

The yellow bar seen going down should actually be going up, as the unit is accelerating.

Attached Image: cab.JPG

The configuration for the following display is this:

Gauge (
Type ( ACCELEROMETER GAUGE )
Position ( 288 265 2 41 )
Area ( 0 0 1 1 )
Graphic ( ..//..//common.cab//cab471//cd_471_graftah.ace )
Style ( SOLID )
ScaleRange ( -0.71 0.71 )
ZeroPos ( 0 )
PositiveColour ( 1
ControlColour ( 230 249 133 )
)
NegativeColour ( 0 )
Orientation ( 1 )
DirIncrease ( 0 )
Units ( METRES/SEC/SEC )
)

You can find the cab for download here: http://trainset.simt...p?id=via_kabiny
It's the file called Kabina pro elektrické jednotky řady 471.

Pedro

#2 User is offline   Hobo 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 969
  • Joined: 19-December 04
  • Gender:Male
  • Location:Paris,Ont- Canada
  • Simulator:OPEN RAILS & MSTS
  • Country:

Posted 19 June 2016 - 04:12 PM

I believe the problem could be the " Dirincrease ". I think it should be 1 not 0 . That and the "Orientation " are usually the ones to change for different position and direction .
Mine usually go from left to right and are 0 and 0 . Try them separately and then you can see what they do - good way to learn for next time .

#3 User is offline   Howky 

  • Fireman
  • Group: Status: Active Member
  • Posts: 247
  • Joined: 14-February 13
  • Gender:Male
  • Location:Czech Republic
  • Simulator:Open Rails
  • Country:

Posted 20 June 2016 - 04:14 AM

It's a bug in the OR, the MSTS it works without problems :)

#4 User is offline   PA1930 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 782
  • Joined: 16-December 12
  • Gender:Male
  • Simulator:-
  • Country:

Posted 20 June 2016 - 08:25 AM

 Hobo, on 19 June 2016 - 04:12 PM, said:

I believe the problem could be the " Dirincrease ". I think it should be 1 not 0 . That and the "Orientation " are usually the ones to change for different position and direction .
Mine usually go from left to right and are 0 and 0 . Try them separately and then you can see what they do - good way to learn for next time .


Exactly like Howky wrote, it is a bug in ORTS.

I have tried to change the "Dirincrease" parameter and it does not change anything at all. It still shows the same wrong direction.

#5 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 20 June 2016 - 01:10 PM

Pedro,
can you open a bug report on Launchpad for this? It shouldn't be too difficult to fix it.

#6 User is offline   PA1930 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 782
  • Joined: 16-December 12
  • Gender:Male
  • Simulator:-
  • Country:

Posted 20 June 2016 - 10:42 PM

Hi Carlo,

It is done. :) https://bugs.launchp...or/+bug/1594676

Pedro

#7 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 20 June 2016 - 10:53 PM

Fixed in x.3574.

#8 User is offline   PA1930 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 782
  • Joined: 16-December 12
  • Gender:Male
  • Simulator:-
  • Country:

Posted 20 June 2016 - 11:05 PM

That was quick, thanks Carlo!

Can you please give me a link for that version? The updater of ORTS only give me until X3573 (when I have the unstable updates).

Never mind, I got it from James's website directly. I'll let you know once I test it.

#9 User is offline   PA1930 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 782
  • Joined: 16-December 12
  • Gender:Male
  • Simulator:-
  • Country:

Posted 20 June 2016 - 11:28 PM

Many thanks once again, Carlo! Works fine! :)
Attached Image: Open Rails 2016-06-21 09-22-49.jpg
Attached Image: Open Rails 2016-06-21 09-22-58.jpg

Just FYI: I saw a lot of wheelsleep warnings and wheelsleep when not even putting too much traction. It looked strange.

Another bug I've noticed for a couple of versions is the speed shown in MPH with a route that has km/h rolling stock and route itself. The Track Monitor does show the speed in km/h.

#10 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 21 June 2016 - 03:55 AM

These are the lines that determine wether a metric or mile speed indication has to be displayed
 IsMetric = Simulator.Settings.Units == "Metric" || (Simulator.Settings.Units == "Automatic" && System.Globalization.RegionInfo.CurrentRegion.IsMetric) ||
                (Simulator.Settings.Units == "Route" && Simulator.TRK.Tr_RouteFile.MilepostUnitsMetric);

So it is metric if any of following conditions is satisfied:
- "Metric" has been selected in the "Other measures" option
- in the route trk file the milepost units is metric
- "Automatic" has been selected in the "Other measures" option and the Windows says we are metric (I don't know how Windows does manage that).

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