Skip to content

ATS Values

Handles

Brake Positions

  • 0: Release
  • For trains with a hold brake:
    • 1: Hold Brake 1
    • AtsNotch: Service Brake 1
    • AtsNotch + 1: Service Brake 2
  • For trains without a hold brake:
    • 1: Service Brake 1
    • 2: Service Brake 2
  • For trains with an automatic air brake:
    • 0: Release
    • 1: Lap
    • 2: Service
    • 3: Emergency
  • BrakeNotches: Maximum service brake position
  • BrakeNotches + 1: Emergency brake position

Power Positions

  • 0: Neutral
  • 1: Power 1
  • PowerNotches: Maximum power position

Reverser

  • 1: Forward
  • 0: Neutral
  • -1: Backward

Constant Speed Control

  • 0: Keep current state
  • 1: Enable
  • 2: Disable

Note: The state of the constant speed control device can only be set, not retrieved, from within a Windows DLL plugin.

Plugin Initialization Mode

When the game starts, an integer representing the initialization mode is passed to the plugin:

  • -1: ATS system is enabled, and the maximum service brake is applied.
  • 0: ATS system is enabled, and the emergency brake is applied.
  • 1: ATS system is disabled, and the emergency brake is applied.