Page 1 of 1

Problem with trains.

Posted: Wed Mar 30, 2016 6:59 pm
by 2Zons
I just started using trains. I've watched the tutorials. I understand all the basics, blocks, stations, repeater signals etc. For some reason my trains are getting "No Path" errors.

My setup is very simple 2 separate lines that cross each other. Funny thing is trains on both lines work fine but as soon as I put any signals on the intersection I get the "No Path". All the signals on the intersection show green but it breaks path somehow. I have no idea. Here is a screenshot:
Image

Re: Problem with trains.

Posted: Wed Mar 30, 2016 7:15 pm
by DaveMcW
You forgot to use double signals at the intersection.

Re: Problem with trains.

Posted: Wed Mar 30, 2016 8:30 pm
by 2Zons
I got it to work by moving the signals at the intersection further away from the intersection. What do you mean by double signals?

Re: Problem with trains.

Posted: Wed Mar 30, 2016 8:55 pm
by DaveMcW
You need a signal on each side of the track. Signals on a different track at the intersection do not count.

Re: Problem with trains.

Posted: Wed Mar 30, 2016 9:02 pm
by twepy
If a signal is placed one side of the track its telling the trains that particular block is one way, by placing signals at both sides of the track it declares the block two way. Automated trains will not go against a one way direction and if there is not alternate path to the station it will stop with the no path error. In your screenshot are all the blocks leading to the intersection one way in the direction of the intersection, the solution is placing making the blocks two way. To avoid deadlocks the signal in front of the intersection should be a chain signal and after the intersection a normal signal, repeat this for all four directions and u should end up with a intersection like this (Green = normal signal, yellow = chain signal).

Re: Problem with trains.

Posted: Wed Mar 30, 2016 11:00 pm
by 2Zons
I see what I was doing wrong now, thanks everyone.