Elvas Tower: Advanced adhesion in snow. - Elvas Tower

Jump to content

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

Advanced adhesion in snow. Rate Topic: -----

#1 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 25 October 2016 - 04:34 PM

Is advanced adhesion still a work in progress. I sometimes switch back and forth between simple and advanced adhesion, but this is the first time I tried using it in snow and on a 1.3% grade. I get the wheel slip message and I lose all traction. All drive axles spin like crazy. Sanding does not help at all. I tried using the ORTSDriveWheelWeight() parameter, but no change.

Edit: I am using diesel locomotives.


Edward K.

#2 User is offline   engmod 

  • Open Rails Developer
  • PipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 1,764
  • Joined: 26-February 08
  • Gender:Male
  • Location:Eltham, Victoria, Australia
  • Simulator:ORNYMG
  • Country:

Posted 25 October 2016 - 10:38 PM

It does not do what I expect either, especially with AC units.

#3 User is offline   ATW 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 638
  • Joined: 07-January 13
  • Gender:Male
  • Simulator:MSTS Open Rails
  • Country:

Posted 26 October 2016 - 12:09 AM

Try converting the drive wheel weight into LBS. If you need more details I will be glad to help when I get home.

#4 User is offline   copperpen 

  • Executive Vice President
  • Group: Status: Elite Member
  • Posts: 3,144
  • Joined: 08-August 05
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 26 October 2016 - 04:09 AM

For steam and early diesel/electric locomotives I have no problems with advanced adhesion in snow. Just reduce the load or add a locomotive to the consist.

#5 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 26 October 2016 - 01:26 PM

Yes, converting the initial value for ORTSDriveWheelWeight() to lbs did the trick. Keep in mind that the default is flawed because if you do not use ORTSDriveWheelWeight() and advanced adhesion is selected, the default is to use the Mass value directly and this is when I first experienced the issue. The initial metric ton value must be converted to lbs so this is an actual bug. Based on my notes, to convert metric ton to lbs, metric ton is multiplied by 2205 or 2204.6(176.9t*2205 = lbs).

Edit: I meant to multiply, not divide.

Peter, if you read this, this is a bug.

Edward K.

#6 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 26 October 2016 - 01:47 PM

ORTSDriveWheelWeight is processed as kilograms, but it appears that Mass needs to be converted to lbs first, then to kilograms.

Edward K.

#7 User is online   steamer_ctn 

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

Posted 26 October 2016 - 08:55 PM

View Postedwardk, on 26 October 2016 - 01:26 PM, said:

Peter, if you read this, this is a bug.

I am sorry, but I don't quite understand the bug.

As suggested the OR code reads the value ORTSDriveWheelWeight() from the ENG file as a Mass quantity. The STFReader reads the value and then converts the value entered into kg to be used internally within OR.

The STFReader will accept any of the following units of measure (UoM): kg, lb, t (tonne), tons (uk) or tons (us). If no UoM are included in the parameter, then the STFReader assumes that the value is already in kg, and uses the figure directly as entered.

The UoM must be specified for correct conversion by OR, eg ORTSDriveWheelWeight( 104.0t-uk ).

What was the original ORTSDriveWheelWeight() statement in your ENG file?

#8 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 27 October 2016 - 01:10 PM

View Poststeamer_ctn, on 26 October 2016 - 08:55 PM, said:

I am sorry, but I don't quite understand the bug.

As suggested the OR code reads the value ORTSDriveWheelWeight() from the ENG file as a Mass quantity. The STFReader reads the value and then converts the value entered into kg to be used internally within OR.

The STFReader will accept any of the following units of measure (UoM): kg, lb, t (tonne), tons (uk) or tons (us). If no UoM are included in the parameter, then the STFReader assumes that the value is already in kg, and uses the figure directly as entered.

The UoM must be specified for correct conversion by OR, eg ORTSDriveWheelWeight( 104.0t-uk ).

What was the original ORTSDriveWheelWeight() statement in your ENG file?


Peter,

When I experienced the above issue, I was not using ORTSDriveWheelWeight()(at first). This means the initial metric ton value in Mass() value was used. I was experiencing spinning axles on a 1.3% grade using the initial Mass() value or in this case MassKG in the code. It was not until I converted the metric ton value to lbs and used it in ORTSDriveWheelWeight(), I was able to stop the severe wheelslip issue. I actually noticed this on another locomotive I was testing for someone here and advanced adhesion was selected with no snow.

Edit: It was one of the previous posts that mentioned to try converting the metric ton value to lbs.

#9 User is online   steamer_ctn 

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

Posted 27 October 2016 - 03:25 PM

View Postedwardk, on 27 October 2016 - 01:10 PM, said:

This means the initial metric ton value in Mass() value was used.

Does this mean that the Mass() statement in the ENG file was not reading the correct locomotive weight?

What was the Mass() statement in the ENG file?

#10 User is offline   ATW 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 638
  • Joined: 07-January 13
  • Gender:Male
  • Simulator:MSTS Open Rails
  • Country:

Posted 27 October 2016 - 04:42 PM

I myself never saw any big difference with using the tons or mass an used LBS instead an saw big differences an slippage reduced making AC motors come to life as well as DC motors along with my custom Tractive Effort curves.

Using:
Antislip (1) & ORTSWheelSlipCausesThrottleDown together I also see modern computerized slippage control systems a help to reduce severe slipping to a lower throttle setting.

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