Jump to content

Virtual Depots


Empfohlene Beiträge

Hi

I have recently started to take virtual depot's more seriously in an effort to try to trim down the size of my current layout. It is working but not as much as I had hoped, perhaps my need for a truly realistic layout is the route cause.

Anyway I digress. An issue that I have come across relates to a problem with switches and other instructions within my EV which encapsulate, let us say for argument, 5 trains all on the same overall track/portals/virtual depot's. The problem comes when one of the trains is in a virtual depot and one or more of the others are negotiating a switch, this particular switch being common to all of the trains but there are others that are not common to all, perhaps only one or two. The instruction in the EV is simply ignored.  I have got round this temporarily by placing a separate TC for each train, but I feel this to be very messy, I'm sure someone would be able to point me in the right direction in order to a) reduce the number of TC's and b) cover the whole instruction in one "simple" line of EV. No doubt the introduction of variables might provide the answer but my thus far feeble attempt has not proved to be of any use.

All suggestions gratefully received.

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

vor 1 Stunde schrieb 220hotwheels:

All suggestions gratefully received.

Can't help without you showing what you did.
I need to know your method before I can offer an alternative.

A train in the depot doesn't exist in your little world until it reappears.
That's the root of your predicament. 

Greets
Goetz

Link zu diesem Kommentar
Auf anderen Seiten teilen

Hi Pete,

vor 3 Stunden schrieb 220hotwheels:

The problem comes when one of the trains is in a virtual depot ...

That's the problem. You cannot deal with as vehicle in a virtuel depot. The vehicle-object does not longer exist once the vehicle entered the depot.

vor 3 Stunden schrieb 220hotwheels:

No doubt the introduction of variables might provide the answer

Yes. In the following example I declare a modul-variable of type object named "TrainToFollow"

Screenshot2023-08-11221211.thumb.jpg.d560e78da6c690f2ba815c90121277a5.jpg

and I store the vehicle-object of the vehicle leaving the depot west in this modul-variable for further use.

Screenshot2023-08-11223053.thumb.jpg.0ee312fa9ff190ae665158f1ee5f9a7d.jpg

vor 4 Stunden schrieb 220hotwheels:

but my thus far feeble attempt has not proved to be of any use

You will have to deal with this in order to progress.

Kind regards

Phrontistes

Link zu diesem Kommentar
Auf anderen Seiten teilen

13 hours ago, Goetz said:

Can't help without you showing what you did.
I need to know your method before I can offer an alternative.

A train in the depot doesn't exist in your little world until it reappears.
That's the root of your predicament. 

Greets
Goetz

Good morning Goetz

How remiss of me not to include a screenshot of the EV in question but to simply assume that everyone would know what I was trying to say. Those little grey cells need more than just a gentle nudge!!

Therefore, please find attached a screenshot of said EV. Everything works perfectly fine just so long as no train listed in this EV is in a Virtual depot but the moment one is then the instructions to all others goes out the window.

I'm sure there will be a solution, other than to give each train it's own TC but I regret my knowledge just doesn't stretch that far yet.

I've taken a brief look at the solution offered by Phrontistes but as yet have not been able to workout if it will solve my issue.

Kind regards

Pete

EV screenshot.jpg

Link zu diesem Kommentar
Auf anderen Seiten teilen

11 hours ago, Phrontistes said:

Hi Pete,

That's the problem. You cannot deal with as vehicle in a virtuel depot. The vehicle-object does not longer exist once the vehicle entered the depot.

Yes. In the following example I declare a modul-variable of type object named "TrainToFollow"

Screenshot2023-08-11221211.thumb.jpg.d560e78da6c690f2ba815c90121277a5.jpg

and I store the vehicle-object of the vehicle leaving the depot west in this modul-variable for further use.

Screenshot2023-08-11223053.thumb.jpg.0ee312fa9ff190ae665158f1ee5f9a7d.jpg

You will have to deal with this in order to progress.

Kind regards

Phrontistes

Hi Phrontistes

Thank you so much for taking the trouble to reply to my enquiry. My EV knowledge is still somewhat limited but I will take more time to consider and evaluate your kind suggestion in order to see if it will help.

Once again many thanks

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

17 minutes ago, Phrontistes said:

Here you have a problem:

Screenshot2023-08-12104315.jpg.8d0037771e83c48e212440ea36e73870.jpg

This is not allowed. You may not target a vehicle object when the vehicle could be in a depot.

Kind regards

Phrontistes

Yes I understand that is where the problem lies I just don't know how best to solve the issue other than to allocate a separate TC for each of the trains, although I can reduce the number of TC from 6, in this instance, to probably 3 by carefully allocating batches of 2 trains to each of the 3 EV's. Even so that seems to be a bit of an amateurish solution and as there will ultimately be a total of 10 trains at least requiring to negotiate these switches I think I need to find an alternative solution.

Kind regards

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

Hello Pete. . Yes the "Empty" vehicle is the problem.  If you do not use  the vehicle itself but a trigger ( vehicle) , there is always for the EV a correct vehicle there on the track contact. If not it would not be triggered.
Then use a variable in the vehicle , if that variable exist, look in the variable which train it is.
Does this help, or do I have to make/give an little .mbp to demonstrate ? Maybe @Goetz has a little example in his sleeve ?
Kind regards, Herman

Bearbeitet von Herman
Link zu diesem Kommentar
Auf anderen Seiten teilen

Hi Pete,

vor 14 Minuten schrieb 220hotwheels:

allocate a separate TC for each of the trains

That's not the solution because you have still empty vehicle-objects.

In general, you drive a hell of an effort to switch switches. Use the routes to switch signals and switches, then you won't have any more problems. I never switch a signal or a switch with the event management, but always by route.

Kind regards

Phrontistes

 

Link zu diesem Kommentar
Auf anderen Seiten teilen

Hello @Herman,

vor 3 Minuten schrieb Herman:

variable in the vehicle

I already hinted at that

vor 12 Stunden schrieb Phrontistes:

You will have to deal with this [variables] in order to progress.

but variables aren't his thing

vor 17 Stunden schrieb 220hotwheels:

variables might provide the answer but my thus far feeble attempt has not proved to be of any use.

Kind regards

Phrontistes

Link zu diesem Kommentar
Auf anderen Seiten teilen

16 minutes ago, Herman said:

Hello 220hotwheels , I made this one. To set a switch.mbp
I tried to keep it very basic. But of course, sorry with variables and triggers.   See if you can use it, or not. Only to help.
Kind regards, Herman

Switchsetting.thumb.jpg.1039f1a1c272c77ccadabd2033400aaf.jpg

Addendum/ Feel free to ask questions about this, if you want. 

Hi Herman

Many thanks for your suggestion. As I have said to so many members over time I don't know if I'm just stupid but having downloaded your switch.mbp I don't seem to be able to open it. All I get is a blank screen.

I do however take both your point and that of Phontistes that variables are the answer so I will simply delve in to that world and see how far I get.

Thanks to you both

Pete

p.s. I'll keep trying to sort out the download issue.

Link zu diesem Kommentar
Auf anderen Seiten teilen

Hello @220hotwheels ,sorry I did not know that.

Click on the picture of the mbp in the forum, and en let it go to your download map ( in windows ).
When you have it there. Start V8 , go to online catalog. You can open it in your V8. You do have V8 ?

Kind regards, Herman

download.jpg

Bearbeitet von Herman
Link zu diesem Kommentar
Auf anderen Seiten teilen

Hi Pete,

vor 12 Minuten schrieb 220hotwheels:

having downloaded your switch.mbp I don't seem to be able to open it. All I get is a blank screen.

Are you using version 8? Then it should always work because the 3D Train Studio is backwards compatible.

I think it's more convenient than Herman's suggestion not to start 3D Train Studio and simply double-click on the downloaded file, then the program opens immediately with the file.

Send a screenshot, maybe we can help you. Opening an mbp file is actually not a problem.

Kind regards

Phrontistes

Bearbeitet von Phrontistes
typo
Link zu diesem Kommentar
Auf anderen Seiten teilen

40 minutes ago, Phrontistes said:

Hi Pete,

Are you using version 8? Then it should always work because the 3D Train Studio is backwards compatible.

I think it's more convenient than Herman's suggestion not to start 3D Train Studio and simply double-click on the downloaded file, then the program opens immediately with the file.

Send a screenshot, maybe we can help you. Opening an mbp file is actually not a problem.

Kind regards

Phrontistes

Yep I am using V8 and yes I always used to find opening an *.mbp file in the way you suggested was OK and simple but since a recent Windows upgrade that does not seem to work. Taking a screen shot is also different. Before this upgrade simply pressing the screenshot key would take a screenshot. Not so now the process is somewhat more convoluted but nevertheless it's not too bad. Anyway having followed Herman's suggestion I was able to open the file and will now start to work through his suggestion.

Cheers

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

50 minutes ago, Herman said:

Hello 220hotwheels ,sorry I did not know that.

Click on the picture of the mbp in the forum, and en let it go to your download map ( in windows ).
When you have it there. Start V8 , go to online catalog. You can open it in your V8. You do have V8 ?

Kind regards, Herman

download.jpg

Thanks for that Herman. As you have probably picked up from reply to Phontistes I am using V8, and have been able to open your file following your advice. Why it will not open directly from the Windows file manager as was the case before I have no idea.  Anyway, I will start to work through your example later today and let you know how it all works out.

Once again many thanks for all your advice.

Cheers

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

@220hotwheels ,

If a train is in a depot, it does not longer exist as an object. All references outside the depot were cleared and replaced by an empty object ([leer]), even in EV.

But you could use the name instead the object itself (if names are unique):

Change the preset "Object" in the vehicle setting by "Object (Name)". It works like you desired with the object itself and is not changed, when train is in a depot.

hotwheels1.jpg.726c5e72d7946bfc9d9639e74ed1100e.jpg

 

And - by the way - you can make EV more easier, if you use the possibilities of graphical EV. Here:
You defined the track contact "TC-set Pre freight terminal jn's" as trigger. Now you don't need to reselect the TC in "Track/Track contact" settings.
Just change the type in "Trigger".

hotwheels2.jpg.cbc89d63cab1058b69df2b22c9ccc727.jpg

Best regards,
    Wolfgang

Link zu diesem Kommentar
Auf anderen Seiten teilen

Thanks for all of the advice guy's and thanks Prinz for the example for a more specific and simpler instruction in my EV. 

Lots to experiment with now and fingers crossed I find the right solution to this interesting little problem.

Once the solution has been achieved I'll let everyone know.

Cheers

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

Hi Guys

Well once more many thanks to Herman, Phrontistes and Prinz. With your collective help my problem would seem to now be solved, although it is early days yet. I've attached a screenshot of the latest EV which encapsulates each piece of advice you have supplied plus for good measure something that I thought about earlier, i.e. the Active route element.

I'll now introduce this into another section of my EV that had similar problems but that I got round it with 6 different TC, one for each train. Oh the joys of collective minds, especially those with much greater knowledge than mine!!

Cheers

Pete

EV revised.jpg

Link zu diesem Kommentar
Auf anderen Seiten teilen

I spoke too soon. After running the layout for over 30 mins the problem is still there but no where in that part of the EV does it list any vehicle as "empty" in other words in a VD. The fact that one is in a VD still affects the TC instruction, back to the drawing board for a few m ore experiments.

Cheers 

Pete

Link zu diesem Kommentar
Auf anderen Seiten teilen

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto besitzen, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen.

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden
×
×
  • Neu erstellen...