Why is this entry signal showing green?How do I build lengthwise multi-platform stations?How do I stop trains from switching tracks in a 'stupid' wayWhat's the difference between One-Way Signal and One-Way Path Signal?How does one keep trains from slowing down while waiting for a green signal?Why aren't my entry/exit signals working correctly?Why won't my train go to the depot for regular maintenance?Pre signals are green when all exits are red - OpenTTDPath based signalling with dual-sided stationsCan someone explain me OpenTTD's train signals quick and easy?How do the pre-signals work in OpenTTD?
Shantae Dance Matching
how to overfit?
How might a mountain bowl form?
Why is this entry signal showing green?
How wide is a neg symbol, how to get the width for alignment?
How can I get a job without pushing my family's income into a higher tax bracket?
Why isn't nylon as strong as kevlar?
Hyperlink on red background
Upside-Down Pyramid Addition...REVERSED!
On which topic did Indiana Jones write his doctoral thesis?
Are there any Final Fantasy Spirits in Super Smash Bros Ultimate?
Can hackers enable the camera after the user disabled it?
I'm in your subnets, golfing your code
How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?
Can a nothic's Weird Insight action discover secrets about a player character that the character doesn't know about themselves?
What to use instead of cling film to wrap pastry
In Avengers 1, why does Thanos need Loki?
What property of a BJT transistor makes it an amplifier?
String won't reverse using reverse_copy
How to calculate the node voltages for this circuit using the voltage divider rule
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
Out of scope work duties and resignation
Should I replace my bicycle tires if they have not been inflated in multiple years
Building a list of products from the elements in another list
Why is this entry signal showing green?
How do I build lengthwise multi-platform stations?How do I stop trains from switching tracks in a 'stupid' wayWhat's the difference between One-Way Signal and One-Way Path Signal?How does one keep trains from slowing down while waiting for a green signal?Why aren't my entry/exit signals working correctly?Why won't my train go to the depot for regular maintenance?Pre signals are green when all exits are red - OpenTTDPath based signalling with dual-sided stationsCan someone explain me OpenTTD's train signals quick and easy?How do the pre-signals work in OpenTTD?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;

Can someone explain to me why is the entry signal showing green for this train?
I stopped two trains at the station and both exit signals are correctly in red. But the entry signal is green so it's allowing the train to go into the X junction and all trains are getting stuck.
openttd
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |

Can someone explain to me why is the entry signal showing green for this train?
I stopped two trains at the station and both exit signals are correctly in red. But the entry signal is green so it's allowing the train to go into the X junction and all trains are getting stuck.
openttd
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |

Can someone explain to me why is the entry signal showing green for this train?
I stopped two trains at the station and both exit signals are correctly in red. But the entry signal is green so it's allowing the train to go into the X junction and all trains are getting stuck.
openttd
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Can someone explain to me why is the entry signal showing green for this train?
I stopped two trains at the station and both exit signals are correctly in red. But the entry signal is green so it's allowing the train to go into the X junction and all trains are getting stuck.
openttd
openttd
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 5 hours ago
Private Pansy
10.2k1469119
10.2k1469119
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 hours ago
Matias BarriosMatias Barrios
1263
1263
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Matias Barrios is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The reason that specific signal is green is because entering trains have a valid path to continue. Notice the signal to the left, on the other track; that's an exit, I'm assuming. By having the X in the middle of your block, the entry pre-signal is picking up your exit signal as a valid path to entering the station.
If you're trying to make one way tracks, it's a good idea to have it on the other side of the station. Barring that, it should be entirely separate from your entry block.
add a comment |
The problem is that you've got an entry pre-signal giving access to a block without any exit pre-signals. In that situation, it acts as an ordinary block signal, and since the block it's protecting is unoccupied, it shows green. In order for your signal to work as you expect, you need to turn the two signals protecting the station into exit pre-signals.
(Note that pre-signals are nearly obsolete. Path-based signals can do almost everything they can, many things they can't, and usually permit a more compact layout.)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Matias Barrios is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350759%2fwhy-is-this-entry-signal-showing-green%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The reason that specific signal is green is because entering trains have a valid path to continue. Notice the signal to the left, on the other track; that's an exit, I'm assuming. By having the X in the middle of your block, the entry pre-signal is picking up your exit signal as a valid path to entering the station.
If you're trying to make one way tracks, it's a good idea to have it on the other side of the station. Barring that, it should be entirely separate from your entry block.
add a comment |
The reason that specific signal is green is because entering trains have a valid path to continue. Notice the signal to the left, on the other track; that's an exit, I'm assuming. By having the X in the middle of your block, the entry pre-signal is picking up your exit signal as a valid path to entering the station.
If you're trying to make one way tracks, it's a good idea to have it on the other side of the station. Barring that, it should be entirely separate from your entry block.
add a comment |
The reason that specific signal is green is because entering trains have a valid path to continue. Notice the signal to the left, on the other track; that's an exit, I'm assuming. By having the X in the middle of your block, the entry pre-signal is picking up your exit signal as a valid path to entering the station.
If you're trying to make one way tracks, it's a good idea to have it on the other side of the station. Barring that, it should be entirely separate from your entry block.
The reason that specific signal is green is because entering trains have a valid path to continue. Notice the signal to the left, on the other track; that's an exit, I'm assuming. By having the X in the middle of your block, the entry pre-signal is picking up your exit signal as a valid path to entering the station.
If you're trying to make one way tracks, it's a good idea to have it on the other side of the station. Barring that, it should be entirely separate from your entry block.
answered 4 hours ago
FrankFrank
19.7k2188136
19.7k2188136
add a comment |
add a comment |
The problem is that you've got an entry pre-signal giving access to a block without any exit pre-signals. In that situation, it acts as an ordinary block signal, and since the block it's protecting is unoccupied, it shows green. In order for your signal to work as you expect, you need to turn the two signals protecting the station into exit pre-signals.
(Note that pre-signals are nearly obsolete. Path-based signals can do almost everything they can, many things they can't, and usually permit a more compact layout.)
add a comment |
The problem is that you've got an entry pre-signal giving access to a block without any exit pre-signals. In that situation, it acts as an ordinary block signal, and since the block it's protecting is unoccupied, it shows green. In order for your signal to work as you expect, you need to turn the two signals protecting the station into exit pre-signals.
(Note that pre-signals are nearly obsolete. Path-based signals can do almost everything they can, many things they can't, and usually permit a more compact layout.)
add a comment |
The problem is that you've got an entry pre-signal giving access to a block without any exit pre-signals. In that situation, it acts as an ordinary block signal, and since the block it's protecting is unoccupied, it shows green. In order for your signal to work as you expect, you need to turn the two signals protecting the station into exit pre-signals.
(Note that pre-signals are nearly obsolete. Path-based signals can do almost everything they can, many things they can't, and usually permit a more compact layout.)
The problem is that you've got an entry pre-signal giving access to a block without any exit pre-signals. In that situation, it acts as an ordinary block signal, and since the block it's protecting is unoccupied, it shows green. In order for your signal to work as you expect, you need to turn the two signals protecting the station into exit pre-signals.
(Note that pre-signals are nearly obsolete. Path-based signals can do almost everything they can, many things they can't, and usually permit a more compact layout.)
answered 2 hours ago
MarkMark
1,509721
1,509721
add a comment |
add a comment |
Matias Barrios is a new contributor. Be nice, and check out our Code of Conduct.
Matias Barrios is a new contributor. Be nice, and check out our Code of Conduct.
Matias Barrios is a new contributor. Be nice, and check out our Code of Conduct.
Matias Barrios is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350759%2fwhy-is-this-entry-signal-showing-green%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown