From 816245588d62e3364b974be07989298887c45cfe Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 11 Dec 2019 12:25:08 +0100 Subject: Disable ARS train flag and surrounding uses --- atc_command.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'atc_command.txt') diff --git a/atc_command.txt b/atc_command.txt index 0acbacb..9f4eb50 100644 --- a/atc_command.txt +++ b/atc_command.txt @@ -72,12 +72,15 @@ If the train drives in the 'wrong' direction, stop and reverse; independently ac I<8 S8 ; If the train is slower than 8, accelerate to 8. -# ATC controller operation modes -static: Only give 1 static command. +# Interlocking -mesecon: Give 2 different commands depending on if the controller is mesecon-powered or not -digiline: Don't give any commands by itself. When a train passes, a digiline message in the form of "[+/-][speed]" is sent on the set channel (where +/- means the same as with conditions). Any digiline message sent to the controller will be interpreted as ATC command and sent to the train. -** the latter two are not yet implemented. +With advtrains_interlocking, there's one more available command: + +A0 +Disable ARS on the train. +A1 +Enable ARS on the train. +When disabled, the train will not trigger automatic route setting on signals based on ARS. # Persistence ATC controllers that are configured as 'static' or 'mesecon' are persistent over mapblock unloads and will even command the train when the mapblock is unloaded. This is not possible with digilines since these do not work in unloaded mapchunks. -- cgit v1.2.3