From f7dbd932ca4b425699bfaf54bf6d944b06088ab7 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 18 Jan 2017 19:04:02 +0100 Subject: Update manual --- advtrains/atc_command.txt | 15 +++++++++++++++ advtrains/manual.pdf | Bin 1037362 -> 927667 bytes assets/manual.odt | Bin 0 -> 1047714 bytes 3 files changed, 15 insertions(+) create mode 100644 assets/manual.odt diff --git a/advtrains/atc_command.txt b/advtrains/atc_command.txt index fa846e3..3df60c8 100644 --- a/advtrains/atc_command.txt +++ b/advtrains/atc_command.txt @@ -33,6 +33,19 @@ Examples: B0 W R D10 SM Subway train stopping in dead end station and returning in opposite direction +OL +Open left doors +OR +Open right doors +OC +Close Doors +All door commands are relative to the arrow direction, so if a train drives to opposite arrow direction, L will open its right doors from driver perspective. +Execution continues immediately, there is no way to wait for all doors to be opened/closed. + +Example: +B0 W OL D10 OC D1 SM +Subway train: stop in station and open doors, depart after 10 seconds. + # conditional statements: I; @@ -56,8 +69,10 @@ If the train is slower than 8, accelerate to 8. # ATC controller operation modes static: Only give 1 static command. + 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. # 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. diff --git a/advtrains/manual.pdf b/advtrains/manual.pdf index e8c6380..6f9fe84 100644 Binary files a/advtrains/manual.pdf and b/advtrains/manual.pdf differ diff --git a/assets/manual.odt b/assets/manual.odt new file mode 100644 index 0000000..e4ca357 Binary files /dev/null and b/assets/manual.odt differ -- cgit v1.2.3