Disabled station signal?
Disabled station signal?
I want to make a circuit network do some stuff, but I need to know if a given train station is disabled (not empty) or not. Is there a way to have a signal for disabled station transmitted to a circuit network somehow?
Re: Disabled station signal?
Yes, this is possible.
1. If the stop uses the "disable" circuit condition, replicate the same comparison in a decider combinator to see when it is disabled by circuit.
2. If the stop has a train limit set, have the stop output the number of trains inbound and check if it is >= to the limit (either the constant limit or the signal setting the limit).
3. If either of the above two conditions are true, then the stop is disabled.
1. If the stop uses the "disable" circuit condition, replicate the same comparison in a decider combinator to see when it is disabled by circuit.
2. If the stop has a train limit set, have the stop output the number of trains inbound and check if it is >= to the limit (either the constant limit or the signal setting the limit).
3. If either of the above two conditions are true, then the stop is disabled.
My mods: Multiple Unit Train Control, Smart Artillery Wagons
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Re: Disabled station signal?
Thank you very much! That's so easy but somehow I couldn't think of it.
To the forum moderators: If there's a "close topic option", I don't know how to do it, but I consider the above answer sufficient.
To the forum moderators: If there's a "close topic option", I don't know how to do it, but I consider the above answer sufficient.