Elvas Tower: Q: Does OR use one coupler definition or two? - Elvas Tower

Jump to content

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

Q: Does OR use one coupler definition or two? Rate Topic: -----

#1 User is offline   Laci1959 

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

Posted 05 December 2021 - 12:48 AM

Hello Weter

Unfortunately, the OR only knows one coupler. MSTS was better in this regard.
Some parameters are included in the Default.wag file.

#2 User is offline   Laci1959 

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

Posted 05 December 2021 - 02:26 AM

View PostWeter, on 05 December 2021 - 01:03 AM, said:

Really?
What a loss :(
There are steam engines, or fixed formation MUs, that use 2 types of couplers.
Passenger cars use same couplers as freight, but with more short spring, movement.


Unfortunately yes. Although I have a little question mark in me. I read in one of the threads here before.
It would be good because the vehicles could be set up more accurately.

	Coupling (
		Type ( Chain )
		Spring (
			Stiffness ( 1E7N/m 1E6N/m )
			Damping ( 1E6N/m/s 2E6N/m/s )
			Break ( 1.1E8N 5E8N )
			r0 ( 5cm 8cm )
		)
		CouplingHasRigidConnection (  )
		Velocity ( 0.1m/s )
	)
	Coupling (
		Type ( Bar )
		Spring (
			Stiffness ( 1E7N/m 1E6N/m )
			Damping ( 1E6N/m/s 2E6N/m/s )
			Break ( 1.1E8N 5E8N )
			r0 ( 0cm 20cm )
		)
		CouplingUniqueType ( "Steam" )
		CouplingHasRigidConnection ( 1 )
		Velocity ( 0.1m/s )
	) 

Unfortunately yes. Although I have a little question mark in me. I read in one of the threads here before.
It would be good because the vehicles could be set up more accurately.
In the code snippet above, the first coupling is in the rear of the vehicle because it is an editorial of a steam locomotive [Type (Tender)]. The second coupler is the first coupler of the tender, which cannot be decomposed. At least it should be.
The CouplingUniqueType () entry is used by the German EngMex program. I took it from there.

#3 User is offline   Laci1959 

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

Posted 05 December 2021 - 03:08 AM

View PostWeter, on 05 December 2021 - 02:49 AM, said:

So, (coming back to this thread's question), can modelers use include files to determine different coupler types for the same vehicle?

At least, I see no sense to use both (native and include) blocks simultaneously: if use include, then original block should be deleted or commented-out from the *.eng-file.


I will delete or comment. The latter is usually when something is new to me. At that time, I also write why it was commented on and where I can find the right parameters.
If there is more than one type, the one with the lowest track number is commented on, the others are simply deleted.

#4 User is online   dforrest 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 977
  • Joined: 12-January 12
  • Gender:Male
  • Location:St. Vincent (formally UK)
  • Simulator:MSTS, Open Rails
  • Country:

Posted 05 December 2021 - 04:04 AM

Can someone please clarify, does OR only use one coupler?

Also, the default.wag file is mentioned. Is this used by OR?

#5 User is offline   Laci1959 

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

Posted 05 December 2021 - 05:13 AM

View Postdforrest, on 05 December 2021 - 04:04 AM, said:

Can someone please clarify, does OR only use one coupler?


I read this before in another thread. It could even be true.

#6 User is offline   scottb613 

  • Vice President
  • Group: Status: First Class
  • Posts: 2,973
  • Joined: 06-July 09
  • Gender:Male
  • Location:Downeast Maine (soon)
  • Simulator:ORTS
  • Country:

Posted 05 December 2021 - 06:32 AM

View PostLaci1959, on 05 December 2021 - 05:13 AM, said:

I read this before in another thread. It could even be true.


Hi Folks,

As a steam loco builder - yeah - I tested this before and as far as I can tell it only uses one coupler block of code.

Also keep in mind - for precedence - if you put an "OpenRails" directory in your model's hierarchy to store things like your ENG/WAG files - ORTS will read and use that information first - overriding anything in the root directory.

Regards,
Scott

#7 User is online   dforrest 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 977
  • Joined: 12-January 12
  • Gender:Male
  • Location:St. Vincent (formally UK)
  • Simulator:MSTS, Open Rails
  • Country:

Posted 05 December 2021 - 06:52 AM

View Postscottb613, on 05 December 2021 - 06:32 AM, said:

Hi Folks,

As a steam loco builder - yeah - I tested this before and as far as I can tell it only uses one coupler block of code.


Regards,
Scott


Which coupler entry is used, the first or the second?

#8 User is offline   scottb613 

  • Vice President
  • Group: Status: First Class
  • Posts: 2,973
  • Joined: 06-July 09
  • Gender:Male
  • Location:Downeast Maine (soon)
  • Simulator:ORTS
  • Country:

Posted 05 December 2021 - 07:03 AM

View Postdforrest, on 05 December 2021 - 06:52 AM, said:

Which coupler entry is used, the first or the second?


Hi David,

I did my testing a couple years ago - I think it was the second - as a result - my work only includes a single coupler block now.

Comment ( ##### COUPLER ##### )	
Coupling (
		Spring (
			Stiffness ( 1e4N/m 4.5e6N/m )
			Break ( 1200kN 1200kN )
			r0 ( 5cm 5cm )
		)
		CouplingHasRigidConnection ( 1 ) 
	) 


Regards,
Scott

#9 User is offline   pschlik 

  • Conductor
  • Group: Status: Active Member
  • Posts: 327
  • Joined: 04-March 15
  • Gender:Male
  • Simulator:OpenRails - Unstable
  • Country:

Posted 05 December 2021 - 03:27 PM

What I've noticed is that OpenRails does only use one coupler, HOWEVER you still want to include two couplers as which coupler is used depends on the orientation of the rail vehicle. If you have just one coupler set up things will seem to work fine until you flip the facing of the locomotive or train car, at which point a default coupler is applied (the default coupler settings are probably not something you want to use.)

#10 User is offline   Laci1959 

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

Posted 07 December 2021 - 12:49 AM

My link

Hello.

I made a video. The OR does not know the different types of car couplings, otherwise the car connected to the load could not be uncoupled [Type (Bar)].
There was no such thing in MSTS. The train (stock) could not be dismantled.

Sincerely, Laci 1959

  • 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