开云体育

Extra storage for C/I tracks #operationspro


 

I have a yard setup with 8 C/I tracks for various next destinations so we can sort cars as they come into the yard.
?
I also want some extra storage space available to each C/I track so if a given track has 8 car spots available but 10 cars that should be placed on the C/I track the software has somewhere to put them.
?
To make it more complicated lets assume that the outbound train can only handle eight cars
?
So, ten cars come into the yard for Woodsville.? Eight go onto the Woodsville C&I track and the other two go into "general storage"
?
When the time comes for the Woodsville train it grabs the eight from the C/I track, freeing up room for the other two cars to be placed on the C/I track for the next train.
?
A yard job then runs and puts the two from general storage onto the Woodsville C/I track
?
Two questions:
What would the real railroad do?
Is there a way to accomplish either my idea or the prototype solution in JMRI?
?
Thanks!


 

On Tue, Mar 18, 2025 at 03:05 PM, Bill Rutherford wrote:
I also want some extra storage space available to each C/I track so if a given track has 8 car spots available but 10 cars that should be placed on the C/I track the software has somewhere to put them.
Bill,
?
One solution is to pool your C/I tracks with "general storage".? You would set the minimum track length for each C/I track to 8 cars.? Now if the program needs more, it can grab the space from general storage.? Your operators seeing that there are already 8 cars on the C/I track would simply place the cars on the general storage track.? The program will think the cars are on the C/I track.? Now when it comes time to pull the cars from the C/I track, your operators won't find all of the cars sitting there, some can be found on the general storage track.? You would provide instructions to look in the general storage track when cars aren't spotted on the correct C/I track.? The benefit of this solution is that the "extra" track space is limited to whatever "general storage" is, and can be shared with all C/I tracks, or not.? No need to run an extra train, just to move the cars from general storage directly into the train demanding the cars.
?
Another way to organize your C/I yard, is having sets of cars grouped by destination anywhere in your yard, and the program will automatically adjust the length needed if you pool them together.? So rather than thinking this physical track is for cars going to X, you instead organize your tracks by groups of cars going to certain destinations.? Sometimes it will be physical track 1 going to destination X, and sometimes track 2, 3 etc. going to destination X depending on car space requirements.? You'll need some sort of system to keep track of the groups of cars.? Could be as simple as a small white board, or magnet board with markers, or cards.
?
Dan


 

Thanks Dan,? I am already using your second suggestion,? I hadn't thought of using track pools.??
?
?