Elvas Tower: Remote Control DPU units - Elvas Tower

Jump to content

  • 15 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Remote Control DPU units Rate Topic: ***** 1 Votes

#131 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 08 December 2021 - 01:23 AM

Thanks to the support of Peter, (gpz) Distributed Power management is now available also in the Unstable release and should be available in the Testing release starting from next Saturday.

#132 User is offline   edwardk 

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

Posted 08 December 2021 - 11:50 AM

It is great that this operation is now officially recognized. I remember combining his work on my own with one of the versions and enjoying it. Of course this was many, many years ago when this was done.


Edit: When it comes to the number of groups used, it pays off to watch many Virtual Railfan videos. A standard unit train such as coal as example will have locomotives at the front and the rear since they are not that long at least when compared to container trains. A container train on the other hand as far as I noticed will also have 2 groups. Depending on length, locomotives only on the front or front and rear. The super long container trains will have 3 to 4 locomotives on the front with 3 to 4 locomotives in the middle only. In this situation, it appears to be 2 trains in one.

#133 User is offline   Genma Saotome 

  • Owner Emeritus and Admin
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin Group
  • Posts: 15,661
  • Joined: 11-January 04
  • Gender:Male
  • Location:United States
  • Simulator:Open Rails
  • Country:

Posted 08 December 2021 - 02:38 PM

View Postrailguy, on 14 November 2021 - 05:11 PM, said:

This brings up another issue that I've mentioned numerous times: With MU'ed locomotives in the "real world", all air compressors generally contribute to charging the train line. I don't believe that OR models this yet. The issue you mention about DPU units contributing/not contributing to charging the train line is valid, as well. Also, as I have mentioned before, currently OR only has the "inherited" TrainPipeLeakRate parameter, where, in fact, individual locomotive air tanks can leak in "real life." That should also modeled to achieve more realism. All of these things sort of inter-relate because they affect train line charging and air system behavior. Probably, on a broader front, this begs the discussion of whether OR should have a "gaming" mode for simplified (and less prototypical) options and behavior, and a "simulator" mode that tries, as much as possible, to simulate prototypical operation.


FWIW the problem is not limited to modern locomotives, this thread is about the same problem in 100 year old locomotives. In this case in the wagons dividing the powered units are actually just bogies in a set of 4 powered units. AFAIK, they were modeled that way because of how MSTS handled large locomotive models.

Any chance this matter of common air pump matters can be "elevated" to somebody-needs-to-deal-with-his-problem?

#134 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 17 December 2021 - 01:36 PM

Feature now available in Testing release T1.4-100, as well as in ORNYMG 112.
Thanks to gpz and mbm_OR for having developed this.

#135 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 24 December 2021 - 02:48 AM

In next days I foresee to release a new update of this functionalty, that manages a distributed power screen page and the related cabview controls.
Borislav kindly allowed me to modify and to make the modifications public for his excellent cabview for the SVTX ES44AC to test the feature.
Below the screen page in the cab
Attached Image: DPscreenpage.jpg
Using also the feature about the multiple screen pages, the page is recalled by pushing a button below the main screen.
The screen page layout is formed by a fixed background, and by the variable table part.
The variable table is recalled with following cabview control:
		ScreenDisplay (
            Type ( ORTS_DISTRIBUTED_POWER SCREEN_DISPLAY )
            Position (  164.4 286.5 136 52 )
			Parameters (
                FullTable True
			)
            Units ( KM_PER_HOUR )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
        )

So with only a call the whole table is displayed.
The cabview controls to control the various DP commands are linked to the buttons below the display, and are active only if the DP screen page is displayed. Here the self-explaining code for them in the .cvf file:
		TwoState (
			Type ( ORTS_DP_MOVE_TO_FRONT TWO_STATE )
			Position ( 163.2 378.4 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_MOVE_TO_BACK TWO_STATE )
			Position ( 179.9 379 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_IDLE TWO_STATE )
			Position ( 214.325 379.5 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_TRACTION TWO_STATE )
			Position ( 196.9 379.25 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_BRAKE TWO_STATE )
			Position ( 231 380.6 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_MORE TWO_STATE )
			Position ( 248.5 379.6 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_LESS TWO_STATE )
			Position ( 247 390.625 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey2trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)


I'm planning to make available the whole customization kit, so that the ugraded cab may be used and can be used as reference for content developers.

#136 User is offline   ATW 

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

Posted 24 December 2021 - 02:55 AM

Amazing 👏 I look forward to this feature an to add to the existing cabiviews including mine in development.

#137 User is offline   ATW 

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

Posted 24 December 2021 - 03:01 AM

View Postrailguy, on 07 December 2021 - 06:49 AM, said:

Not to derail the thread, but the "revised" regular SD70s would be a real treat. Thanks again for all your contributions.

Oh they will be icing on the cake to run with the other SD70s in store. Still some more Notch noses will follow including some ones in real life that have had their computer screens removed an analog guages added to them. Gotta yet think of revised NS ones.

But that will be till some time an interest gets into them.

Yea back on topic I await adding the DPU cab instruments to the Tier 4.

#138 User is offline   akioyamamura 

  • Hostler
  • Group: Posts: Active Member
  • Posts: 90
  • Joined: 30-August 21
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 24 December 2021 - 08:06 PM

View PostCsantucci, on 24 December 2021 - 02:48 AM, said:

In next days I foresee to release a new update of this functionalty, that manages a distributed power screen page and the related cabview controls.
Borislav kindly allowed me to modify and to make the modifications public for his excellent cabview for the SVTX ES44AC to test the feature.



Awesome Carlo. This feature will be available fot 3D cab too?

#139 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 25 December 2021 - 02:04 AM

That should work in 3D cabs too.

#140 User is offline   akioyamamura 

  • Hostler
  • Group: Posts: Active Member
  • Posts: 90
  • Joined: 30-August 21
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 25 December 2021 - 06:38 AM

View PostCsantucci, on 25 December 2021 - 02:04 AM, said:

That should work in 3D cabs too.


Nice! One thing that i noticed that still wrong in the Shift+F9 and in your printscreen is the flow and the load display.

The flow is not the fuel flow, but the BP air flow feeding the Brake Pipe. This parameter we don't have yet in OR/MSTS, so in my opinion this parameter shouldn't exist

Another point is the load display, this should diplay the tractive effort or the amps. To simplify I would suggest to show the "LOAD_METER DIGITAL" value that is a command that already exist.

#141 User is offline   Borislav 

  • Hostler
  • Group: Posts: Active Member
  • Posts: 98
  • Joined: 30-July 17
  • Gender:Male
  • Location:Gunzburg, Germany
  • Simulator:ORTS
  • Country:

Posted 25 December 2021 - 12:33 PM

View PostCsantucci, on 24 December 2021 - 02:48 AM, said:

In next days I foresee to release a new update of this functionalty, that manages a distributed power screen page and the related cabview controls.
Borislav kindly allowed me to modify and to make the modifications public for his excellent cabview for the SVTX ES44AC to test the feature.
Below the screen page in the cab
Attachment DPscreenpage.jpg
Using also the feature about the multiple screen pages, the page is recalled by pushing a button below the main screen.
The screen page layout is formed by a fixed background, and by the variable table part.
The variable table is recalled with following cabview control:
		ScreenDisplay (
            Type ( ORTS_DISTRIBUTED_POWER SCREEN_DISPLAY )
            Position (  164.4 286.5 136 52 )
			Parameters (
                FullTable True
			)
            Units ( KM_PER_HOUR )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
        )

So with only a call the whole table is displayed.
The cabview controls to control the various DP commands are linked to the buttons below the display, and are active only if the DP screen page is displayed. Here the self-explaining code for them in the .cvf file:
		TwoState (
			Type ( ORTS_DP_MOVE_TO_FRONT TWO_STATE )
			Position ( 163.2 378.4 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_MOVE_TO_BACK TWO_STATE )
			Position ( 179.9 379 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_IDLE TWO_STATE )
			Position ( 214.325 379.5 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_TRACTION TWO_STATE )
			Position ( 196.9 379.25 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_BRAKE TWO_STATE )
			Position ( 231 380.6 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_MORE TWO_STATE )
			Position ( 248.5 379.6 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey1trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)
		TwoState (
			Type ( ORTS_DP_LESS TWO_STATE )
			Position ( 247 390.625 13.75 10 )
			Graphic ( "..\\..\\Common.Cab\\ES44v3\\softkey2trans.ace" )
			NumFrames ( 2 2 1 )
			Style ( WHILE_PRESSED )
			MouseControl ( 1 )
			ORTSDisplay ( 1 )
			ORTSScreenPage ( "2300-0" )
		)


I'm planning to make available the whole customization kit, so that the ugraded cab may be used and can be used as reference for content developers.


This is an excellent addition! I will start working on implementing it in all of my cabs.

#142 User is offline   railguy 

  • Engineer
  • Group: Posts: Contributing Member
  • Posts: 741
  • Joined: 10-October 10
  • Gender:Male
  • Location:Kansas
  • Simulator:Open Rails
  • Country:

Posted 26 December 2021 - 09:22 AM

These new cabs are fantastic. The DPU capability will be just more icing on the cake. One note that I will make--that I also believe existed in some of the earlier ES44 cabs--the indexing of the throttle and dynamic brake displays are not indexing correctly for many SLI and other locos. I've been tweaking mine to fix the issue on the throttle--it's not difficult, and I'll be checking the dynamic brake indexing issue to tweak those. This is not a big deal and there is no "one-size-fits-all" for this because many .eng files themselves have different throttle notch values. A huge thanks to Borislav for making these wonderful cabs--they are another big step forward for OR.

#143 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 28 December 2021 - 07:13 AM

The DPU features described here http://www.elvastowe...post__p__279652 (cabview controls for display of DPU table and for DPU commands) are now available in ORNYMG 113 and in Unstable release U2021.12.28-0906.

#144 User is offline   akioyamamura 

  • Hostler
  • Group: Posts: Active Member
  • Posts: 90
  • Joined: 30-August 21
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 28 December 2021 - 10:07 AM

First of all, thank you Carlo and everyone that contribute to the progress of DPU. It's a fantastic feature for heavy haul operantions.

Carlo, it's already working for 3d cab? I'm trying name the new screen as "ORTS_DISTRIBUTED_POWER:0:0" in the hierarchy. Tried also "ORTS_DISTRIBUTED_POWER:0:6:SPEEDB" but didn't work here.

#145 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,454
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 28 December 2021 - 12:50 PM

Hi, please suspend your efforts to try to have this working in 3D cabs, to avoid wasting time. I'll consult another developer. 2D cabs instead are OK, because I could test them.

  • 15 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users