I figured it out. I set up a clock to repeatedly count to 200 and put a rail signal just past the entrance.
When the count is < 1, disable the entrance signal.
This flickers the chain signal and when a train is in the block that reads the chain signal, the repath happens.
I was reading the wiki that they recently changed some things about repath events.
Repath event I found that made me try this:
But then I found these that make it seem like I should never have ran into this issue:The train is preparing to stop at a signal (chain or regular) that changes so that the train can now continue
There are 4 trains stops with the same name who are cycling through being disabled and the train was sitting at a chain signal... Seems like I meet all of that criteria. Either way it's working now!The train has waited at a chain signal for a multiple of 5 seconds and there are multiple train stops with the same name as the destination
The train is pathing to a train stop that gets disabled.
Arrow is where the clock and rail signal are:
I created this parking lot for 3x4 trains. The idea was to wire it so the trains would balance and not fill some lines while other lines had just one train.
So I have 12 lines(A-L), each with 4 slots(0-3).
if the first slot(0) is NOT full
send the signals of each line(0.A-L) to the entrance signal
if it is full, don't pass the signals from slot 0
go to slot 1 and repeat
I also have a clock running that that will cycle the train stops off except one every second. This is an attempt to balance out which train stop the train will select when pathing here. This may or may not be related to the issue.
Ok so the issue I'm facing is that when the trains path here, a lot of times the parking spot they're pathing through will be open, but then closes by the time they get here so they sit outside of the parking area. This isn't a huge problem when I am using a lot of iron because generally as soon as any train leaves any parking spot, the train waiting will re-path to an open spot. However until a parked train leaves, the train waiting to come in will sit outside the parking spots and thus backs up all the other trains behind it. Here is a picture of my train pathing through the closed signal and waiting.
Mind you I did have to switch the bottom 2 end signals to green to demonstrate the issue.