That station also reads the train ID on Signal_T.
To prevent it from going to a [L]Signal_T station, I added the following interrupt condition in an AND stack: Cirquit Signal parameter Not equal Signal_T.
Logically, if Signal_T passes the rest of the conditions as a candidate for the Signal Parameter, it won't pass this one, since Signal_T always equals Signal_T, so logically Signal_T not equals Signal_T should always be false.
However, the interrupt happily triggers with a Signal_T as output of the Signal Parameter.
See attatched image.
